

html, body{
	padding:0px;
	margin:0px;
	font-size:12pt;
	font-family:sans-serif;
}

.universe{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.navbar-brand img{
	max-width:250px;
}


.socials{
	float:right;
}
.socials a{
	margin-right:15px;
	display:inline-block;
}
.home_hero{
	background-image:url('/images/xmas2.jpg');
	background-size:cover;
	height:600px;

}
.home_hero{
	color:white;
}
.resp{
	width:100%;
	max-width:100%;
}
.acenter{
	text-align:center;
}

.footer{
	background-color:#1e1e1e;
	color:white;
	
}
.navbar2{
	display:none;
}
.hero_div{
	max-width:550px;
	margin:0 auto;
	margin-top:230px;
}
.resp_yt{
	width:560px;
	height:315px;
}
@media (max-width: 600px) {
	.navbar{
		display:none!important;
	}
	.navbar2{
		display:block;
	}
	.socials{
		height:50px;
		line-height:50px;
		text-align:center;	
		float:none;
		margin:15px 0px;
	}
	.hero_div{
		max-width:100%;
		margin:0px;
		margin-top:230px;
	}
	.resp_yt{
		width:100%;
		max-width:100%;
		overflow:hidden;
	}
}


