@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light-BETA.woff2)
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.woff2)
}

@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.woff2)
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.woff2)
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.woff2)
}

html, body {
    overflow-x: hidden;
}

.hero {
    background: url(../images/HeroImage.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    padding-bottom: 28%;
    position: relative;
}

.header {
    max-width: 1600px;
    padding-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
    overflow-x: hidden;
}

img.logo {
    margin-left: 30px;
}

.hero-content {
    max-width: 1600px;
    height: 0;
    margin: 0 auto;
    padding-top: 24%;
}

h1.hero-text {
    color: #272727;
    font-family: Inter-SemiBold;
    font-size: 2.9rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.app-btns {
    display: flex;
    position: relative;
}

img.apple-btn {
    padding-right: 20px;
    width: 164px;
}
img.google-btn {
    width: 162px;
}

img.mobile-img {
    display: none;
}

section.cross-platform div.wrapper {
    max-width: 1200px;
    margin: 0 auto 150px;
}

div.cp-text h2 {
    color: #272727;
    font-family: Inter-SemiBold;
    font-size: 2.7rem;
    margin-bottom: 30px;
}

div.cp-text p {
    color: #656565;
    font-family: Inter-Light;
    font-size: 26px;
    max-width: 632px;
}

section.cross-platform div.wrapper div.cp-text, section.activity-reports div.wrapper div.cp-text{
    margin-left: 80px;
}

section.schedule {
    background-color: #f7f7f7;
}

section.schedule div.order-first {
    text-align: right;
}

div.wrapper {
    max-width: 1200px;
    margin: 150px auto;
}
.footer {
    background-color: #fff;
    position: relative;
}

 .footer div.wrapper {
    max-width: 1200px;
    margin: 50px auto;
}

img.footer-logo {
    width: 8rem;
}

span.copyright {
    color: #262626;
    font-family: Inter-Regular;
    font-size: 1rem;
    margin-left: 40px;
}

a.links {
    color: #7b7b7b;
}

a.links:nth-child(n+2) {
    padding-left: 20px;
}

a.links:hover {
    color: #e6134b;
    text-decoration: none;
}

/* Media Queries */

@media (max-width: 1440px) {
    .header {
        max-width: 1250px;
    }
    .hero-content {
        max-width: 1250px;
        padding-top: 25%;
    }
    h1.hero-text {
        font-size: 2.4rem;
    }
    img.apple-btn {
        width: 150px;
    }
    img.google-btn {
        width: 147px;
    }
}

@media (max-width: 1280px) {
    h1.hero-text {
        font-size: 2rem;
    }
    img.apple-btn {
        width: 130px;
    }
    img.google-btn {
        width: 125px;
    }
    section.cross-platform div.wrapper {
        max-width: 725px;
        margin: 0 auto 100px;
    }
    img.cross-platform-img {
        width: 225px;
    }
    section.cross-platform div.wrapper div.cp-text, section.activity-reports div.wrapper div.cp-text {
        margin-left: 20px;
    }
    div.cp-text h2 {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    div.cp-text p {
        font-size: 1rem;
    }
    div.wrapper {
        max-width: 725px;
        margin: 100px auto;
    }
    img.schedule-img {
        width: 232px;
    }
    img.activity-reports-img {
        width: 232px;
    }
    img.footer-logo {
        width: 99px;
    }
    span.copyright {
        font-size: 0.6rem;
    }
}

@media (max-width: 1024px) {
    img.logo {
        width: 160px;
    }
    h1.hero-text {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    img.apple-btn {
        width: 120px;
    }
    img.google-btn {
        width: 113px;
    }
}

@media (max-width: 991px) {
    .link-container {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    img.logo {
        width: 140px;
    }
    .hero-content {
        padding-top: 26%;
    }
    h1.hero-text {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    img.apple-btn {
        width: 105px;
        padding-right: 15px;
    }
    img.google-btn {
        width: 102px;
    }
    div.wrapper {
        text-align: center;
    }
    div.wrapper div.cp-text {
        text-align: center;
    }
    div.cp-text p {
        max-width: 500px;
        margin: 0 auto;
    }
    section.cross-platform div.wrapper div.cp-text, section.activity-reports div.wrapper div.cp-text {
        margin-left: 0;
    }
    section.schedule div.order-first {
        text-align: center;
    }
    img.cross-platform-img {
        margin-bottom: 25px;
    }
    img.schedule-img {
        margin-bottom: 25px;
    }
    img.activity-reports-img {
        margin-bottom: 25px;
    }
}

@media (max-width: 700px) {
    .hero-text {
        font-size: 1.2rem;
    }
    img.apple-btn {
        width: 90px;
    }
    img.google-btn {
        width: 85px;
    }
}

@media (max-width: 665px) {
    .header {
        background-color: #FEF3F6;
        padding: 45px 0;
        position: relative;
        z-index: 0;
    }
    .hero {
        background: none;
        background-position: 50% 114%, 0px 0px;
        background-color: #FEF3F6;
        width: 100%;
        padding-bottom: 257px;
    }
    .hero-content {
        padding-top: 60px;
    }
    h1.hero-text {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    div.logo {
        margin: 0 auto;
    }
    img.logo {
        margin-left: 0;
    }
    .app-btns {
        justify-content: center;
    }
    img.apple-btn {
        width: 115px;
    }
    img.google-btn {
        width: 115px;
    }
    img.mobile-img {
        display: flex;
        margin-top: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    section.cross-platform div.wrapper {
        max-width: 425px;
        margin-top: 150px;
        margin-bottom: 100px;
        text-align: center;
    }
    section.cross-platform div.wrapper div.cp-text, section.activity-reports div.wrapper div.cp-text {
        margin-left: 0;
    }
    div.wrapper {
        max-width: 425px;
        text-align: center;
    }
    div.cp-text p {
        max-width: 425px;
    }
    img.cross-platform-img {
        margin-bottom: 25px;
        width: 160px;
    }
    div.wrapper div.cp-text {
        text-align: center;
    }
    section.schedule {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    img.schedule-img {
        width: 160px;
        margin-bottom: 25px;
    }
    img.activity-reports-img {
        width: 160px;
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    section.cross-platform div.wrapper {
        max-width: 325px;
    }
    div.wrapper {
        max-width: 325px;
    }
    img.cross-platform-img {
        width: 135px;
    }
    img.schedule-img {
        width: 140px;
    }
    img.activity-reports-img {
        width: 140px;
    }
}