* { margin: 0; padding: 0; }
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body{
 min-height:100%;
 font-family: 'Montserrat', sans-serif;
 }
html {
	background: url(imagens/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
 	min-height:100%;
}

.main{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: 5vh;
}

@media (min-width: 1100px) {
	.main{
		/*width: 110vh;*/
	}
}

p{
	color:#fff;
	font-size:13px;
	line-height: 2;
}

img{
	max-width: 100%;
	height: auto;
}