/* font-family: 'Raleway', sans-serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #1D1A5B;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
}

#preload {
    display: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #1D1A5B;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 20rem;
    z-index: 2;
    background-color: #1D1A5B;
    /* overflow-x: hidden; */
}

section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 3rem 2rem;
    z-index: 10;
}

#logo {
    position: absolute;
    top: -8px;
    left: 0;
    width: 263px;
    height: auto;
    z-index: 10;
}

section h1 {
    padding-top: 55px;
    font-size: 62px;
    line-height: 62px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.56);
    text-align: center;
}
section small {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.56);
}

section h2 {
    font-size: 32px;
    line-height: 37px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

section h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #1D1A5B;
}

section h2:before,
section h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 27px;
    margin-top: -27px;
    border-top: 2px solid #E99848;
}

section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
}

section.light p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}

section.dark {
    background-color: #1D1A5B;
}

section.light {
    background-color: #F2F5F7;
}

section.clear {
    background-color: transparent;
}

section#intro {
    height: 162px;
    display: block;
}
/* section#intro { */

section#hero {
    display: block;
    flex-direction: unset;
    align-items: normal;
    justify-content: normal;
    height: 0;
    padding-bottom: 64.93%;
}

section#hero .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-height: 100vh;
}
section#hero video {
    width: 100vw;
    height: auto;
}

section#hero .button {
    padding: 6px 25px;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1.5rem;
    text-decoration: none;
}

section#hero .button.orange {
    background-color: #E87200;
}

section#hero .button.green {
    background-color: #007564;
}

section#hero .button.muted {
    background-color: #AFBC21;
}

section article {
    position: relative;
    height: auto;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 5;
}

section#swoosh {
    width: 100vw;
    height: auto;
    min-height: auto;
    position: absolute;
    z-index: 12;
    background: transparent;
    margin-top: -120px;
}

section#swoosh img {
    width: 100%;
    height: auto;
}

section#phone,
section#laptop {
    margin: 0 auto;
    padding: 210px 0;
}

section#phone {
    z-index: 20;
}

section#laptop {
    overflow: hidden;
}

section#laptop h3,
section#laptop p {
    margin-bottom: 24px;
}
section#laptop a {
    display: inline-block;
}

.container.grid {
    display: grid;
    grid-template-columns: 387px 1fr;
}

#animatingHand {
    position: absolute;
    bottom: 0;
    right: -500px;
}

#animatingHand img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.mobile-1 {
    opacity: 1;
}

#animatingLaptop {
    position: absolute;
    bottom: 44px;
    left: 38%;
}


.linkButton {
    padding: 10px 24px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: 5px;
    background-color: #E87200;
    text-decoration: none;
    border-radius: 22px;
}

@media only screen and (max-width: 960px) {
    #tooSmall {
        display: flex;
    }

    #animatingHand {
        right: -500px;
    }
}
@media only screen and (min-width: 980px) {
    section h1 {
        padding-top: 0;
        font-size: 72px;
        line-height: 72px;
    }
    section small {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    section#swoosh {
        margin-top: -140px;
    }
    #animatingHand {
        right: -380px;
    }
}

@media only screen and (min-width: 1400px) {
    section#swoosh {
        margin-top: -160px;
    }
    #animatingHand {
        right: -280px;
    }
    #animatingLaptop {
        left: 40%;
    }
}

@media only screen and (min-width: 1600px) {
    section#swoosh {
        margin-top: -200px;
    }
    #animatingHand {
        right: -180px;
    }
    #animatingLaptop {
        left: 43%;
    }
}

@media only screen and (min-width: 1900px) {
    section#swoosh {
        margin-top: -250px;
    }
    #animatingHand {
        right: 0;
    }
    #animatingLaptop {
        left: 45%;
    }
}


@media only screen and (min-width: 2100px) {
    section#swoosh {
        margin-top: -300px;
    }
    #animatingHand {
        right: 160px;
    }
    #animatingLaptop {
        left: 47%;
    }
}