html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: auto;
	background-color:#ffffff;
	color: #333;
	font-family: 'Overlock', cursive;
  	font-size: 18px;
}
article {
	position: relative;
}
footer {
	position: relative;
}
h2 {
	padding-top: 5px;
	text-align: center;
}
a {
	color: #FDCB68;
}
img {
	max-width: 100%;
}
.pull-right {
	margin: 15px auto;
	display: block;
}
.item-page, footer{
	padding: 0 10px;
}
.custom-logo, #mod-custom90{
	display:none;
}
.logo {	
	position: relative;
	z-index: 100;
	background-color: black;
	padding: 5px;
}
.logo img{
		height: 100px;
}
.logo-mask {
		display:none;
}
/*slide-down*/
.overlay {
	position: absolute;
	z-index: 1000;
	width: 45px;
	height: 40px;
	background-color: #fff;
	right: 15px;
	top: 15px;
}
.overlay > label {
	cursor:pointer;
	display: block;
	position: relative;
	top: 10px;
	width: 30px;
	height: 16px;
	border-top: 2px solid #6c5353;
	border-bottom: 2px solid #6c5353;
	margin: 0 auto;
}
.overlay > label::before {
	content: '';
	display: block;
	position: relative;
	top: 7px;
	border-top: 2px solid #6c5353;
}
.vertical-nav {
	color: #333;
	position: absolute;
	z-index: 50;
	top: -800px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.vertical-nav ul {
	position: relative;
  	top: 110px;
  	width: 90%;
	margin: 0 auto;
	padding: 4px 0 4px 0;
	overflow: hidden;
	text-align: center;
}
.vertical-nav li {
	display: block;
	color: #333;
  	padding-top: 8px;
	padding-bottom: 8px;
}
.vertical-nav li a {
	text-decoration: none;
	color: #333;
    font-size: 1.5em;
}
.vertical-nav li:hover {
	cursor:pointer;
	width: 100%;
	margin: 0 auto;
	color: green;
	background-color: #fff;
}
#toggle {
	position: absolute;
	visibility: hidden;
}
#toggle:checked ~ .vertical-nav {
	top:0px;
}
#toggle:checked ~ .logo {
	margin-top: 5px;
}
aside {
	position: relative;
}
.custom-flier img{
	max-width: 100%;
}
.custom-flier p {
	text-align: center;
}
h2 {
	font-size: 130%;
}
nav ul {
	background-color: #b1e3e3;
	font-family: 'Marcellus SC', serif;
}
nav a {
	display: block;
	color: #333;
	text-decoration: none;

}
.dwn-btn{
	background-color: #95c347; 
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	border-radius: 15px;
	width:100px;
	cursor: pointer;
	margin: 5px 3px;
}
.email {
	display: none;
}
footer {
	border-top: solid 1px #88d7d8;
}
footer a {
color: #88d7d8;
text-decoration: none;
}
h4{
	font-size: 80%;
	font-weight: normal;
	margin-top: 5px;
}
#login-form {
  	display: none;
}
.page-header {
	padding-top: 5px;
	text-align: center;
	font-size: 130%;
}