*{
  font-family: 'Open Sans Condensed', sans-serif;
}

body{
  background:white;
  color: green
}

h1{
  font-size: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
}

div{
  border: solid 1px black; 
}
article{
  width: 50%;
  display: inline-block;
   padding:1em;
}
  
#wrap {
  background: #E7EAA7;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

nav{
  background: #FFF;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
 }

ul{
list-style-type: none;
}

#pg{
  text-align: center; 
  margin-left: 25%;
  margin-right: 25%;
}


a:visited{
  background-color: green;
  color: green;
}
a:hover{
  color:white;
  background-color: green;
}
#firstpage p {
  width: 50%;
  display: inline-block;
  vertical-align:top;
  font-weight: 300;
 }

#firstpage img {
  width: 40%;
  display: inline-block;
  padding: 1em;
}

.hikingpics { 
  border-radius: 50%;
  width: 348px;
  height: 348px;
  
}

.footer {
margin-top: 20px ;
text-align: center ;
font-size: 16px ;
font-family: 'Open Sans Condensed', sans-serif;
width: 100% ;
height: 50px ;
}
  