@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    color: #372c86;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    float: left;
    background-image: url(love.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
	
html {
    height: 100%;
    width: 100%;
    float: left;
}
.content{
	width:80%;
	margin: auto auto;
}

#logo{
	width:80%;
	margin:auto auto;
	margin-top:5%;
}

#logo img{
	width:100%;
	max-width:640px;
	display: block;
	margin: 0 auto;	
}

#construction{
	width:100%;
	text-align:center;
	font-size:22px;
	font-weight:600;
	margin-top:25%;
}

#construction span{font-size:16px;margin-top:25%;}
#contatos{
	width:100%;	
	max-width:700px;
	margin:auto auto;
	margin-top:30px;
	color:#1CB9EA;
	font-weight:600;
}
#tlf{
	float:left;
	width:50%;
	text-align:left;
	display:block;
	}
#email{
	float:right;
	width:50%;
	text-align:right;
	display:block;
	}
	
@media only screen and (max-width:900px){
	
	#logo{margin-top:50%;}
	#construction{font-size:14px}
	#tlf{width:100%;text-align:center;}
	#email{width:100%;text-align:center;}
	
}


@media screen and (orientation:landscape) {
   #logo{margin-top:12%;}
}