body{
    background-color: #DED9B1;
    min-width: 1000px;
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
}
h1 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
p {
    text-align: center;
    font-size: 20px;
    
}
#header {
    overflow: hidden;
}

#headpic1, #headpic2{
    text-align: center;
}

#headpic1 {
    width: 25%;
    float: right;
}

#headpic2 {
    width: 25%;
    float: left;
}

#headcontent{
    width: 50%;
    float: left;
}
#text {
    padding: 10px;
}

#divider {
    width: 100%;
    height: 60px;
    background-color:#63B8BB;
}

.container { 
    overflow: hidden; 
}

.one, .two { 
    float: left; 
    width: 50%; 
    overflow: hidden; 
}
.three, .four {
    margin-top: 25px;
    margin-left: 25px;
    float: left;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.three {
    width: 30%;
}
.four {
    width: 60%;
    background-color: #B8EEE0;
    min-height: 170px;
    max-height: 170px;
    
}

.three img, #headpic2 img, #headpic1 img{
    height: 170px;
}

.container_foot {
    overflow:hidden;
    width: 100%;
    margin-top: 25px;
}
.five, .six {
    overflow: hidden; 
}

.five {
    width: 76%;
    background-color: #B8EEE0;
    float: right;
    height: 170px;
    margin-left: 2%;
    margin-right: 2%;
}

.six {
    width: 20%;
    float: right;
    text-align: center;
    height: 170px;
}

p{
    margin: 10px;
    margin-top: 15px;
}