body{
    background-color: #fff8eb;
}
h1,h2,p{
    font-family: Georgia, serif; 
}
h1{
    font-size: 45px;
    line-height: 2;
}
h2{
    font-size: 35px;
    line-height: 1;
}
h3{
    font-family: 'Courier New', monospace;
    color: #4d5d53;
    line-height: 1;
   
}
p{
    line-height: 2;
    font-size: 20px;
    word-spacing: 2px;
}
#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;
}

#content{
    padding: 20px;
    margin-left: 120px;
    margin-right: 120px;   
}
.portrait{
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.intro{
    display: inline-block;
}
.left{
    float: left;
}
.introR{
    clear: right;
    padding-left: 350px;
}
.right{
    float: right;
}
.introL{
    clear: left;
}


.subheading{
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.divider-line {
    width: 100%;
    height: 2px;
    background-color: #6a8d69;
}
.title{
    text-align: center;
    text-transform: uppercase;
    color: #306030;
    font-size: 36px;
    flex: 70%;
}
.title2{
    text-align: center;
    text-transform: uppercase;
    color: #306030;
    font-size: 36px;
    flex: 400%;
}
.title3{
    text-align: center;
    text-transform: uppercase;
    color: #306030;
    font-size: 36px;
    flex: 250%;
}

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: 960px){
	#wrapper{
		width:100%;
	}
}
@media screen and (max-width: 785px){
	#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;
    }
    .intro{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }   
    .introR{
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    #wrapper{
        width: 100%;
    }
    #content{
        margin: 0;
        padding: 10px;
    }
    h1, h2, h3, p{
		word-wrap:break-word;
    }
    .intro{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }    
    .introR{
        padding: 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;
    }
    
}
