@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

.js-modal-btn {
    width: 684px;
    height: 422px;
    position: absolute;
    top: 397px;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

@media only screen and (max-width: 810px) {
    .js-modal-btn {
        top: 402px;
        width: 592px;
        height: 365px;
    }
}

@media only screen and (max-width: 615px) {
    .js-modal-btn {
        top: 395px;
        width: 492px;
        height: 305px;
    }
}

@media only screen and (max-width: 510px) {
    .js-modal-btn {
        top: 392px;
        width: 374px;
        height: 232px;
    }
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #184468;
    font-family: 'Lato', Helvetica, sans-serif;
    overflow-x: hidden;
}

.btn {
    color: white;
    background-color: #3981BD;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 4px;
    border: 1px solid #3981BD;
    box-sizing: border-box;
    transition: 0.3s background-color, border-color;
}

.btn.inverted {
    color: white;
    border: 1px solid white;
    background-color: transparent;
    transition: 0.3s background-color, border-color;
}

.btn.hollow {
    background-color: transparent;
    color: #3981BD;
    opacity: 1;
    transition: 0.3s background-color, border-color;

}

.btn:hover {
    background-color: #2A78B7;
    border-color: #2A78B7;
    transition: 0.3s background-color, border-color;
}

.btn.inverted:hover {
    background-color: transparent;
    border-color: #94C1E5;
    color: #94C1E5;
    transition: 0.3s background-color, border-color;
}

.btn.hollow:hover {
    background-color: #DDF0FF;
    border-color: #3981BD;
    transition: 0.3s background-color, border-color;
}

section {
    width: 100vw;
    height: 800px;
    display: flex;
    justify-content: center;
}

.container {
    width: 1200px;
}

a {
    text-decoration: none;
}

/* NAV */
nav {
    width: 100vw;
    position: fixed;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #184468;
}

.nav-wrapper {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    padding-left: 0;
}

ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

ul li a {
    color: white;
    text-decoration: none;
}

.nav-titles {
    text-align: center;
}

.sign-up-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    display: none;
}

.nav-wrapper .nav-responsive {
    display: none;
}

.sign-up {
    font-family: "Lato", Helvetica, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: #3981BD;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 15px;
    transition: 0.3s background-color, border-color;

}

.sign-up:hover {
    background-color: #2A78B7;
    border-color: #2A78B7;
    transition: 0.3s background-color, border-color;
}

.sign-in {
    font-family: "Lato", Helvetica, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s background-color, border-color;

}

.sign-in:hover {
    color: #94C1E5;
    transition: 0.3s background-color, border-color;
}

/* SPLASH */


section.splash {
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;

}

.splash-wrapper {
    text-align: center;
    color: white;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.splash-wrapper>.splash-btns {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.splash-text {
    width: 600px;
}


.splash-text>h1 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 40px;
    letter-spacing: 0.8827px;
    margin-top: 100px;
    margin-bottom: 0;
}

.splash-text>p {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.88px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.splash-btns>a>.btn {
    width: 160px;
    padding-left: 0px;
    padding-right: 0px;
}

.splash-btns>a:first-of-type {
    margin-right: 20px;
}

.splash-btns {
    margin-bottom: 45px;
}


/* SECTION 1 */

.section-1 {
    height: 225px;
    background-color: white;
}

.container-1 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

h2 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    letter-spacing: 0.88px;
}


/* SECTION 2 */

.section-2 {
    height: 490px;
    background-color: white;
}

.container-2 {
    width: 1000px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
}

.container-2-text {
    width: 550px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-left: 110px;
}

.container-2-text>h6 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.88px;
    color: #C0C0C0;
    margin-bottom: 0;
}

.container-2-text>h5 {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #555555;
    margin: 0;
    margin-bottom: 22px;
    width: 500px;

}

/*SECTION 3 */

.section-3 {
    height: 1700px;
    background-color: white;
    background-image: url("../img/bg-test-3.svg");
    background-position: center top;
    background-repeat: no-repeat;
}

.section-3-header {
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;

}

.section-3-header>h6 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.88px;
    color: #C0C0C0;
    margin-bottom: 0;
}

.container-3 {
    display: flex;
    flex-flow: column;
}

h3 {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.8827px;
    color: #205C8D;
    margin-top: 5px;
    margin-bottom: 0;
}

h5 {
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.8827px;
    color: #555555;
    width: 345px;
    margin-top: 20px;
}

.flow-1 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.flow-1-text {
    margin-right: 50px;
}

.flow-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.flow-2-text {
    margin-left: 50px;
}

.flow-3 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.flow-3-text {
    margin-right: 50px;
}

.flow-4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.flow-4-text {
    margin-left: 50px
}

/* SECTION 4 */

.section-4 {
    background-color: white;
    height: 300px;
}

.section-4-text>h4 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #000000;
}

.section-4-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.l-img {
    margin-left: 20px;
    margin-right: 20px;
    transition: 0.3s background-color, border-color;
}

.l-img:hover {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(121, 121, 121, 0.25);
    transition: 0.3s background-color, border-color;
}

.language-icons {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

/* SECTION 5 */

.section-5 {
    background-color: white;
    height: 400px;
}

.section-5>.container-1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.btn-1 {
    background-color: white;
    box-shadow: 0px 4px 4px rgba(121, 121, 121, 0.25);
    border-radius: 4px;
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #3981BD;
    width: 380px;
    margin-right: 17px;
    margin-bottom: 20px;

}

.btn-1>h7 {
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #555555;
}

.btn-1>a>.btn {
    background-color: white;
    color: #3981BD;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 25px;
    opacity: 1;
    transition: 0.3s background-color, border-color;
}

.btn-1>a>.btn:hover {
    background-color: #DDF0FF;
    transition: 0.3s background-color, border-color;
}

.btn-2 {
    background: white;
    box-shadow: 0px 4px 4px rgba(121, 121, 121, 0.25);
    border-radius: 4px;
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #3981BD;
    width: 380px;
    margin-left: 17px;
    margin-bottom: 20px;
}

.btn-2>h7 {
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #555555;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-2>a>.btn {
    background-color: white;
    color: #3981BD;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 25px;
    opacity: 1;
    transition: 0.3s background-color, border-color;
}

.btn-2>a>.btn:hover {
    background-color: #DDF0FF;
    transition: 0.3s background-color, border-color;
}

/* SECTION 6 */

.section-6 {
    background-color: #FAFAFA;
    background-position: center;
    height: 262px;
}

.section-6-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
}

.section-6-text>h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-6-text>h7 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #555555;
}

.container-2>a>.btn {
    background-color: #3981BD;
    color: white;
}


/* FOOTER */

footer {
    height: 375px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;

}

.footer-content {
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;

}

h8 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    letter-spacing: 0.88px;
    color: #FFFFFF;

}

.footer-link {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.88px;
    color: #FFFFFF;
    padding-top: 10px;
    transition: 0.3s background-color, border-color;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.71);
    transition: 0.3s background-color, border-color;
}

.footer-column-1 {
    display: flex;
    flex-flow: column;
}


.column-1-content {
    display: flex;
    flex-flow: column;
    padding-top: 15px;
}


.footer-column-3 {
    display: flex;
    flex-flow: column;
    padding-left: 50px;
}

.column-3-content {
    display: flex;
    flex-flow: column;
    padding-top: 15px;
}

.footer-column-4 {
    display: flex;
    flex-flow: column;
    padding-left: 50px;
}

.column-4-content {
    display: flex;
    flex-flow: column;
    padding-top: 15px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1210px) {
    .nav-wrapper {
        width: 1000px;
    }
}

@media only screen and (max-width: 1010px) {
    .nav-wrapper {
        width: 800px;
    }

    ul li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*section 3*/
    .section-3 {
        height: 2400px;
        background-color: white;
        background-image: none;

    }

    .container-flow {
        margin-top: 175px;
    }

    .section-3-header {
        margin-top: 25px;
        margin-bottom: 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }


    .flow-1 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;


    }

    .flow-1-text {
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        margin-right: 0;

    }

    .flow-2 {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-2-text {
        text-align: center;
        margin-left: 0;
    }

    .flow-3 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-3-text {
        text-align: center;
        margin-right: 0;
    }

    .flow-4 {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-4-text {
        text-align: center;
        margin-left: 0;
    }


    .footer-content {
        display: flex;
        flex-flow: row wrap;
        margin-top: 50px;
        margin-left: 30px;
    }

    h8 {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 14px;
        letter-spacing: 0.88px;
        color: #FFFFFF;

    }

    .footer-link {
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
        letter-spacing: 0.88px;
        color: #FFFFFF;
        padding-top: 10px;
    }


}

@media only screen and (max-width: 975px) {

    /*section 2*/
    .container-2 {
        width: 800px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        margin-top: 50px;
    }

    .container-2-text {
        width: 350px;
        display: flex;
        flex-flow: column;
        text-align: center;
        align-items: center;
        margin-left: 110px;
    }

    .container-2-text>h5 {
        width: 325px;

    }

    .lock {
        width: 250px;
        margin-left: 0;
    }



}

@media only screen and (max-width: 850px) {

    /*section 3*/


    .section-3-header {
        margin-top: 25px;
        margin-bottom: 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }


    .flow-1 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;


    }

    .flow-1-text {
        text-align: center;
        margin-right: 0;
    }

    .flow-2 {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-2-text {
        text-align: center;
        margin-left: 0;
    }

    .flow-3 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-3-text {
        text-align: center;
        margin-right: 0;
    }

    .flow-4 {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .flow-4-text {
        text-align: center;
        margin-left: 0;
    }

    /*section 5*/
    .section-5>.container-1 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .btn-1 {
        margin-right: 0;
        margin-top: 25px;
    }

    .btn-2 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 810px) {
    .nav-wrapper {
        width: 600px;
    }

    .nav-menu {
        display: block;
        color: white;
        cursor: pointer;
        margin-right: 20px;
    }

    .nav-wrapper a img {
        margin-left: 20px;
    }

    .nav-wrapper.responsive .nav-responsive {
        position: absolute;
        margin-top: 50px;
        width: 100vw;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        background-color: #184468;
    }

    .nav-wrapper.responsive .nav-responsive ul {
        margin: 8px;
    }

    .nav-wrapper.responsive .nav-responsive ul li {
        display: block;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-wrapper.responsive .nav-responsive ul li a {
        font-size: 16px;
    }

    .nav-wrapper.responsive .nav-responsive .sign-in-responsive {
        font-family: "Lato", Helvetica, sans-serif;
        color: white;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

    .nav-wrapper.responsive .nav-responsive .sign-up-responsive {
        font-family: "Lato", Helvetica, sans-serif;
        color: white;
        font-size: 16px;
        font-weight: 400;
        background-color: #3981BD;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        width: 100px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: 0.3s background-color, border-color;
    }

    .nav-titles,
    a.sign-in,
    a.sign-up {
        display: none;
    }

    .nav-wrapper.responsive .nav-responsive {
        display: block;
    }

    ul li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 810px) {
    .splash-img {
        width: 1500px;
    }

    .splash {
        height: 745px;
    }

    /* section 2 */

    .section-2 {
        height: 490px;
        background-color: white;
    }

    .container-2 {
        width: 600px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        margin-top: 50px;
    }

    .lock {
        width: 0;
    }

    .container-2-text {
        width: 400px;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-left: 0px;

    }

    .container-2-text>h6 {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.88px;
        color: #C0C0C0;
        margin-bottom: 0;
    }

    .container-2-text>h2 {
        font-size: 30px;
    }

    .container-2-text>h5 {
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        color: #555555;
        margin: 0;
        margin-bottom: 22px;
        width: 400px;

    }

    .container-2-text>a>.btn {
        color: #3981BD;
        background-color: white;
        border: 1px solid #3981BD;
    }

    .footer-content {
        margin-top: 50px;
        padding-top: 0;
    }

}

@media only screen and (max-width: 615px) {

    .splash-img {
        width: 1250px;
        margin-top: 10px;
    }

    .splash {
        height: 670px;
    }

    .splash-text>h1 {
        font-size: 30px;
    }

    .splash-text>p {
        font-size: 14px;
    }

    .splash-text {
        width: 450px;
    }

    /*section3 */

    .section-3 {
        height: 2050px;
    }

    .container-flow {
        margin-top: 150px;
    }

    .flow-img {
        width: 400px;
    }


    .footer-link {

        font-size: 12px;
    }

    .footer-column-2 {
        padding-left: 25px;
    }

    .footer-column-3 {
        padding-left: 25px;
    }

    .footer-column-4 {
        padding-left: 25px;
    }

    /*section 6 */
    .section-6-text>h2 {
        font-size: 18px;
    }

    .section-6-text>h7 {
        font-size: 14px;
    }

    .computers {
        width: 200px;
    }

}

@media only screen and (max-width: 510px) {
    .splash-img {
        margin-top: 10px;
        width: 950px;
    }

    .splash {
        height: 580px
    }

    .section-4 {
        background-color: white;
        height: 325px;
    }

    .section-4-text>h4 {
        font-size: 18px;
    }

    .l-img {
        margin-left: 10px;
        margin-right: 10px;
    }


    .language-icons {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 40px;
    }

    .section-5 {
        height: 450px;
    }

    .btn-2 {
        margin-bottom: 70px;
    }

}


@media only screen and (max-width: 475px) {

    .flow-img {
        width: 390px;
    }

    .splash-text {
        width: 390px;
    }

    .footer-column-2 {
        padding-left: 15px;
    }

    .footer-column-3 {
        padding-left: 15px;
    }

    .footer-column-4 {
        padding-left: 15px;
    }

    .footer-content {
        margin-left: 15px;

    }

    .footer-link {
        font-size: 12px;
    }

    .computers {
        margin-left: 10px;
    }

}

@media only screen and (max-width: 390px) {
    .splash-text {
        width: 370px;
    }

    .splash-img {
        width: 920px;
    }

    .container-2-text>h2 {
        font-size: 24px;
    }

    .container-2-text>h5 {
        width: 350px;
    }

    .flow-img {
        width: 350px;
    }

    .language-icons {
        padding-left: 5px;
        padding-right: 5px;
    }

    .l-img {
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn-1 {
        width: 350px;
    }

    .btn-2 {
        width: 350px;
    }
}
