/*------------------------------------------------------------------
Kosmo CSS :)
Version: 1.0.0;
Author: @kosmo
Copyright: @kosmo
-------------------------------------------------------------------*/

/* FONT BEBAS FOR ULTRAOPS */
@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-display: swap;
    src: url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/BebasNeue-Regular.woff');
    IE9 Compat Modes */
    src: local('BebasNeue'), local('BebasNeue'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/BebasNeue-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/BebasNeue-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/BebasNeue-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* FONT BEBAS FOR ULTRAOPS */


/* FONT AVENIR FOR ULTRAOPS */
@font-face {
    font-family: 'Avenir';
    src: url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Book.eot');
    src: url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Book.woff2') format('woff2'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Book.woff') format('woff'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Black.eot');
    src: url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Black.woff2') format('woff2'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Black.woff') format('woff'),
    url('https://www.crossops.fr/themes/leo_cool_stuff/fonts/Avenir/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* FONT AVENIR FOR ULTRAOPS */


/* MIXINS */
:root {
    --color-primary: #4869e8;
    --color-gradient-start: #4869e8;
    --color-gradient-stop: #4666e3;
}

body {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    letter-spacing: 0.01em;
    font-size: 15px;
    color: #73747f;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    font-family: 'BebasNeue', sans-serif;
    color: #1a1c26;
}

.h1,
h1 {
    font-weight: 300;
    line-height: 1.244em;
    font-size: 45px;
}

.h2,
h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.285em;
}

.h3,
h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.342em;
}

.h4,
h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.35em;
}

.h5,
h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35em;
}

.h6,
h6 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
}

ul {
    padding-left: 12px;
}

.main-nav > li > a {
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .navbar-header {
        background: rgba(69, 85, 70, 1) !important;
    }

    .nav-trigger .bar {
        background-color: #FFF;
    }
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.main-footer {
    color: rgba(255, 255, 255, 0.6);
    background: #1d1d1b;
}

.main-footer a:not(.btn) {
    color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
    color: #fff;
}

.main-footer img {
    width: 75px;
    opacity: .5;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.main-footer img:hover {
    opacity: 1;
}

footer .copyright {
    text-align: center;
    margin: 5rem 0 0;
    border-top: 1px solid #949493;
    padding-top: 2rem;
}

.main-footer p,
.main-footer a {
    font-size: 12px;
}

.btn-ultra {
    font-size: 1rem;
    border: 2px solid #FFF !important;
    font-family: "Bebas Neue", sans-serif;
}

.btn-ultra:hover {
    transform: none;
    -webkit-transform: none;
}

.mini-title {
    letter-spacing: 4px;
    display: flex;
    position: relative;
}

.separator {
    width: 2rem;
    height: 3px;
    background: #c6c6c6;
    position: absolute;
    bottom: -10px;
}

.separator-black {
    width: 5rem;
    height: 10px;
    background: #000000;
    position: absolute;
    bottom: -10px;
}

.separator-black-center {
    width: 10rem;
    height: 10px;
    background: #000000;
    position: absolute;
    bottom: -10px;
}

.separator-white {
    width: 5rem;
    height: 10px;
    background: #FFF;
    position: absolute;
    bottom: -10px;
}

.separator-white-death-valley {
    width: 5rem;
    height: 10px;
    background: #FFF;
    position: absolute;
}

.line-black {
    width: 1rem;
    height: 10px;
    background: #000000;
    margin-top: 20px;
}

.word-important {
    font-weight: bold;
    color: #000;
}

.expl-col {
    text-align: justify;
    position: relative;
}

.contact-form input.send {
    background-color: #1d1d1b !important;
    border: 0 !important;
}

.contact-form-result {
    background: #45554 !important;
}

#cookieNotice {
    display: flex;
    flex-wrap: wrap;
    border: 0 !important;
    justify-content: space-around;
    align-items: center;
}

#cookieNotice .confirm,
#cookieNotice .learn-more {
    height: 2rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    max-width: 60px;
}

#cookieNotice .learn-more {
    max-width: 130px;
    background: #455546;
    display: flex !important;
}

img.flag {
    width: 150px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ribbon-french {
    width: 150px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    position: fixed;
    left: -115px;
    z-index: 1;
    top: 50%;
}

.ribbon-french p {
    position: absolute;
    top: -30px;
    font-size: 26px;
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-family: 'BebasNeue', serif;
    letter-spacing: 1px;
    color: #000;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* MIXINS */


/* HEADER */
.navbar-brand-inner img {
    width: 10rem;
}

.main-nav-hover-underline-1 > li > a .link-ext {
    background-color: #FFF;
    height: 2px;
}

.main-nav > li > a {
    padding: 0 15px;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
}

.main-nav .link-txt {
    min-width: 5rem;
    text-align: center;
    padding: 0 0.1rem;
}

.main-nav .is-active .link-txt {
    color: #000;
    background: #FFF;
}

.main-nav .home .link-txt {
    width: 40px;
    min-width: 40px;
}

.main-nav-hover-underline-1 > li > a .link-ext {
    bottom: 0;
}

/* HEADER */


/* HOMEPAGE */
.hero-video-wrapper {
    position: absolute;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
    pointer-events: none;
}

.hero-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-video-wrapper .bg-video {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.hero-video-wrapper video.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    max-width: initial;
    pointer-events: none;
    touch-action: none;
}

.baseline-ultra .split-unit .split-inner {
    background: #000;
    margin-bottom: .5rem;
    padding: 0 .6rem;
}

.btn-video span {
    color: #fff;
}

.btn-video .btn-icon {
    background: #4b594c;
}

.fadeTop{
    height:500px;width:100%;position:absolute;left:0; top:0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.dunes {
    width: 100%;
    height: calc(100vw * 1379 / 3992);
    background: url('/assets/img/dunes.jpg') ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position:relative;
}

#concept {
    background: url('/assets/img/bg/bg-concept.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 0 !important;
}

#concept-dunes {
    background: url('/assets/img/dunes.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

#concept .col-expl .intro-col {
    align-items: flex-start;
    justify-content: flex-end;
}

#concept .intro-col {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 10rem;
    height: 10rem;
}

#concept .mini-title {
    margin: 0;
    font-size: 35px !important;
}

#concept .split-unit .split-inner {
    margin-bottom: .5rem;
    padding: 0;
}

#concept .intro-col p {
    margin: 10px 0;
}

#concept .intro-col .social-icon {
    display: flex;
}

#concept .intro-col .social-icon li {
    width: 2rem;
    height: 2rem;
    border: 1px solid #a7a9b8;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

#concept .intro-col .social-icon li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#concept .intro-col .social-icon li:hover {
    border: 1px solid #000;
    background: #000;
}

#concept .intro-col .social-icon li:hover a {
    color: #FFF;
}

#concept .intro-col .logo-crossops {
    width: 10rem;
}

#concept .intro-col .logo-parcours {
    width: 2rem;
    position: relative;
    margin-top: -2.4rem;
}

#concept .col-crossops li {
    margin-bottom: 1.5rem;
}

#concept .logo-sante,
#concept .logo-ctsa {
    width: 6rem;
}

#concept .btn-ultra {
    border: 2px solid #000 !important;
    color: #000;
}

#concept .btn-ultra:hover {
    background: #455546;
    border: 2px solid #455546 !important;
    color: #FFF;
}

#vincents {
    background: url('/assets/img/F.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: inset 0 0 0 1000px rgba(52,62,52,0.6);
}

.expl-col-vincents{
    color: #FFF;
}

.intro-col-death-valley {
    background-color: rgba(52,62,52, 1);
    padding: 20px 20px 30px 20px;
}

.lqd-column-death-valley {
}

.expl-col-death-valley {
    background: url('/assets/img/maps.jpg') ;
    box-shadow: inset 0 0 0 1000px rgba(52,62,52,0.6);
    background-size: cover;
    padding: 20px 10px 20px 10px;
    color: #FFF;
}

.expl-col-death-valley-black {
    color: #000;
}

.expl-col-vinc{
    text-align: center;
}

.expl-col-vinc p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 20px;
}

.expl-col-vinc h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

#vincents .col-expl .intro-col {
    align-items: flex-start;
    justify-content: flex-end;
    color: #FFF;
}

#vincents .intro-col {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.intro-col-mid {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.intro-col-mid-center {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mini-title-vinc {
    margin: 0;
    font-size: 35px !important;
}

#vincents .mini-title {
    margin: 0;
    font-size: 40px !important;
}

#vincents .split-unit .split-inner {
    margin-bottom: .5rem;
    padding: 0;
}

#vincents .intro-col p {
    margin: 10px 0;
    color: #FFF;
}

#vincents .intro-col .social-icon {
    display: flex;
}

#vincents .intro-col .social-icon li {
    width: 2rem;
    height: 2rem;
    border: 1px solid #a7a9b8;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

#vincents .intro-col .social-icon li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vincents .intro-col .social-icon li:hover {
    border: 1px solid #000;
    background: #000;
}

#vincents .intro-col .social-icon li:hover a {
    color: #FFF;
}

#vincents .intro-col .logo-crossops {
    width: 10rem;
}

#vincents .intro-col .logo-parcours {
    width: 2rem;
    position: relative;
    margin-top: -2.4rem;
}

#vincents .col-crossops li {
}

#vincents .logo-sante,
#vincents .logo-ctsa {
    width: 6rem;
}

#vincents .btn-ultra {
    border: 2px solid #000 !important;
    color: #FFF;
}

#vincents .btn-ultra:hover {
    background: #455546;
    border: 2px solid #455546 !important;
    color: #FFF;
}


#vincent {
    background: #2d2d2c;
}

#vincent .form {
    position: absolute;
    top: -120px;
    left: 0;
    width: 15rem;
}

#vincent .with-vincent .mini-title {
    margin: 0;
    color: #FFF;
    font-size: 35px !important;
}

#vincent .with-vincent .separator {
    bottom: 0;
    height: 4px;
}

#vincent .with-vincent {
    margin-bottom: 2rem;
    position: relative;
}

#vincent img.vincent {
    max-width: 80%;
    position: relative;
    right: -70px;
}

#vincent .title-vincent {
    position: absolute;
    z-index: 2;
    bottom: 20%;
    left: 0;
}

#vincent .split-unit .split-inner {
    background: #455546;
    margin-bottom: .5rem;
    padding: 0 .6rem;
}

.separator-green {
    width: 100%;
    border: 1px dashed #455546 !important;
}

#deathvalley {
    background: #FFF;
}

#deathvalley:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/assets/img/bg/bg-challenge.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
}

#deathvalley .word-important {
    text-transform: uppercase;
    color: #FFF;
}

#deathvalley .mini-title {
    margin: 0;
}

#deathvalley .separator {
    background: #000;
    position: absolute;
    bottom: auto;
    top: -20px;
}

#deathvalley .with-challenge {
    margin-bottom: 5rem;
}

#deathvalley .img-death {
    position: relative;
    margin: -7rem 0 3rem;
    padding: 0;
}

#deathvalley .second-para {
    margin-top: 2rem;
}

#deathvalley .img-deathvalley2 {
    position: relative;
    max-width: 130%;
    margin: -13rem 0 5rem -5rem;
}

#partners .carousel-item-inner figure {
    padding: 1rem;
}

#partners .flickity-page-dots .dot {
    border-radius: 0 !important;
}

#partners .mini-title {
    justify-content: center;
}

#partners .separator {
    margin: auto;
    left: 0;
    right: 0;
}

#calendar .mini-title {
    margin: 0;
}

#calendar .with-calendar {
    position: relative;
    margin-bottom: 2rem;
}

#calendar .split-unit .split-inner {
    margin-bottom: .5rem;
    color: #000;
}

#calendar .separator {
    background: #000;
    bottom: -7px;
}

#calendar .com {
    background: #445545;
    padding: 5rem 2rem;
}

#calendar .com .split-unit .split-inner {
    color: #FFF;
}

#calendar .com .separator {
    background: #FFF;
}

#calendar .com .expl-col {
    margin-top: 1.5rem;
}

#calendar .form {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
    height: 100%;
    opacity: 0.3;
}

#calendar .img-mag {
    position: relative;
    top: 7rem;
    transform: rotate(20deg);
    right: -5rem;
    width: 120%;
}

#contact {
    background: url('/assets/img/bg/bg-challenge.svg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: inset 0 0 0 1000px rgba(52,62,52,0.7);
}

#contact .intro-col {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#contact .intro-col a {
    color: #FFF;
}

#contact .intro-col li {
    border: 1px solid #FFF;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

#contact .intro-col h1 {
    margin-bottom: 0;
}

#contact .intro-col .social-icon {
    margin-bottom: 10px;
}

#contact .intro-col p {
    color: #FFF;
    margin-bottom: 0;
}

#contact .form-contact {
    margin-top: 2rem;
}

#contact .contact-form {
    margin-bottom: 0;
    padding: 1rem;
    background: #FFF;
    border: 1px solid #EAEAEA;
    position: relative;
    bottom: -8rem;
}

#contact .col-coordonnee,
#contact .col-cagnotte {
    margin-top: 8rem;
}

#contact .col-coordonnee a {
    color: #000;
}

#contact .col-coordonnee div {
    font-weight: bold;
}

#contact .col-coordonnee img {
    width: 4rem;
}

#contact .separator {
    background: #000;
}

#contact .col-cagnotte .btn-ultra {
    border: 2px solid #000 !important;
    color: #000;
}

#contact .col-cagnotte .btn-ultra:hover {
    background: #455546;
    border: 2px solid #455546 !important;
    color: #FFF;
}

#contact .col-cagnotte .logo-leetchi {
    display: flex;
    align-items: center;
    height: 118px;
}

#contact .col-cagnotte .logo-leetchi img {
    width: 11rem;
}

/* HOMEPAGE */


/* TRANSLATE */
#lingumania_custom_id {
    display: none !important;
}

#langlinks {
    width: 100%;
}

#langlinks .notranslate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

#langlinks img {
    width: 1.2rem;
}

#langlinks .fr {
    margin-right: 1rem;
}


/* TRANSLATE */

@media (min-width: 1200px) {
    .main-header {
        background: rgba(69, 85, 70, .85) !important;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }

    .main-header .is-stuck {
        background: rgba(69, 85, 70, 1) !important;
    }

    .mainbar-wrap.is-stuck .social-icon a,
    .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
    .mainbar-wrap.is-stuck .main-nav > li > a,
    .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
        color: #FFF !important;
    }

    .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
        border-color: #424242 !important;
    }

    .is-stuck .btn {
        color: #fff;
        border-color: #5174fd;
    }

    .is-stuck .btn.btn-solid {
        background-color: #5174fd;
    }

    .is-stuck .btn:hover {
        border-color: #3a3a3a;
        color: #fff;
    }

    .is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
        background-color: #3a3a3a;
    }
}

@media (max-width: 768px) {

    .main-header {
        position: absolute;
    }

    .ribbon-french {
        display: none;
    }

    .lqd-column.col-md-1.col-expl img {
        width: 100% !important;
    }

    #main-header-collapse {
        min-height: 100vh;
        overflow: hidden;
        background-color: #455546;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        opacity: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .hero-video-wrapper video.bgvid {
        display: none;
    }

    .navbar-collapse.in {
        opacity: 1 !important;
        background-color: #455546;
    }

    .main-header .mainbar-row {
        background-color: #455546;
    }

    [data-mobile-nav-scheme="gray"] ul.nav.main-nav > li > a {
        color: #FFF;
        font-family: 'BebasNeue', sans-serif;
    }

    .main-nav .is-active .link-txt {
        color: #000;
        font-weight: bold;
    }

    .main-nav .link-txt {
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    [data-mobile-header-scheme="gray"] .main-header .navbar-header {
        background: rgba(69, 85, 70, 1) !important;
    }

    .nav-trigger .bar {
        background-color: #FFF;
    }

    #primary-nav {
        min-height: calc(100vh - 150px);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .baseline-ultra .split-unit .split-inner,
    .baseline-ultra {
        font-size: 30px !important;
    }

    .btn-video {
        position: relative;
        top: 2rem;
    }

    #concept {
        padding-top: 5rem !important;
    }

    #concept .row.d-flex.align-items-start {
        flex-direction: column;
    }

    #concept .col-expl {
        padding-bottom: 2rem;
        border-bottom: 1px solid #F4F4F4;
        color: #FFF;
    }

    #vincents .row.d-flex.align-items-start{
        flex-direction: column;
    }

    #deathvalley .row.d-flex.align-items-start{
        flex-direction: column;
    }

    #vincents .col-expl {
        padding-bottom: 2rem;
        border-bottom: 1px solid #F4F4F4;
        color: #FFF;
    }

    #vincent .form {
        top: -40px;
        width: 9rem;
    }

    #calendar .img-mag {
        top: 3rem;
        width: 70%;
    }

    #calendar .lqd-column.col-md-6 .lqd-column.col-md-6.second {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    #deathvalley .img-deathvalley2 {
        margin: 0 0 5rem;
    }

    .main-footer p,
    .main-footer a {
        font-size: 10px;
        text-align: center;
    }

    .main-footer img {
        width: 55px;
    }

    .copyright {
        line-height: 15px;
    }
}
