body {
    overflow-x: hidden;
}
body:before {
    background-color: #000000;
    content: "";
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1;
}
body .heading {
    color: #828282;
    font-family: 'Termina Regular', sans-serif;
    font-size: 24px;
    letter-spacing: 2.6px;
}
main .main-container {
    -ms-grid-columns: 25% auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 25% auto;
    padding-top: 25vh;
}
main .main-container .logo-container {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
main .main-container .counter-container {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
main .main-container .heading:after {
    background: #DA9663;    
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100vw;    
}

.timer * {
    color: #ffffff;
    font-family: 'Termina Regular', sans-serif;
}
.timer .counter {
    font-size: 72px;
}
.timer .timer-legend {
    font-size: 24px;
    font-family: 'Termina Light', sans-serif;
    letter-spacing: 4px;
}
body video {
    -o-object-fit: cover;
    -webkit-overflow-scrolling: touch;    
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    top: 0;    
    width: 100%;    
    z-index: -1;    
}
#location-wrapper {
    cursor: pointer;
}
.footer-landing .location {
    color: #828282;
    font-family: 'Termina Regular', sans-serif;    
}
.footer-landing .location {
    font-size: 14px;
    letter-spacing: 1.4px;
}
.footer-landing .flex-item-second img.instagram-icon {
    margin-right: 8px;
    width: 24px;
}
.footer-landing .email-icon {
    width: 24px;
}
.footer-landing .flex-item-first span {
    margin-top: 4px;
    font-size: 8px;
}
.header {
    min-height: 48px;
}
.header .navbar {
    background: transparent;
}
.header .fa-bars:before {
    color: #ffffff;
}
.header .navbar-brand {
    display: none;
}
.header .checkbox-trigger:checked + .menu-content .hamburger-menu ,
.header .checkbox-trigger:checked + .menu-content .hamburger-menu::before,
.header .checkbox-trigger:checked + .menu-content .hamburger-menu::after {
    background: #000000;
}
@media only screen and (max-width: 576px) {
    .footer-landing {
        margin-bottom: 48px;
        margin-top: 40px;
    }
    .footer-landing .container {
        flex-direction: column;
    }
    .footer-landing .container > div,
    .footer-landing .container > div span {
        width: 100%;
    }
    .footer-landing .flex-item-first {
        order: 1;
    }
    .footer-landing .flex-item-second {
        margin-top: 24px;
        order: 2;
    }
    .footer-landing .location-icon {
        margin-bottom: 16px;
    }
    main .main-container  {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 72px;
    }
    main .main-container .heading {
        margin-top: 40px;
        text-align: center;
    }
    main .main-container .heading:after {
        left: 0;
    }
    .logo-container img {
        max-width: 100px;
    }
    .timer .counter {
        font-size: 48px;
    }
    .timer .timer-legend {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) {
    .footer-landing .flex-item-first span {
        margin-left: 8px;
    }
    main .main-container .counter-container {
        margin-left: 208px;
    }
}
@media only screen and (max-width: 1024px) {
    .timer {
        flex-direction: column;
        justify-content: center;
    }
    .timer .countdown {
        margin-top: 32px;
    }
    main .main-container .heading {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-landing {
        bottom: 0;
        margin-bottom: 64px;
        margin-top: 64px;
        position: absolute;
    }
    .center-count {
        margin-left: 40px;
        margin-right: 40px;
    }
    .countdown.text-center {
        min-width: 145px;
    }
}