@font-face {
    font-family: 'Campton';
    src: url('/assets/Campton-Bold.eot'),
    url('/assets/Campton-Bold.woff') format('woff'),
    url('/assets/Campton-Bold.woff2') format('woff2'),
    url('/assets/Campton-Bold.ttf') format('truetype'),
    url('/assets/Campton-Bold.svg#Campton') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('/assets/Campton-Book.eot'),
    url('/assets/Campton-Book.woff') format('woff'),
    url('/assets/Campton-Book.woff2') format('woff2'),
    url('/assets/Campton-Book.ttf') format('truetype'),
    url('/assets/Campton-Book.svg#Campton') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #5E769B;
    font-family: 'Campton';
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #072D6A;
    margin-bottom: 25px;
}

h2 {
    font-size: 35px;
    font-weight: 700;
    color: #072D6A;
}

h3 {
    font-size: 34px;
    font-weight: 700;
    color: #072D6A;
}

p {
    font-size: 17px;
    line-height: 26px;
    margin: 0px;
}

.hero-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

.hero-sub {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 13px;
    line-height: 1.5;
}

.hero-image {
    width: 98%;
    margin: auto;
    display: block;
    margin-top: 65px;
}

.big {
    font-size: 19px;
    margin-bottom: 45px;
    margin-top: 13px;
    line-height: 1.5;
}

.card-title {
    font-size: 40px;
    font-weight: 700;
    color: #072D6A;
    margin-bottom: 0px;
}

.why-card-title {
    font-size: 25px;
    font-weight: 700;
    color: #072D6A;
    margin-top: 25px;
    margin-bottom: 16px;
}

.button {
    width: 160px;
    background-color: #0E60E2;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    font-size: 17.5px;
    font-weight: 500;
    height: 60px;
}

.nav-button {
    width: 134px;
    background-color: #0E60E2;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    font-size: 17.5px;
    font-weight: 500;
    height: 46px;
}

.navbar-light .navbar-nav .nav-link {
    color: #0E60E2;
    font-weight: 500;
}

.nav-item {
    margin-top: 20px;
}

.why-card {
    padding: 45px 30px;
    border: 0.5px solid #B7D1FA;
    border-radius: 10px;
    background-color: transparent;
    margin: 10px 15px;
}

.commute-card {
    padding: 30px 30px;
    border: 0.5px solid #B7D1FA;
    border-radius: 10px;
    background-color: transparent;
    margin: 10px 15px;
}

#why {
    background-color: #F5FCFF;
    padding: 80px 0px;
}

#client {
    padding: 80px 0px;
}

.why-space {
    height: 20px;
}

.space {
    height: 80px;
}

.get-started {
    text-align: center;
    margin-bottom: 55px;
}

.get-started-button {
    text-align: center;
    margin-bottom: 55px;
} 

.footer-text{
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}

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

hr {
    color: #C2CED6;
}

.socials {
    text-align: center;
    margin-bottom: 25px;
}

.client-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.size {
    height: 80px;
}

.description {
    margin-bottom: 0px;
}

@media screen and (min-width: 576px) {
    p {
        margin-bottom: 40px;
    }

    .footer-text{
        margin-bottom: 0px;
        text-align: center;
        font-size: 12px;
    }

    .description {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    p {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 40px;
        font-weight: 700;
        color: #072D6A;
        margin-bottom: 25px;
    }

    .hero-sub {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 13px;
        line-height: 1.5;
    }

    .hero-text {
        margin-top: 30px;
    }

    .footer-text{
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
    }

    .get-started {
        text-align: left;
    }

    .get-started-button {
        text-align: right;
    }  

    .lshm {
        margin-top: 30px;
    }

    .description {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 50px;
        font-weight: 700;
        color: #072D6A;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 42px;
        font-weight: 700;
        color: #072D6A;
    }
    
    h3 {
        font-size: 40px;
        font-weight: 700;
        color: #072D6A;
    }

    .hero-text {
        margin-top: 20px;
    }

    .hero-sub {
        font-size: 19px;
        margin-bottom: 45px;
        margin-top: 13px;
        line-height: 1.5;
    }

    .hero-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .hero-image {
        width: 95%;
        margin-top: 0px;
    }

    .nav-item {
        margin-left: 35px;
        margin-top: 0px;
    }

    .space {
        height: 150px;
    }

    .why-space{
        height: 40px;
    }

    .big {
        width: 55%;
    }

    #why {
        background-color: #F5FCFF;
        padding: 125px 0px;
    }

    #client {
        padding-top: 125px;
        padding-bottom: 170px;
    }

    .get-started {
        text-align: left;
    }

    .get-started-button {
        text-align: right;
    }   

    .footer-text{
        margin-top: 11px;
        margin-bottom: 0px;
        text-align: left;
        font-size: 14px;
    }
    
    .social-icons {
        margin: 0px 0px;
        margin-left: 20px;
    }
    
    hr {
        color: #C2CED6;
    }
    
    .socials {
        text-align: right;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .login {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #0E60E2;
        font-weight: 500;
        font-size: 17.5px;
    }

    .lshm {
        margin-top: 30px;
    }

    .description {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 60px;
        font-weight: 700;
        color: #072D6A;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 45px;
        font-weight: 700;
        color: #072D6A;
    }
    
    h3 {
        font-size: 40px;
        font-weight: 700;
        color: #072D6A;
    }

    .hero-text {
        margin-top: 40px;
    }

    .hero-sub {
        font-size: 19px;
        margin-bottom: 45px;
        margin-top: 13px;
        line-height: 1.5;
    }

    .hero-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .hero-image {
        width: 95%;
        margin-top: 0px;
    }

    .nav-item {
        margin-left: 35px;
        margin-top: 0px;
    }

    .space {
        height: 150px;
    }

    .why-space{
        height: 40px;
    }

    .big {
        width: 55%;
    }

    #why {
        background-color: #F5FCFF;
        padding: 125px 0px;
    }

    #client {
        padding-top: 125px;
        padding-bottom: 200px;
    }

    .get-started {
        text-align: left;
    }

    .get-started-button {
        text-align: right;
    }   

    .footer-text{
        margin-top: 12px;
        margin-bottom: 0px;
        text-align: left;
        font-size: 14px;
    }
    
    .social-icons {
        margin: 0px 0px;
        margin-left: 20px;
    }
    
    hr {
        color: #C2CED6;
    }
    
    .socials {
        text-align: right;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .login {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #0E60E2;
        font-weight: 500;
        font-size: 17.5px;
    }

    .lshm {
        margin-top: 30px;
    }

    .description {
        margin-bottom: 0px;
    }
}