body{
    background-color: #f7f3e4;
    padding: 0;
    margin: 0;
}
nav ul li {
    display: inline;
    padding: 20px;
}
header{
    text-align: center;
    background-color: #1e347a;
    color: white;
    font-size: x-large;
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.values h3{
    font-size: x-large;
    color: #1e347a;
}

header h4{
    text-align: below
}
nav {
    background-color: #be5780;
    color: white;
    padding: 1px;
    font-size: larger;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

nav ul li a {
    text-decoration: none;
    color: white;
}
.hnavtext{
    color: #1e347a;
}
.jnavtext{
    color:#1e347a;
}
.menavtext{
    color:#1e347a;
}
.anavtext{
    color:#1e347a;
}
.jsnavtext{
    color:#1e347a;
}
.monavtext{
    color:#1e347a;
}

body {
    margin: 0 !important;
}
.logo img{
    width: 200px;
 }

.mission-title{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: -5px;
    margin-top: -30px;
    color: #373a4a;
}
.mission-statement{
    color: #373a4a;
    background-color: rgb(222, 158, 169);
    margin: 15px;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    border: solid 7px;
    border-radius: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: larger;
    border-style: outset;
    margin-top: 30px;
}

.seperator img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top: -35px;
    margin-bottom: -40px;
}

.values-title h1{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #373a4a;
}

.values{
    display: flex;
    height: 500px;
    background-color: antiquewhite;
    text-align: center;
    padding: auto 20px;
}

#values-background div{
    width: 30%;
    height: 400px;
    background-color: rgb(222, 158, 169);
    margin: 20px;
}

.first, .second, .third{
    min-height: 15px;
    overflow: hidden;
}

#values-background div img{
    width: 200px;
    object-fit: contain;
}

.first, .second, .third{
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #373a4a;
}

@media screen and(min-width: 968px){
}