body {
    background-color: #C4E1C5;
    margin-top: 90px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}

/*formatting for page content*/
p {
    max-width: 80%;
    margin: auto;
    font-size: 14pt;
}

details {
    font-size: 14pt;
}

/*nav bar styles*/
header {
    background-color: darkseagreen;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.logo {
    width: 3%;
    margin-left: 10px;
}

/*default styles for links*/
nav a {
    margin: 30px;
    border-radius: 3px;
    color: #004d00;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
}
    
a {
    color: #004d00;
}
/*styles for links on hover*/
nav a:hover {
    background-color: #1D7C1D;
    text-decoration: none;
}

.active {
    background-color:#1D7C1D;

}
.heading {
    text-align: center;
    justify-content: center;
    font-size: 20pt;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #F3EBD4;
}

div.heading img {
    width: 16%;
}

.subHeading {
    text-align: center;
    font-size: 18pt;
}

section {
    text-align: center;
}

section .teamIntro {
    text-align: center;
    padding: 70;
}

section p {
    margin: 30;
}
div {
    text-align: center;
    justify-content: center;
    display: flex;
}

/*Mobile screen width*/
@media screen and (max-width: 500px){
    #groupPicture {
        width: 90%;
    }

    .downloadNow {
        width: 80%;
    }

    .logo {
        width: 30%;
    }
    p {
        max-width: 95%;
        font-size: 16pt;
    }
}

.downloadNow {
    width: 40%;
}

#groupPicture {
    width: 50%;
    align-items: center;
}

#map {
    width: 70%;
    align-items: center;
}

.postOffice {
    justify-content: center;
    align-items: center;
}

.postOffice img {
    width: 30%;
    margin: 15px;
}