@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 140px;
	}

header a#logo {
	width: 200px; 
	top: 18px; 
	left: 0;
	background-image: url(../img/wcdme_logo_200x200.png);
	}

header h1 {
	display: none;
	}

h2 { 
	font-size: 1.6em;
	font-weight: bold; 
	margin: 1.6em 0 1em 0; 
	}

nav {
	display: block;
	position: static;
	padding: 10px 0 10px 0;
	background-color: #CEA053;
	}

nav a {
	color: #000;
	text-align:left;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #633511;
	background: url(../img/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

nav a:hover { 
	color: #fff; 
	background-color: rgba(0,0,0,.15); 
	}

article {
	position: relative;
	clear:both;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	}

#burger_btn {
	visibility: visible;
	position:relative;
	top:0;
	right:0;
	float:right;
	}

#back2top {
	visibility: visible;
	}

footer { 
	border-top: 1px solid #633511; 
	}
