@media screen and (max-width: 899px) {

    
    * {
	 margin: 0 auto; 
        font-family: 'Open Sans', sans-serif;
         
}
  


ul {list-style: none;
}
body {
    background: white;
    overflow-x: hidden;
    overflow-y: scroll;
}
#wrapper {
   width: 310px;
       margin: 0 auto;
}

header {

    width: 310px;
	height: 100px;
    
}
.headerimg {
margin: 0 auto;
    padding-top: 20px;
    float: right;
    
}
    header a{
    display: block;
    }
ul.nav {
    list-style-type: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -10px;
    overflow: hidden;
    float: left;
    padding-bottom: 6px;
    width: 100%;

   
}

.nav li {
    
     border-bottom: 1px lightgray solid;
    float: left;
    transition: border 0.25s ease;
}

.nav li:hover {
    border-bottom: 4px #7ac94a solid;
}
.nav li a {
    display: block;
    color: darkgray;
    font-size: .7em;
    padding: 10px 4px;
    text-decoration: none;
    float: right;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: black;
}

    .content {
        margin-left: -35px;
        width: 90%;
        
    }
.content li {
    margin: 0 auto;
    float: left;
 border-bottom: 4px white solid;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    padding-bottom: 10px;


}

.about_content {
    margin: 0 auto;
    float: left;
    width: 100%;
padding-top: -50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}	

.about_content h3 {
margin-bottom: 10px;    
}

.about_content p {
    color: darkgray;
    margin-bottom: 10px;
}
    .content_home{
        display:none;
    }
.contact_content {
    padding: 0;
    float: left;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
   margin-bottom:  20px;
    padding-bottom: 20px;
    border-bottom: 1px lightgray solid;


}
.contact_content a {
    list-style-type: none;
    text-decoration: none;
}
.external {
    overflow: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
    
}
.external img{
    float: left;
}
.external p{
    margin-left: 50px;
    padding-top: 10px;
    color: darkgray;
}

.contact {
  padding: 0;
    padding-bottom: 20px;
    overflow: auto;
    float: left;
	width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-left: none;

}
/* .itemlist {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    
}
.itemlist li {
    width: 300px;
    padding-bottom: 10px;
  margin: 0px 10px 20px 10px;
    float: left;
    border-bottom: 4px white solid;
    transition: all 0.5s ease;
   
}
 */
.itemlist li:hover {
    border-bottom: 4px #7ac94a solid;
}
.content li h2 {
    font-weight: 400;
    text-align: right;
}
    .content li p {
	color: #999999;
	font-weight: 400;
	font-size: 14px;
    text-align: right;
    }
    .content li a {
    }
	

footer p {
    padding-top: 25px;
    width: 45%;
}
footer {
    width: 95%;
    background: white;
    display: flex;
    display: -webkit-flex;
    margin: auto;
    padding: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
	clear: both;
}
.social_float {
    width: 50%;
    

}

.social li {
  float: right;
    list-style-type: none;
    overflow: hidden;
    background-color: white;
    margin-left: 10px;
    transition: 0.25s ease;
}
    .social li a {
        display: block;
    }
}
@media screen and (min-width: 900px) {
    
    * {
	 margin: 0;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
  
}
ul {list-style: none;}
body {
    background: white;
    overflow-y: scroll;
}
#wrapper {
    width: 990px;
    margin: 0 auto;
    background: white;
}

header {
   background-color: white;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
	height: 100px;
    
}
.headerimg {
    padding-top: 20px;
    
    float: left;
    position: absolute;
}
ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    padding-right: 25px;
    float: right;
    overflow: hidden;
    background-color: white;
   
}

.nav li {
    float: left;
     border-bottom: 1px lightgray solid;
    transition: border 0.25s ease;
    
}

.nav li:hover {
    border-bottom: 4px #7ac94a solid;
}
.nav li a {
    display: block;
    color: darkgray;
    font-size: .7em;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: black;
}


.content {
    padding: 0;
   
	width: 990px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;

}

.content li {
}
.about_content {
    font-size: 14px;
    margin-bottom: 400px;
    margin-left: auto;
    margin-right: auto; 
    padding: 0;
    width: 550px;
    float: left;
}	

.about_content h3 {
margin-bottom: 10px;    
}

.about_content p {
    color: darkgray;
    margin-bottom: 10px;
}
.contact_content {
    padding: 0;
    float: left;
	width: 400px;
	display: block;
    margin-left: 25px;
    margin-right: auto;
   margin-bottom:  100px;
   border-right: 1px lightgray solid;
    

}
.contact_content a {
    list-style-type: none;
    text-decoration: none;
}
.external {
    overflow: auto;
    display: block;
    width: 400px;
    margin-top: 20px;
    
}
.external img{
    float: left;
}
.external p{
    margin-left: 50px;
    padding-top: 10px;
    color: darkgray;
}

.contact {
  padding: 0;
    overflow: auto;
    float: left;
	width: 400px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;

}
.itemlist {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    
}
.itemlist li {
    width: 300px;
    padding-bottom: 10px;
  margin: 0px 10px 20px 10px;
    float: left;
    border-bottom: 4px white solid;
    transition: all 0.5s ease;
   
}

.itemlist li:hover {
    border-bottom: 4px #7ac94a solid;
}

.text {
	
	
}
.content h2 {
	font-weight: 400;
	color: black;
    text-align: right;
}

.content p {
	font-weight: 300;
	color: black;
   
}

.content p {
	color: #999999;
	font-weight: 400;
	font-size: 14px;
    text-align: right;
}
    .content_home_mobile {
        display: none;
    }
.block {

}
	

footer p {
    padding-top: 25px;
}
footer {
    width: 990px;
    background: white;
    display: flex;
    display: -webkit-flex;
    margin: auto;
    padding: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
	clear: both;
}
.social_float {
    float: right;
    width: 878px;
}

.social li {
    display: block;    
    list-style-type: none;
    float: right;
    overflow: hidden;
    background-color: white;
    margin-left: 10px;
    transition: 0.25s ease;
}
}