html {
    font-size: 10px;
}

body {
    font-family: 'Oxygen', sans-serif;
    background-color: #fafafa;
    margin: 0;
}

header, footer {
    background-color: white;
}

h1 {
    font-size: 3.5em;
    margin: 10px 0;
}

h2 {
    font-size: 2em;
    font-weight: 200;
    margin: 10px 0;
}

img {
    max-width: 100%;
}

header {
    padding: 20px 0;
}

header img {
    width: 100%;
    height: auto;
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}


.container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text {
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
}

.languages {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}

.languages img {
    margin: 10px;
}

.background-red {
    background-image: url("../landingpage/images/backgroundRed.png");
    width: 100%;
    height: 100%;
}

.download {
    height: 700px;
}

.download .download-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.download .download-info .title {
    color: white;
    margin: 15px 0;
    text-align: center;
}

.download .buttons {
    display: flex;
    width: 70%;
    flex-direction: column;
}

.download .buttons a {
    text-align: center;
}

.download .buttons img {
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.iphone {
    display: none;
}

.for-students {
    margin-top: 20px;
}

.for-students-text {
    flex: 1;
    min-width: 50%;
}

.in-app {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.in-app-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.in-app-features .item {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
}

.in-app-features .item p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.screens {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 75px 0;
}

.screens-mobile {
    width: 100%;
    margin: 75px 0;
}

.slick-center {
    transform: scale(1.1);
}

.info {
    margin-bottom: 100px;
}

.social-icons {
    display: flex;
    align-items: baseline;

}

.social-icons img {
    margin: 10px;
}

.footer-middle {
    flex: 1;
    text-align: center;
}

.footer-middle .text {
    font-size: 16px;
}

footer a {
    color: rgb(214 12 69);
}

footer .flex-container {
    align-items: center;
}

.footer-end {
    display: flex;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    body {
        font-size: 16px;
    }

    .download .buttons {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .flex-container {
        flex-direction: row;
    }


    .screens {
        display: flex;
    }

    .screens-mobile {
        display: none;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }

    .iphone {
        display: block;
    }

    .background-red {
        height: 70%;
    }

    .download {
        height: 1000px;
    }

    .download .buttons {
        margin: 30px 0;
    }

    .download .download-info {;
        margin-top: 50px;
    }

    .mt-150 {
        margin-top: 150px !important;
    }

    .info {
        margin-top: -60px;
    }

    .in-app-features .item {
        width: 20%;
    }

    .footer-middle, .social-icons {
        padding: 10px 0;
    }

}

@media (min-width: 1440px) {
    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.USTFBIcon {
    position: relative;
    left: -17px;
    bottom: -32px;
    margin-bottom: 12px
}