body{
    background-color: black;
    color:grey;
    font-size: 22px;
    font-family: Helvetica,Arial,sans-serif;
    opacity: .9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}

header{
    height: 69px;
    border-bottom: 1px solid grey;
    position: sticky;
    

}

header .container{
    display: flex;
    justify-content: space-between;
    height: 69px;
}

.logo{
    max-height: 50px;
    padding-left: 10px;
    max-width: 200px;
    margin-top: 10px;
    opacity: .5;
    

    
}

.navMenu{
    
    padding-top: 20px;
    
    
    
}

.navItem{
    display: inline;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
    
}



.mission.container
{
    display: flex;
    
    flex:1 1 700px;
    justify-content: center; 
    background-image: url(/src/img/img-mission-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    max-width: 1200px;
    align-self: center;
    
}


.mission section{
    background-color: black;
    flex:0 1 1200px;
    padding-bottom: 10px;

        
}
.mission h2{
        font-size: 40px;
        padding-bottom: 15px;
        text-align: center;
        font-weight: bold;
    }


.mission h4{

    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-wrap: wrap;
    
}

.tom{
    display: flex;
    flex: 1 1 1000px;
    padding-top: 100px;
    flex-direction: column;
    max-height: 725px;

}

.tom h2,
.tom h3{
    text-align: center;
    font-weight: bold;
}

.tom h2{
    font-size: 40px;
    
}

.tomImgs{
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;
    
}


.tomImgs img{
    width: 300px;
    height: 200px;
    padding-right: 50px;
    padding-top: 30px;
    

}

.tom figcaption{
    text-align: center;
    padding-right:50px ;
    font-weight: bold;
}


.location.container{
    background-image: url(/src/img/img-locations-background.jpg);
    background-repeat: no-repeat;
    display: flex;
    flex: 1 1 500px;
    justify-content: center;
    flex-direction: column;
    max-width:1200px ;
    align-items: center;
    align-self: center;

    

}


.locations{
    display: inline-flex;
    padding-top: 15px;
    justify-content: space-around;
    min-width: 1000px;

    
    
    
}

.location.container h2{
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: white;
    

    
}

.address{
    background-color: black;
    text-align: center;
    align-self: center;
    width: 300px;
    height: 300px;
    max-height: 400px;
    max-width: 300px;
    text-align: center;
    padding-top: 30px;
    

    
}

.address h3{
    font-weight: bold;
    font-size: 30px;
}

.address h4{
    font-weight:lighter;
    font-size: 20px;
    line-height: 75px;
    font-weight: bold;
}

footer{
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    align-self: self-start;
}

.contact{
    display: flex;
    flex-direction: column;
    flex: 1 1 200px;
    max-width: 1200px;
    max-height: 200px;
    align-self: center;
    
}

.copywrite{
    display: flex;
}

.contact h5,
.contact h2{
    text-align: center;
}

.contact h2{
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 50px;
}

.contact h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.copywrite{
    padding-left: 20px;
}