
a {
    color: black;
    text-decoration: none;
}


body {
    display: flex;
    flex-direction: column;

    background-image: linear-gradient(135deg, #B6ED93, #EBF6E0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    min-height: 100vh;
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
}

/*top*/

.navtop {
    margin: 20px 20px 0px 20px;
    text-align: right;
}

.navtop a {
    margin-left: 20px;
    font-weight: 300;
}

header {
    margin: 0px 20px 0px 20px;
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width: 600px){
    .navtop {
        text-align: left;
    }  
    .navtop a {
        margin-left: 0px;
        margin-right: 20px;
    }
    header {
        margin-top: 20px;
    } 
}
@media (max-width: 281px){
    .navtop a {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 1rem;
    }
} 


/*bottom*/

.navbottom {
    margin: 20px auto 0px 20px;
}
.navbottom a {
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.copyright {
    margin: 10px auto 20px 20px;
    font-size: 0.75rem;
    font-weight: 100;
}




/*index*/

.container {
    flex-grow: 1;
}

.indexbody{
    background-color: black;
    color: white;
    margin: 20px 35vw 0px 35vw;
    padding: 20px 20px 25px 20px;
    text-align: justify;
    border-radius: 8px;
}

.badgebodytop{
    margin-top: 25px;
    text-align: center;
}
.badgebodybottom{
    margin-top: 20px;
    text-align: center;
}
.topbadge{
    height: 100px;
}
.bottombadge{
    height: 90px;
}


@media (max-height: 4000px){
    .indexbody {
        margin-top: 120px;
    }  
}
@media (max-height: 1500px){
    .indexbody {
        margin-top: 100px;
    }  
}
@media (max-height: 1100px){
    .indexbody {
        margin-top: 80px;
    }  
}
@media (max-height: 1000px){
    .indexbody {
        margin-top: 20px;
    }  
}


@media (max-width: 2200px){
    .indexbody {
        margin-left: 30vw;
        margin-right: 30vw;
    }  
}
@media (max-width: 1640px){
    .indexbody {
        margin-left: 25vw;
        margin-right: 25vw;
    }  
}
@media (max-width: 1300px){
    .indexbody {
        margin-left: 30vw;
        margin-right: 30vw;
    }  
}
@media (max-width: 1000px){
    .indexbody {
        margin-left: 5vw;
        margin-right: 5vw;
    }  
}
@media (max-width: 800px){
    .indexbody {
        margin-left: 40px;
        margin-right: 40px;
    }  
}
@media (max-width: 600px){
    .indexbody {
        margin-left: 20px;
        margin-right: 20px;
    }  
} 

.indextitle {
    text-align: left;
    line-height: 2.25rem;
    font-size: 2rem;
    font-weight: 400;
}
.indextext {
    margin-top: 20px;
    line-height: 1.75rem;
    font-weight: 300;
}
.indexemail {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.75rem;
    font-weight: 300;
}

.centerer {
    display: flex;
    align-items: center;
}



.indexbody a {
    background-color: #EBF6E0;
    color: black;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    margin: auto;
}





/* features */

.card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: black;
    color: white;

    margin: 0px 10px 0px 10px;
    border-radius: 10px;
}

.card p {
    font-size: 0.825rem;
    line-height: 1.25rem;
    padding: 10px 10px 0px 10px; 
    box-sizing: border-box;

    flex-grow: 1;
}  
.card img {
    width: 100%;
    box-sizing: border-box;

    padding: 10px; 
   
} 

.featuresbody {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0px 10px;
}
@media (max-width: 1000px){
    .featuresbody {
        flex-direction: column;
        margin: 20px 35vw 0px 35vw;
    }
    .card {
        width: 100%;
        margin: 10px 0px 10px 0px;
    }  
} 
@media (max-width: 600px){
    .featuresbody {
        margin: 20px 30vw 0px 30vw;
    }
} 
@media (max-width: 500px){
    .featuresbody {
        margin: 20px 20vw 0px 20vw;
    }
} 
@media (max-width: 400px){
    .featuresbody {
        margin: 20px 20px 0px 20px;
    }
} 

/* contact */

.contactbody{
    background-color: #EBF6E0;
    color: black;
}

.contacttitle {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 400;
}

.contacttext {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.5rem;
    font-weight: 300;
}

.contactbody a {
    background-color: black;
    color: white;
    padding: 4px;
    line-height: 0px;
    text-align: right;
    border-radius: 4px;
}


/* terms and privacy*/

.termsbody{
    background-color: #EBF6E0;
    color: black;
    padding-top: 0px;
}

.termsbody h1 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 20px 0px 0px 0px;
}

.termsbody h2 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 10px 0px 0px 0px;
}

.termsbody h3 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 8px 0px 0px 0px;
}

.termsbody p {
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 8px 0px 0px 0px;
}