html	{
	background: black;
}
body	{
	color: white;
	font-family: 'Ubuntu', sans-serif;
	background: black;
	text-align: center;
	line-height: 2;
	font-size: 16px;
}
audio	{
	position: absolute;
	top: -300px;
	left: -300px;
}
ul {
	text-align: left;
}
a {
	color: white;
}
a:hover	{
	color: #999;
}
.container	{
	padding: 0 px 15px;
	margin: 0px auto;
}
.container h2	{
	padding: 1.5em;
}
.red	{
	color: red;
}
.extra	{
	font-weight: 800;
}
.centered	{
	text-align: center;
}
.centerbig{
	height: 100%;
	text-align: center;
	overflow: overflow-x;
}
.siteheader	{
	font-size: 4em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: rgba( 0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: all 0.4s ease;
}
.siteheader_small {
	font-size: 2em;
}
.intro	{
	position: relative;
}
#home	{
	min-height: 708px;
}
#home	{
	background-image: url('../images/gerri-bg-l.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#audio	{
	width: 170px;
	height: 88px;
	background-image: url('../images/gerri-audio.png');
	margin: 40px auto;
}
.caption 	{
	font-style: italic;
	font-size: 0.9em;
	line-height: 2;
}
.contact	{
	padding: 50px 0px;
	text-align: center;
	background-color: #999;
	color: #333;
	font-size: 1.5em;
}
.contact a:hover {
	color: #333;
}
.filmstrip {
	height: 16px;
	background-image: url('../images/filmstrip.png');
	background-repeat: repeat-x;
	margin: 60px 0px;
}
.mic li	{
	margin-left: 150px;
}
.mic::before	{
	content: url('../images/mic.png');
	float: left;
	margin-right: 40px;
}
.audiostop	{
	background-position: 0 -88px;
}
.social	img {
	margin-right: 1em;
}
.container img {
	width: 100%;
}
.youtube, .versace	{
	width: 480px;
	height: 360px;
	display: block;
	margin: 50px auto; 
}


@media only screen and (min-width: 980px) {
	body	{
		text-align: left;
	}
	.container	{
		width: 970px;
 	}
	.intro	{
		height: 0px;
	}
	#introtext	{
		position: absolute;
		right: 10%;
		bottom: 30px;
		width: 20%;
	}
	#audio	{
		position: absolute;
		left: 20px;
		bottom: 40px;
		cursor: pointer;
		margin: 0;
	}
	.youtube, .versace	{
		width: 640px;
		height: 480px;
		display: block;
		margin: 50px auto; 
	}
}

@media only screen and (min-width: 375px) and (orientation: portrait) {
	#home	{
		background-image: url('../images/gerri-bg-s.jpg');
		background-size: auto;
	}
	.siteheader	{
		width: 100%;
		font-size: 2.8em;
	}
	.siteheader_small {
		font-size: 1.5em;
	}
	#wtvj	{
		width: 320px;
		margin: 10px auto;
	}
	.youtube, .versace	{
		width: 300px;
		height: 225px;
		display: block;
		margin: 50px auto; 
	}
	#vmc	{ 
		width: 80% !important;
	}
	.social	img {
		width: 50px;
	}
}

@media only screen and (max-device-width: 667px) {
	#wtvj	{
		width: 320px;
		margin: 10px auto;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#home	{
		background-size: 155%;
	}  
	#introtext	{
		margin-top: -130px;
	}
	.youtube, .versace	{
		width: 640px;
		height: 480px;
		display: block;
		margin: 50px auto; 
	}
	#vmc	{ width: 400px !important; }
	#cv		{ text-align: left; }
}

@media only screen and (min-width: 600px) and (max-width: 768px) and (orientation: portrait) {
	#introtext	{
		margin-top: -150px;
	} 
	img#vmc	{ width: 400px; }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
	#introtext	{
		margin-top: -130px;
	} 
}
