body, html {
    height: 100%;
    width: 100%;
    margin: 0px;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    background-color: var(--night) !important;
    font-family: 'helvetica_now_display_medium' !important;
    scroll-behavior: smooth;
    overflow: hidden;
}

/* -----------------------------------------------------------------------------
  Style
----------------------------------------------------------------------------- */

h1  {
    color: var(--ivory) !important;
    font-size: 5rem !important;
}

a {
    font-size: 1.3rem !important;
    font-family: 'helvetica_now_display_bold' !important;
    text-decoration: underline !important;
    color: var(--ivory) !important;
}

.logo {
    color: var(--ivory) !important;
    height: auto;
    width: 70%;
}

/* -----------------------------------------------------------------------------
  Fonts
----------------------------------------------------------------------------- */

.freight {
    font-size: 6rem !important;
    font-family: 'freight' !important;
} 

@font-face {
    font-family: 'helvetica_now_display_bold';
    src: url('../src/helveticanowdisplaybold/helveticanowdisplay-bold-webfont.woff2') 
         format('woff2'),
         url('../src/helveticanowdisplaybold/helveticanowdisplay-bold-webfont.woff') 
         format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_now_display_medium';
    src: url('../src/helveticanowdisplaymedium/helveticanowdisplay-medium-webfont.woff2') 
         format('woff2'),
         url('../src/helveticanowdisplaymedium/helveticanowdisplay-medium-webfont.woff') 
         format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freight';
    src: url('../src/freight/freight-big-medium-italic-webfont.woff2') format('woff2'),
         url('../src/freight/freight-big-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------------------------------------------------
  Colors
----------------------------------------------------------------------------- */

:root {
    --night: #000000;
    --charcoal: #292929;
    --ivory: #FAF9F4; 
    --brick: #FF7700;
    --mint: #00EEBB;
    --eveningsky: #FCDDDB;
    --white: #FFFFFF;
}

/* -----------------------------------------------------------------------------
  Video
----------------------------------------------------------------------------- */

video {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
    -o-object-fit:cover;
    object-fit:cover;
    object-position: 100%;
}

/* -----------------------------------------------------------------------------
  Responsive
----------------------------------------------------------------------------- */

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
    h1  {
        font-size: 4.6rem !important;
    }

    a {
        font-size: 1.3rem !important;
    }

    .logo {
        height: auto;
        width: 70%;
    }
    
    .freight {
        font-size: 5.7rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    h1  {
        font-size: 4.4rem !important;
    }

    a {
        font-size: 1.3rem !important;
    }

    .logo {
        height: auto;
        width: 65%;
    }
    
    .freight {
        font-size: 5.3rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    h1  {
        font-size: 3.8rem !important;
    }

    a {
        font-size: 1.3rem !important;
    }

    .logo {
        height: auto;
        width: 65%;
    }
    
    .freight {
        font-size: 4.7rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .description {
        margin-bottom: 30% !important;
    }

    h1  {
        font-size: 3.5rem !important;
    }

    a {
        font-size: 1.2rem !important;
    }

    .logo {
        height: auto;
        width: 65%;
    }
    
    .freight {
        font-size: 4.3rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 100%;
    }
}

/* Small devices (landscape phones, 470px and up) */
@media (min-width: 470px) and (max-width: 575px) {
    .description {
        margin-bottom: 30% !important;
    }

    h1  {
        font-size: 3.5rem !important;
    }

    a {
        font-size: 1.2rem !important;
    }

    .logo {
        height: auto;
        width: 60%;
    }
    
    .freight {
        font-size: 4.3rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 100%;
    }
}

/* Small devices (landscape phones, 375px and up) */
@media (min-width: 375px) and (max-width: 469px) {
    .description {
        margin-bottom: 40% !important;
    }

    h1  {
        font-size: 3.5rem !important;
    }

    a {
        font-size: 1.1rem !important;
    }

    .logo {
        height: auto;
        width: 80%;
    }
    
    .freight {
        font-size: 4.3rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 60% 20%;
    }
}

/* Small devices (landscape phones, 275px and up) */
@media (max-width: 374px) {
    .description {
        margin-bottom: 50% !important;
    }

    h1  {
        font-size: 3.2rem !important;
    }

    a {
        font-size: 1rem !important;
    }

    .logo {
        height: auto;
        width: 92%;
    }
    
    .freight {
        font-size: 4rem !important;
        font-family: 'freight' !important;
    }
    
    video {
        object-position: 60% 20%;
    }
}