html {
height: 100%;
}
body {
	/*display: block;*/
	background-image: url(img/montanasky.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	margin:0;
	padding:0;
	
}
.content {
	
}
img {
	max-width: 100%;
}
h1, h3 {
	text-align: center;
	color: #f47838;
	font: 26px arial;
	opacity: .7;
}
h1:hover {
	opacity: 1.0;
}
h3 {
	font-size: 18px;
}
img.logo,
img.tag {
	display: block;
	margin: 0 auto;
	
}
img.tag {
	margin: 30px auto;
	
}
section {
	/*position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}
section p a {
	font-family: sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	width: 180px;
	padding: 9px 0 12px;
	display: block;
	margin: 0 auto;
	background-color: rgba(2, 2, 2, .5);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}
section p a:hover {
	color: #000;
	background-color: rgba(254, 254, 254, .5);

}
i.fa {
	font-size: 14px;
}




