body{
    background-color: #e8e3df;
}
h1,h2,p{
    font-family: Georgia, serif; 
}
h1{
    font-size: 45px;
    line-height: 2;
}
h2{
    font-size: 43px;
    color: #006b3c;
}
p{
    line-height: 2;
    font-size: 20px;
    word-spacing: 2px;
}
#content{
    padding: 20px;
    margin-left: 120px;
    margin-right: 120px;
}

.pic1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.pic1, .pic2, .pic3, .pic4{
    border-radius: 20px;
}
figcaption{
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #355e3b;
    text-align: center;
}
.text{
    border-left: 5px solid #006b3c;
    background: linear-gradient(to right, #a3c1ad, #e8e3df );
    margin-right: 700px;
    font-size: 23px;
}
.text2{
    border-left: 5px solid #006b3c;
    font-size: 23px;
    line-height: 1.5;
}

#section{
    display: inline-block;
    margin-top: 50px;
}
.aims{
    clear: left;
    padding-left: 40px;
}
.image2{
    float: right;
    margin-right: 30px;
}

#section2{
    margin-top: 70px;
    margin-bottom: 70px;
}
#section3{
    display: inline-block;
}
.image3{
    float: left;
    margin-top: -1px;
}
.image4{
    clear: right;
}
.why{
    border-radius: 12px;
    background-color: #6a8d69;
    color: white;
    padding-left: 16px;
    margin-right: 60px;
    margin-left: 40px;
}

#header{
    display: inline-block;
    background-color: white;
	width:101%;
    height: auto;
    margin: -6px;
    border-style: hidden;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.logo{
    width: 250px; 
    height: auto;
    padding: 30px;
    margin: 0 100px;
}

#navigation{
    font-family: Arial, Helvetica, sans-serif;
    float: right;
	clear:both;
	padding: 30px;
	margin-right: 110px;
	list-style-type:none;
    background-color: white;
}
.primarynav{
    position: relative;
	display:inline-block;
	padding:2px 10px;
	text-align:center;
}
.primarynav a{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:100%;
	padding:12px;
}
.primarynav a:hover{
    color: #59ac80;
}
.current{
    border-bottom:solid 3px #59ac80;
}
.dropdown:hover .menu {
  display: block;
}
.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #59ac80;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  display: block;
}
.menu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.menu li:hover a {
  background-color: dimgray;
  color: white;
}
a[href="#top"]{
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 25px;
    float: right;
    position: fixed;
    background-image: url(images/button.PNG);
    background-size: 50px;
}
a[href="#top"]:hover {
    background-color: black
}
a[href="#top"]:active {
  background-color: black;
  box-shadow: 0 5px;
  transform: translateY(5px);
}

#skip-links {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-links a {
    color: white;
}

@media screen and (max-width: 1315px){
    #wrapper{
		width:100%;
	}
     .image3, .image4{
        padding-left: 200px;
    }
}
@media screen and (max-width: 1190px){
	#wrapper{
		width:100%;
	}
    #section{
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .text{
        margin: 0;
    }
    .pic1, .pic2{
        width: 800px;
        height: 600px;
    }
    .image3, .image4{
        padding-left: 0;
    }
}
@media screen and (max-width: 960px){
	#wrapper{
		width:100%;
	}
    #header{
        display: inline-flex;
        flex-direction: column;
        width: 102%;
    }
    #navigation{
        display: flex;
        flex-direction: row;
        margin-top: -40px;
        font-size: 16px;
    }
    .primarynav{
        white-space: nowrap;
    }
    #section{
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .text{
        margin: 0;
    }
    .pic1, .pic2{
        width: 600px;
        height: 400px;
        margin-left: -50px;
    }
}
@media screen and (max-width: 640px){
	#wrapper{
		width:100%;
	}
    #content{
        margin: 0;
        padding: 10px;
    }
	h1, h2, p{
		word-wrap:break-word;
	}
    .pic1, .pic2{
        width: 500px;
        height: 300px;
        margin-left: -25px;
    }
    .pic3, .pic4{
        margin-left: -25px;
    }
    #section{
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .text{
        margin: 0;
    }
    #header{
        display: inline-flex;
        flex-direction: column;
        width: 102%; 
    }
    #navigation{
        display: flex;
        flex-direction: row;
        margin-top: -40px;
        margin-left: -25px;
        font-size: 13px;
    }
    .primarynav{
        white-space: nowrap;
    }
    
}