body {
    background-color: #fff;
    margin: 0;
}

.container {
    background-color: #D8C6B8;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: auto;
    align-content: center;
    width: 100%
}
.fa {
    padding:10px;
    font-size: 100px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
    background: #0B9446;
    color: white;
    
}
.fa-instagram {
    background: #0B9446;
    color: white;
}
.fa-twitter {
    background: #0B9446;
    color: white;
}
footer{
    background-color: #D8C6B8;
    height: 120px;
    width: 100%;
    text-decoration:none;
    text-align: center;
    padding-top: 20px;
    
}
.footer {
    color: #CF1C44;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-decoration:none;
    padding-top: 15px;
    padding-bottom: 5px;
    
}
.social {
    text-align: center;
   margin: 20px 0px 20px 0 px;


}
h1 {
    color: #0B9446;
    font-size: 45px;
    font-weight: bold;
    text-align: Center;
    height: 65px;
    padding-top: 7px;

}
h2{
    margin: 25px 100px 20px 150px;
    text-align: center;
    text-decoration: none;
}
.download {
    color: #CF1C44;
    padding-bottom: 20px;
    text-decoration: none;
}
h3{
    align-content:center;
    height: 620px;
}
.contact-image {
    text-align: center;
  
}


h4{
    color:white;
    font-weight: bold;
    font-size: 50px;
    background-color:#CF1C44;
    text-align:center;
    height: 65px;
    margin: 50px 0px 0px 0px;
    padding-top: 20px;
}
h5 {
    color:white;
    font-weight: bold;
    font-size: 50px;
    background-color:#0B9446;
    text-align:center;
    height: 65px;
    padding-top: 20px;
    margin: 50px 0px 0px 0px;
   

}
h6 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    
}
.sitemap{
    font-size: 35px;
    margin-bottom: 160px;
    text-align: center;
    width: 100%;
}
p {
    text-align: center;
    font-size: 30px;
}
ul { 
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.logo {
    text-align: center;
    margin: 15px 0px 15px 0px;
    
}

.menu {
    background-color: #0B9446;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding-top: 20px;
    text-decoration:none;
    text-align: center;
    width: 100%;
}
.menu li {
    color: white;
    display: inline-block;
    font-size: 25px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    text-decoration:none;
    
}

.menu li a{
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    
}
li a:hover {
    color: #CF1C44;
    display: inline-block;
}
.photo {
    background-image: url(img/header2-01.jpg);
    background-position: center center;
    height: 500px;
   margin: 0px;
    width: 100%;
}
