button#closeIt, button#showLeft{display:none;
}

@media screen and (max-width: 560px){
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

.main {
	width: 100%;
	height:2.75rem;
	background:#1D407B;
	border-top:3px solid #D5952D;
	max-width: 69em;
	margin: 0 auto;
	padding-left:2.5rem;
	}

button#showLeft {
	border: none;
	float:left;
	background:none;
	color: #fff;
	padding:0;
	margin-top:0.4rem;
	margin-left:-1.5rem;
	display: flex;
	cursor: pointer;
	font-size:21px;

}

button#showLeft:hover {
	color: #D5952D;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

button#closeIt {
	border:1px solid #D5952D;
	background:#1D407B; 
	color: #fff;
	display: block;
	width: 6rem;
	height:2rem;
	cursor: pointer;
	margin: 0 auto;
	margin-top:1rem;
	font-size:21px;
	}

button#closeIt:hover {
	color:#D5952D; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
}