/* Box Model Hack */
* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}

/* Clear fix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

html{
    font-size: 62.5%;
}
body{
    font-size: 1.8rem;
    color: #171f2a;
}

a{
    text-decoration: none;
    color: black;
}
.show{
    display:none;
}

/* #65768a dar gray*/
/* #dbdfe2 light gray */
/* #171f2a footer gray */


/******************************************
/* LAYOUT
/*******************************************/

/* Header */
header{
    height: 50px;
    background-color: #65768a;
    color: white;
}
header>section{
    width: 40%;
    float: left;
}


.topNav li{
    float: left;
    list-style: none;
    width: 20%;
    padding: 0 1%;
}
.topNav a{
    color: white;
}
.donate{
    text-align: right;
    padding: 1%;
    padding-right: 5%;
}
.donate span{
    background-color: white;
    border-radius: 5px;
    width: 4%;
    border: 1px solid black;
}
.donate a{
    color: #65768a;
    padding: 15% 2%;
}
.logo{
    text-align: center;
}
.logo img{
    width: 30%;
}
.logo{
    max-width: 20%;
}
/* Top (Used Stack Overflow to figure how to use min-height)*/
.top{
    min-height: 400px;
    background-color: #65768a;
    color: white;
    text-align: center;
    padding: 2% 9%;
}
h1{
    font-weight: 500;
    font-size: 6rem;
}

.top p {
    width: 76%;
    margin: 0 0 4% 13%;
    line-height: 3rem;
}
.top a{
    color: white;
}

/* Mid One, Why Section */
.midOne{
    min-height: 300px;
    text-align: center;
    padding: 2% 24%;
}

.midOne h2,
.bottom h3{
    font-size: 4rem;
    font-weight: 500;
}

.midOne h2 {
    margin-bottom: 3%;
}

.midOne p {
    line-height: 3rem;
}

/* Mid Two, Visit Section */
.midTwo{
    min-height: 541px;
    padding: 4% 5%;
    background-color: #dbdfe2;
}
.midTwo span,
.bottom span{
    border: 1px solid #171f2a;
    padding: 7px 44px;
}

.midTwo h3 {
    margin: 2% 0;
}

.midTwo p {
    line-height: 3.5rem;
    margin-top: 1%;
}
.midTwoLeft , .midTwoRight {
    width: 50%;
    float: left;
    height: 375px;
    text-align: center;
    padding: 0 4%;
}

/* Bottom, Volunteer Section */
.bottom{
    min-height: 366px;
    text-align: center;
    padding: 2% 23%;
}

.bottom h3 {
    margin-bottom: 2%;
}

.bottom p {
    line-height: 3.5rem;
    margin-bottom: 4%;
}

/* Footer */
footer{
    min-height: 380px;
    background-color: #171f2a;
    color: white;
    padding: 0 8%;
}

.fa-brands, .fa-solid {
    font-size: xx-large;
    margin-right: 2rem;

}

.siteMap > li > a {
    margin-right: 1.6rem;
}

.contribute > li > a {
    margin-right: 2.5rem;
}

footer a{
    color: white;
    font-weight: 800;
}
.footerLeft, .footerRight {
    width: 50%;
    float: left;
}
.footerLeft li,
.footerBottom section{
    display: inline-block;
}
.footerRight{
    text-align: right;
}
.footerLeft h3{
    color: #65768a;
}
.footerLeft ul{
    padding: 0;
    margin-top: 3rem;
}
.footerBottom {
    min-height: 20px;
    border-top: 1px solid white;
    clear: both;
}

.footerBottom p {
    margin-top: 4rem;
    float: left;
}
.footerBottom section+section{
    padding-left: 25%;
    padding-top: 1%;
    float: right;
}

/* .footerBottom img {
    float: right;
} */
 


/******************************************
/* ADDITIONAL STYLES
/*******************************************/

@media all and (max-width: 1440px) and (min-width: 1090px){
    .topNav li{
        float: left;
        list-style: none;
        width: 20%;
    }
    .midTwoLeft, .midTwoRight {
        width: 50%;
        float: left;
        height: 375px;
        text-align: center;
        padding: 0 8%;
    }
    .footerBottom section+section {
        padding-left: 0;
        padding-top: 1%;
    }
}

@media all and (max-width: 1089px) and (min-width: 610px){
    .topNav li{
        float: left;
        list-style: none;
        width: 20%;
    }
    .footerBottom section+section {
        padding-left: 0;
        padding-top: 1%;
    }
    .midTwoLeft, .midTwoRight {
        width: 100%;
        float: left;
        height: 455px;
        text-align: center;
        padding: 0px 0%;
    }
    .hidden{
        display:none;
    }
    .show{
        display:inline-block;
    }
    .bottom {
        min-height: 366px;
        text-align: center;
        padding: 0% 23%;
    }
    .midTwo {
        min-height: 541px;
        padding: 4% 5%;
        background-color: #dbdfe2;
    }
}

@media all and (max-width: 609px) and (min-width:320px){
    .topNav li{
        float: left;
        list-style: none;
        width: 20%;
    }
    .footerBottom section+section {
        padding-left: 0;
        padding-top: 1%;
    }
    .midTwoLeft, .midTwoRight {
        width: 100%;
        float: left;
        max-height: 455px;
        text-align: center;
        padding: 0px 0%;
    }
    .hidden{
        display:none;
    }
    .show{
        display:inline-block;
    }
    .bottom {
        min-height: 366px;
        text-align: center;
        padding: 0% 1.5% 8% 1.5%;
    }
    .midTwo {
        min-height: 541px;
        padding: 4% 5%;
        background-color: #dbdfe2;
    }
    .midOne {
        min-height: 300px;
        text-align: center;
        padding: 2% 4%;
    }
    .top {
        min-height: 400px;
        background-color: #65768a;
        color: white;
        text-align: center;
        padding: 2% 0%;
    }
 .footerRight{
        text-align: center;
    }
    .footerLeft, .footerRight {
        width: 100%;
        float: left;
        text-align: center;
        margin-right: 0;
    }
    .midTwo img {
        border-style: none;
        width: 75%;
    }
    .hiddenTwo{
        display: none;
    }
}
/* Used stack overflow for last query to figure out white space on right */

/* Group with Carla, Travora, Alexandra, Mandy */
