
body {
	background:#fff;
	margin:0;
	padding:0;
}
.menu {
	background:#f0f0f0;
	display:none;
	width:100%;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.menu ul li {
	color:#333;
	font-size:12px;
	letter-spacing:2px;
	padding:15px 0;
	text-transform:uppercase;
}
.menu ul li:hover {
	background:#e9e9e9;
}

.logopic {width: 239px;
    height: 113px;
background-image: url(images/logo.png);
background-repeat: no-repeat;
margin: auto;}

.menu a {
  text-decoration:none;
	color: #333;
}
.menu-toggle {
	background:none;
  color: #333;
	width:100%;
	text-align:left;
	padding:10px;
	font-size:25px;
}
.menu-toggle a {
	text-decoration:none;
	color: #a88081;
}
.about-pen {
  width:100%;
  font-family: 'Merriweather', serif;
  font-size:40px;
  margin-top:100px;
  text-align:center;
  color:#333;
}

/* Mobile */
@media screen and (max-width: 500px){
    .logopic {display: none;}   
    
    
    
    
    
}