body, html {
    height: 100%;
    width: 100vw;
    margin: 0px;
    scroll-margin: 0px;
}

.test {
    font-size: 50px;
}

.navbar-max-width {
    max-width: 1333px; /* applying max-width */
}

.nav-link {

    color: red;
    font-family: 'Cerebri Sans', sans-serif;
    letter-spacing: 0.15rem;
    margin-right: 15px;
    padding-left: 10px;

}

.nav-active {
    color: white !important;

    border-radius: 10px;
}

li.nav-item a:hover { 
    color: #20c3c3 !important; 
}


/* The hero image */
.hero-image {

    background-image: url('../img/hero-img.jpg');

    /* Set a specific height */
    height: 80vh;
    border-width: 0px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -50%);
    color: white;
    border-width: 0px;
}

.hero-sub {
    font-family: 'Anton';font-size: 3rem;
    letter-spacing: 0.5rem;
    margin-right:-0.5rem;
    color: #20c3c3;
}

.hero-title {
    font-family: 'Anton';font-size: 10rem;
    letter-spacing: 1.7rem;
    margin-right:-1.7rem;
    color: #20c3c3;
}

.mobile-text {
    display: none;
    font-family: 'Cerebri Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
}


    

.join-button {
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    background-color: #ff6bbb;
    border-width: 0px;
    color: white;
    font-family: 'Cerebri Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.sub-text {
    font-family: 'Cerebri Sans', sans-serif;
    color: black;
}

.about-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.circle-img {
    display: block;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 75%;
    height: auto;

}

.about-block {
    margin-top: 10%;
    text-align: center;
}

.about-block-text {
    margin-top: 10px;
    font-family: 'Cerebri Sans', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #888b8d;
}

.grey-back {
    background-color:rgba(0,0,0,0.0);
}

.download-section {
    height: 700px;
    text-align: center;
    font-family: 'Cerebri Sans', sans-serif;
    font-size: 3rem;
}

.trial-banner {
    padding: 10px 40px 10px 40px;
    background-color: #20c3c3;
    font-size: 1.5rem;
    font-family: 'Cerebri Sans', sans-serif;
    color: white;
}

.review-section {
    background-image: linear-gradient(to right, rgba(255,107,187,0.5), rgba(32,195,195, 0.5));
}

.review-header {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2rem;
    font-style: italic;
    font-family: 'Cerebri Sans', sans-serif;
    text-align: center;

}

.review-card {
    width: 80%;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

.review-text {
    font-size: 1rem;
    font-family: 'Cerebri Sans', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 930px) {
    .hero-image {
        background-image: url('../img/hero-img-mob.jpg');
        height: 25vh;
    }
    .hero-text {
        display: none;
    }
    .mobile-text {
        display: block;
    }
    .download-section {
        height: 40vh;
        padding-top: 80px;
        padding-bottom: 80px;
        display: block;
    }
    .about-section {
        margin-bottom: 80px;
    }
    .about-block {
        margin-bottom: 40px;
    }
    .at {
        margin-top: 80px;
    }
}