
button {
    font-family: "Metrophobic", sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Template
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
body {
    overflow-x: hidden
}
#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section {
    margin-bottom: 30px;
}
section h1 {
    font-family: ""Metrophobic"", sans-serif;
    margin-bottom: 10px;
}
section.content{
	margin-left: 10px;
}
section p {
	font-family: 'Bitter', serif;
    margin-bottom: 100px;
	margin-top: 30px;
	color: #1B3B0D;
}
section p:last-child {
    margin-bottom: 0;
}
section:last-child {
    margin-bottom: 0;
}
section.toggle {
    text-align: center;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.buttons {
	display:inline-block;
	position:fixed;
}
.buttons button {
    display: inline-block;
    padding: 2px 2px;
    color: #fff;
    background-color: #398F14;
}
.buttons button:hover,
.buttons button.active {
    background-color: #1B3B0D;
}
.buttons button:focus {
    outline: none;
}
nav.menu {
	font-family: "Metrophobic";
    position: fixed;
    z-index: 20;
    background-color: #1B3B0D;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
    font-weight: 300;
    color: #fff;
}
button.close-menu {
    background-color: #599C3D;
    color: #fff;
}
button.close-menu:focus {
    outline: none;
}
nav.slide-menu-left {
    top: 0;
    width: 300px;
    height: 100%;
}
nav.slide-menu-left li
{
    display: block;
    text-align: center;
    border-bottom: solid 1px #2F4028;
    border-top: solid 1px #ABE892;
}
nav.slide-menu-left li:hover{
	background-color: #398F14;
}
nav.slide-menu-left li:first-child {
    border-top: none;
}
nav.slide-menu-left li:last-child{
    border-bottom: none;
}
nav.slide-menu-left a {
    display: block;
    padding: 10px;
    font-size: 18px;
}
nav.slide-menu-left button.close-menu{
	display: inline-block;
    margin: 0;
    padding: 2px 2px;
    background-color: #1B3B0D;
    color: #fff;
}
nav.slide-menu-left button.close-menu:hover{
	background-color: #398F14;
}
nav.slide-menu-left {
    left: -300px;
}

body.sml-open nav.slide-menu-left {
    left: 0;
}
body.pml-open #wrapper {
    left: 300px;
}
body.pmr-open #wrapper {
    left: -300px;
}

@media all and (max-width: 860px) { 
	.buttons br {
	  	display: none;
	}
	.buttons button {
	  	padding: 0;
	}
}
@media all and (max-width: 660px) { 
	/* slide menu top and bottom */
	nav.slide-menu-left ul{
	  	padding: 35px 0 0 0
	}
	nav.slide-menu-left a {
	  	line-height: 30px;
	  	padding: 0 2px;
	  	font-size: 12px;
	}
	nav.slide-menu-left.close-menu {
	  	line-height: 30px;
	  	padding: 0 2px;
	}
}
@media all and (max-width: 330px) { 
	nav.slide-menu-left {
	  	top: 0;
	  	width: 100%;
	}
	nav.slide-menu-left {
	  	left: -100%
	}
	
	body.sml-open nav.slide-menu-left{
	  	left: 0;
	}
	body.pml-open #wrapper {
	  	left: 100%;
	}
	body.pmr-open #wrapper {
	  	left: -100%;
	}
}