#menu-overlay
{
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 1.5rem;
	z-index: 5;
	padding: 15rem 0 10rem 0;
	width: 30rem;
	max-width: 80%;
	display: none;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 10px 0px rgba(0, 0, 0, 0.25);
	min-height: 100vh;
}

@media (min-width: 1200px)
{
	#menu-overlay
	{
		display: none !important;
	}
}

#menu-overlay:before
{
	content:'';
	height: 100%;
	width: 30rem;
	background: #f2f2f2;
	position: absolute;
	left: -30rem;
	top: 0;
}

.menu-top-mobile
{
	color: #813B3D;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	margin: 0 0 0 3rem;
}

.menu-top-mobile li
{
	display: block;
	margin-bottom: 6rem;
}

.menu-top-mobile li:last-child
{
	margin-bottom: 0;
}

.hamburger-toggler
{
	width: 3rem;
	height: 2.1rem;
	display: flex;
	align-content: space-between;
	cursor: pointer;
	flex-wrap: wrap;
	z-index: 10;
	position: relative
}

.hamburger-toggler span
{
	background: #813B3D;
	height: .3rem;
	display: block;
	width: 100%;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body.menu-open .hamburger-toggler span:last-child
{
	width: 50%;
}

@media (max-width: 1200px)
{
	#header #logo
	{
		margin: 5rem 0 4rem auto;
	}

	#logo img
	{
		width: 20rem;
	}

	.hero
	{
		padding: 17rem 0 10rem 0;
		min-height: auto;
		margin-bottom: 7rem;
	}

	.hero h1
	{
		font-size: 3.5rem;
		line-height: 4.7rem;
		margin-bottom: 4rem;
	}

	.hero p
	{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.home-section-1
	{
		margin-bottom: 7rem;
	}

	.home-section-1 .image
	{
		margin-bottom: 4rem;
	}

	.home-section-1 .title
	{
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.blog-post-box
	{
		padding-top: 24rem;
	}	

	.post-nav
	{
		padding-top: 5rem;
	}	

	.post-nav .all-posts,
	.post-nav .prev-post
	{
		margin-bottom: 4rem;
	}	

	.portfolio-box .overlay
	{
		top: 2rem;
		left: 2rem;
		width: calc(100% - 4rem);
		height: calc(100% - 4rem);
		padding: 2rem 2rem;
	}

	.portfolio-box .overlay .name
	{
		font-size: 1.5rem;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.portfolio-box .overlay .date-location
	{
		font-size: 1.3rem;
	}

	h1
	{
		font-size: 3.5rem;
	}

	h2
	{
		font-size: 3rem;
	}

	h3
	{
		font-size: 2rem;
	}

	h4
	{
		font-size: 1.8rem;
	}
}

@media (max-width: 767px)
{	

	#content .gallery > .gallery-item
	{
		width: 100%;
	}

	#content .gallery img
	{
		width: 100%;
	}

	.post-nav > div
	{
		text-align: center;		
	}

	.post-nav .next-post
	{
		float: none;
	}

	.blog-post-box-wide img
	{
		margin-bottom: 4rem;
	}

	#footer .row > div:nth-child(2)
	{
		text-align: left;
	}

	#footer .row > div:nth-child(3)
	{
		text-align: left;
	}
}