html {
	font-size: 100%;
	overflow: hidden;
	height: 100%;     
	width: 100% !important;
}

body { 
	background: url('http://www.lofibrewing.com/wp-content/uploads/2015/05/background.jpg') center no-repeat fixed  !important; 
	background-size: cover; 
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
}

#container { 
	position: relative; 
	min-width: 300px; 
	margin: 0px auto; 
	width: 100%;
}


#logo {
  position: absolute !important;
}

#logo img{
	z-index: 9999;
	position: absolute;
	max-width: 250px;
	padding: 1em;
}

@media screen and (max-width: 780px) {
	#logo img{
		max-width: 170px;
	}
}

#visualize { 
	position: absolute; 
	z-index: 0; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
}

html.lte-ie8 #visualize { display: none; }

#bottom-corner {
	width: 30%;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 100;
}

#bottom-corner h1{
	font-weight: 300;
	margin: 0;
}

@media (max-width: 768px) {
	#bottom-corner {
		position: absolute;
		left: 0px;
		top: 20% !important;
		padding: 20px!important;
		width: 100% !important;
		bottom: auto!important;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	display: block;
}

.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 760px) {
	.video-container {
		display: none;
	}
}

#instafeed{
	width: 50%;
	float: left;
}

#instafeed img{
	float: right;
}

.copy {
	width: 250px;
}

.clear{
	clear:both;
}

.unicorne img{
	position: absolute;
	z-index: 101;
	width: 140px;
	bottom: 10px;
}

@media screen and (max-width: 630px) {
	.unicorne img{
		width: 100px;
		bottom: -10px;
	}
}

.hours {
	font-size: 1rem;
	display: block;
	font-weight: bold;
	color: #FFF!important;
	margin: 1rem 0;
}

.elementor-element-57049c79 .elementor-icon {
	color: #FFF!important;
}