.header {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

header.header-controls {
    height: 76px;
}

header.header-controls .ui.menu .item {
    height: 76px;
    padding: 30px;
}

header.header-controls .ui.menu .item.logo {
    height: 76px;
    width: 152px;
    padding: 0px;
}

header.header-controls .ui.menu .item.logo img {
    height: 76px;
    width: 152px;
}

.header-full-screen {
    height: calc(80vh + 56);
    padding-top: 76px;
    margin-top: -76px;
}

.header-full-screen .splide__slide {
    height: 80vh;
    width: 100vw;
}

.header-full-screen .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-full-screen .splide__slide iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

.ui.container {
    width: 1300px;
    position: relative;
}

.inverted {
    background-color: #080808;
    color: #ccc;
}

.inverted .header {
    color: #ffffff;
}

.splide {
    visibility: visible !important;
}

.widget {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 102%;
    line-height: 150%;
}

.widget img {
    width: 100%;
    display: block;
}

.widget .header {
    margin-bottom: 2rem;
}

.widget .grid {
    margin-left: 0;
    margin-right: 0;
}

.widget .grid > .row > .column {
    padding-left: 0 !important;
}

.widget .grid > .row > .column img {
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
}

.widget .grid > .row > .column .header {
    margin-bottom: 0.7rem;
}

.widget > .wide.container {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
}

.ui.sidebar.vertical.menu {
    top: 42px;
}

.pushable > .pusher.dimmed:after {
    margin-top: 42px;
}

/* for the mobile menu */
.ui.sidebar .ui.accordion .title {
    padding: 0px;
}

.ui.sidebar .ui.accordion .title i {
    float: right;
}

@media only screen and (max-width: 767px) {
    .widget > .wide.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tablet.only:not(.mobile) {
        display: none !important;
    }
    .computer.only:not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .computer.only:not(.tablet) {
        display: none !important;
    }
    .mobile.only:not(.tablet) {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .tablet.only:not(.computer) {
        display: none !important;
    }
    .mobile.only:not(.computer) {
        display: none !important;
    }
}

/**************************************************** YOUTUBE *********************************************************/

.bg-video {
    /*position: fixed;*/
    left: 0;
    top: 0;
    background-size: cover;
    background: no-repeat center;
    user-select: none;
    pointer-events: none;

    /*custom styles, for example grayscale appearance*/
    /*filter: grayscale(0.8);*/

    /*additional tweaks for positioning, read more in the link above*/
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

/**************************************************** MENU *********************************************************/

.pushable.segment{
    margin: 0 !important;
}

/**************************************************** FRONT *********************************************************/

.container .main {
    margin-right: 344px !important;
}

.container .right.rail {
    right: 0;
    left: auto;
}

.container .left.rail {
    left: 0;
    right: auto;
}

.container.middle.aligned {
    text-align: center;
}

/**************************************************** FOOTER *********************************************************/

footer .icon {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}