html{ 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}

body{
	font-family: Lato, Arial, sans-serif;
	color: #fff;
	line-height: 24px;
	font-size:14px;


}

*{
	box-sizing: border-box;
	margin: 0;
	color: black;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

#menu{
	float: left;
	margin: 0 0 0 1%;
	display: none;
	cursor: pointer;
}

#menu ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 25px 10px 25px 25px;
	margin: 0;
	list-style: none;
}

a {
	color: black;
}
#menu ul li a {
	float: left;
	font-size: 18px;
	color: #fff;
	padding:10px 15px;
	background: rgba(0,0,0,0.3);
	border-radius:6px;
}

#menu ul li a:hover, #menu ul li a.active, #menu ul li a:active {
	color: rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255,0.8);
}
#foto{
	position: absolute;
	right: 20px;
	width: 30% !important;
	float: right;
	left: auto !important;
	top: 212px;
	display: none;
}
#foto img{
	width: 350px;
	margin: 0px 0px 20px;
	float: right;
}

#text1, #text2, #text3, #text4{
	float: left;
	word-break: keep-all;
	position: absolute;
	left: 41px;
	top: 15%;
	width: 65%;
	display: none;
	padding: 0 0 50px 0;}

p{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

h2{
	float: left;
	font-size: 30px;
	width: 100%;
	line-height: 1em;
	margin: 0 0 15px 0;
}

#title1, #title2, #title3, #title4{
	float: left;
	font-size: 50px;
	width: 100%;
	line-height: 1em;
	margin: 0 0 15px 0;
	color: black;
}

#sub_title1, #sub_title2, #sub_title3, #sub_title4{
	float: left;
	font-size: 30px;
	width: 100%;
	color: black;
	line-height: 1em;	margin-top: 20px;	margin-bottom: 10px;
}

#paragraph1, #paragraph2, #paragraph3, #paragraph4{
	float: left;
	font-size: 20px;
	width: 100%;
	color: black;
	line-height: 35px;
}

#socialMedia{
	float: right;
	margin: 0 40px 0 0;
	display: none;
}

.google, .facebook{
	background: rgba(71,71,71,0.8);
	color: #c7c7c7;
	height: 155px;
	width: 49px;
	padding: 117px 0px 0px 9px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.google:hover, .facebook:hover{
	background: rgba(137,137,137,0.8);
	color: #f0f0f0;
}

.fa-2x{
	font-size: 1.5em;
}
.footer{
    background: rgba(255, 255, 255,0.85);
    width: 100%;
    height: 50px;
    bottom: 0;
    position: fixed;
    text-align: center;
    color: #002A5C;
    padding: 15px;
}
@media only screen and (max-width: 1886px) {
	#text1, #text2, #text3, #text4, #foto{
		width: 70%;
		padding:0 0 50px 0;
	}
}

@media only screen and (max-width: 1493px) {
	#title1, #title2, #title3, #title4{
		font-size: 67px;
	}
	
	#sub_title1, #sub_title2, #sub_title3, #sub_title4{
		font-size: 35px;
	}
	
	#paragraph1, #paragraph2, #paragraph3, #paragraph4{
	font-size: 20px;
	}
	#foto{
	width: 20% !important;
	}
	#foto img{
	width: 100% !important;
	}
	
}

@media only screen and (max-width: 1154px) {
	#title1, #title2, #title3, #title4{
		font-size: 57px;
	}
	
	#sub_title1, #sub_title2, #sub_title3, #sub_title4{
		font-size: 30px;
	}
	
	#paragraph1, #paragraph2, #paragraph3, #paragraph4{
	font-size: 15px;
	}
}

@media only screen and (max-width: 925px) {
	#text1, #text2, #text3, #text4, #foto{
		width: 52%;
	}
	#foto{
	width: 30% !important;
	}
	#foto img{
		width: 100% !important;
	}
}

@media only screen and (max-width: 864px) {
	#title1, #title2, #title3, #title4{
		font-size: 47px;
	}
	
	#sub_title1, #sub_title2, #sub_title3, #sub_title4{
		font-size: 20px;
	}
	
	#paragraph1, #paragraph2, #paragraph3, #paragraph4{
		font-size: 12px;
	}
	
	.google, .facebook{
		background: rgba(71,71,71,0.8);
		color: #c7c7c7;
		height: 140px;
		width: 49px;
		padding: 100px 0px 0px 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media only screen and (max-width: 485px) {
	#title1, #title2, #title3, #title4{
		font-size: 40px;
	}
}

@media only screen and (max-width: 466px) {
	#text1, #text2, #text3, #text4{
		width: 73%;
	}
	#socialMedia{
		float: left;
		position: absolute;
		top: 55%;
		left: 60px;
		display: none;
	}

	.google, .facebook{
		height: 55px;
		padding: 12px 0px 0px 11px;
		border-radius: 10px;
	}

	.google:hover, .facebook:hover{
		background: rgba(137,137,137,0.8);
		color: #f0f0f0;
	}
}

@media only screen and (max-width: 419px) {
	#socialMedia{
		float: left;
		position: absolute;

		left: 60px;
		display: none;
	}

	.google, .facebook{
		height: 55px;
		padding: 12px 0px 0px 11px;
		border-radius: 10px;
	}

	.google:hover, .facebook:hover{
		background: rgba(137,137,137,0.8);
		color: #f0f0f0;
	}
}

@media only screen and (max-width: 419px) {
	#socialMedia{
		float: left;
		position: absolute;
		left: 60px;
		display: none;
	}

	.google, .facebook{
		height: 55px;
		padding: 12px 0px 0px 11px;
		border-radius: 10px;
	}

	.google:hover, .facebook:hover{
		background: rgba(137,137,137,0.8);
		color: #f0f0f0;
	}
}

@media only screen and (max-width: 326px) {
	#socialMedia{
		float: left;
		position: absolute;
		left: 42px;
		display: none;
		top: 78%;
	}

	.google, .facebook{
		height: 55px;
		padding: 12px 0px 0px 11px;
		border-radius: 10px;
	}

	.google:hover, .facebook:hover{
		background: rgba(137,137,137,0.8);
		color: #f0f0f0;
	}
	
	#menu ul li{
		clear: left;
		padding: 20px;
		margin: 0 0 0 19px;
	}
	
	#text1, #text2, #text3, #text4{
		top: 32%;
	}
}

@media only screen and (max-width: 690px) {
	#text1, #text2, #text3, #text4{
		width: 60%;
	}
}

@media only screen and (max-width: 598px) {
	#text1, #text2, #text3, #text4{
		width: 69%;
	}
	
	#title1, #title2, #title3, #title4{
		font-size: 35px;
	}
}

@media only screen and (max-width: 385px) {
	#text1, #text2, #text3, #text4{
		width: 82%;
	}
	
	#title1, #title2, #title3, #title4{
		font-size: 35px;
	}
}

@media only screen and (max-width: 324px) {
	#text1, #text2, #text3, #text4{
		width: 82%;
	}
	
	#title1, #title2, #title3, #title4{
		font-size: 25px;
	}
	
	#socialMedia{
		top: 78%;
	}
}

@media only screen and (max-width: 228px) {
	#text1, #text2, #text3, #text4{
		width: 50%;
	}
	
	#title1, #title2, #title3, #title4{
		font-size: 25px;
	}
	
	#socialMedia{
		top: 89.5%;
	}
}

















