html, body{
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: white;
}
img{display: block;max-width: 100%;height: auto;}
h1{
	text-align: center;
	font-size: 1.4em;
}
#black{
	position: absolute;
	top: 0;
	left: -5%;
	background-color: black;
	width: 55%;
	height: 100vh;
	transform: skewX(-2deg);
}
ul#main{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100vh;
	display: flex;
}
ul#main li{
	position: relative;
	width: 50%;
	height: 100vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	
}

h1.webrew, h1.youdrink{
	position: absolute;
	bottom: 12%;
	width: 100%;
}
h1.youdrink{
	color: black;
}
h1.social{
	position: absolute;
	bottom: 5%;
	width: 100%;
}
h1.social a{
	font-size: .8em;
	color: white;
}

#logo_bastardbrewers{max-height: 40%;width: 100%;}
#logo_bastardbrewpub{max-height: 50%;width: 100%;}

@media screen and (max-width: 1000px){
	#logo_bastardbrewers{max-height: 30%;}
	#logo_bastardbrewpub{max-height: 40%;}
}
@media screen and (max-width: 800px){
	#logo_bastardbrewers{max-height: 25%;}
	#logo_bastardbrewpub{max-height: 35%;}
}
@media screen and (max-width: 650px){

	#black{
	top: -5%;
	left: 0;
	width: 100%;
	height: 57.5vh;
	transform: skewY(-3deg);
}
	ul#main{
	display: block;
}
ul#main li{
	position: relative;
	width: 100%;
	height: 50vh;
}
#logo_bastardbrewers{max-height: 50%;}
#logo_bastardbrewpub{max-height: 70%;}

h1.webrew, h1.youdrink{
	display: none;
}
h1.social{
	bottom: 0;
}

}




