@import 'reset.css';
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
html { width : 100%; }
body { 
	width : 100%; 
	text-align : center;
	font-size : 100%;
	color : #000;
	background : #fc0;
	font-family: 'Roboto Condensed';
	font-weight: 400;
}

.print-only {
	display: none;
}

.cb {
	clear: both;
}

a.button {
	padding: 15px 32px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

hr {
	border: none;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
	background: #000;
	color: #fc0;
}

.renvert-logo a {
	margin: 0 auto;
	display: block;
	width: 265px;
	position: relative;
}

.renvert-logo a img {
	width: 265px;
	height: auto;
	float: left;
}

#button-container {
	padding: 60px 0 60px 0;
}

ul.social-links {
	margin: 20px auto 50px auto;
	width: 114px;
}

ul.social-links li {
	float: left;
	margin-left: 10px;
}

ul.social-links li:first-child {
	margin-left: 0px;
}

ul.social-links li a {
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	line-height: 48px;
	text-decoration: none;
	color: #000;
	text-transform: lowercase;
}

.hidden {
	display: none;
}

.cb {
	clear: both;
}

.fb-like {
	clear: both;
}

h1 {
	margin: 20px auto 50px auto;
	width: 196px;
	height: 400px;
	
	img {
		width: 200px;
		height: auto;
	}
}

h1 span {
	display: none;
}

h2 {
	height: 30px;
	position: relative;
	top: -15px;
	font-size: 24px;
	font-weight: 400;
	font-weight: normal;
}

h2 span {
	padding: 10px;
	background: #fc0;
}

#footer h3 {
	font-weight: normal;
	font-size: 12px;
	padding: 20px 0;
}

@media only screen and (min-height: 900px){
	#footer {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}
	
	h1 {
		margin: 40px auto 50px auto;
		height: 400px;
		background-position: top center;
	}
}

@media only screen and (min-width: 800px){
	ul.social-links li a,
	a.button {
		-webkit-transition: all,.3s;
		-moz-transition: all,.3s;
		-o-transition: all,.3s;
		transition: all,.3s;
	}
	a.button:focus, a.button:active, a.button:hover,
	ul.social-links li a:focus,
	ul.social-links li a:active,
	ul.social-links li a:hover
	 {
		background: #000;
		color: #fc0;
	}
}

@media only print {
	
	h1 {
		margin: 0 auto 40px auto;
		width: 100%;
		text-align: center;

		img {
			width: 50px;
			height: auto;
		}
	}
	
	#footer {
		clear: both;
		color: #000;
		background: #fff;
	}
	
	.screen-only {
		display: none!important;
	}
	
	.print-only {
		display: block;
	}
	
	.fb-like {
		margin-bottom: 30px;
	}
	
	#button-container {
		padding: 60px 0 50px 0;
	}
}