h1{
text-align: center;
font-family: 'Crete Round', serif;
font-size: 1.2rem;
color: black; 
}

body {
background-color: #D9D9D9;
}

#about{
font-size:1.45rem;
font-family: 'Roboto', sans-serif;
margin-right: 5%;
margin-left: 5%;
}

img{
width: 50%;
border: solid white 4px;
display: block;  
margin-left: auto;
margin-right: auto;  
}

#projects {
display: flex;
flex-direction: column;
text-align: center;  
font-family: 'Roboto', sans-serif;
font-size: 1.5em; 
}

h2 {
text-align: center;
font-size: 1.7rem;
font-family: 'Crete Round', serif; 
}
ul {
text-align: center;}

a {
font-size: 1.2rem;
color: #2C4B0C;  
}

a:hover{
color: black;
background-color: white;
text-decoration: underline;  
}

figcaption {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);  
}

nav{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 2%;
font-weight: bold;
font-size: 1.4rem;  
margin: 0;
background-color:#006F00;  
}

nav a {
margin: 0px 10px;  
text-decoration: none;
font-size: 1.3em;  
color: white; 
}

.centercred {
font-family: 'Roboto', sans-serif;
text-align: center;
font-size: 1.3rem;
}
footer {
font-family:'Roboto', sans-serif;
font-size: 1.3rem;
text-align: center;    
}

.contactfrm {
text-align: center;
border: double 3px;  
}


a:focus {
text-decoration: underline;  
}

#submit {
font-size: 1.3rem;
color: white;
background-color: #05510a;  
font-family: 'Roboto', sans-serif;
}

#reset {
font-size: 1.3rem;
color:white;
background-color: black;
font-family: 'Roboto', sans-serif;  
}

.btn:focus{
border: solid 4px black;  
}

@media screen and (min-width:768px) {
img{
  width: 80%;
  max-width: 250px;
  }
#about {
  font-size: 1.6rem;
  margin-right: 10%;
  margin-left: 10%
 }
  h1 {
  font-size: 2rem;  
  }
 #projects {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;  
}
nav{
padding: 10%;  
}
}