<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{ 

  background: url(../images/bg.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: 30px;

	font-size:15px;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+21,000000+100&amp;amp;0.65+21,0+100 */

	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.65) 21%, rgba(0,0,0,0) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right bottom, color-stop(21%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.65) 21%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.65) 21%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.65) 21%,rgba(0,0,0,0) 100%); /* IE10+ */

	background: linear-gradient(135deg,  rgba(0,0,0,0.65) 21%,rgba(0,0,0,0) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



*{

	box-sizing: border-box;

	margin: 0;

	padding: 0;

}



a {

	text-decoration: none;

	color: #fff;

}



#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;

}



#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: #d45353;

}



#text1, #text2, #text3{

	float: left;

	word-break: keep-all;

	position: absolute;

	left: 41px;

	top: 5%;

	width: 50%;

	display: none;

}



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{

	float: left;

	font-size: 60px;

	width: 100%;

	line-height: 1em;

	margin: 0 0 15px 0;

}



#sub_title1, #sub_title2, #sub_title3{

	float: left;

	font-size: 40px;

	width: 100%;

	color: #eee;

	line-height: 1em;

	margin-bottom: 10px;
}



#paragraph1, #paragraph2, #paragraph3{

	float: left;

	font-size: 25px;

	width: 100%;

	color: #ddd;


}



#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;

}



@media only screen and (max-width: 1886px) {

	#text1, #text2, #text3{

		width: 47%;

	}

}



@media only screen and (max-width: 1493px) {

	#title1, #title2, #title3{

		font-size: 67px;

	}

	

	#sub_title1, #sub_title2, #sub_title3{

		font-size: 35px;

	}

	

	#paragraph1, #paragraph2, #paragraph3{

	font-size: 20px;

	}

}



@media only screen and (max-width: 1154px) {

	#title1, #title2, #title3{

		font-size: 57px;

	}

	

	#sub_title1, #sub_title2, #sub_title3{

		font-size: 30px;

	}

	

	#paragraph1, #paragraph2, #paragraph3{

	font-size: 15px;

	}

}



@media only screen and (max-width: 925px) {

	#text1, #text2, #text3{

		width: 52%;

	}

}



@media only screen and (max-width: 864px) {

	#title1, #title2, #title3{

		font-size: 47px;

	}

	

	#sub_title1, #sub_title2, #sub_title3{

		font-size: 20px;

	}

	

	#paragraph1, #paragraph2, #paragraph3{

		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{

		font-size: 40px;

	}

}



@media only screen and (max-width: 466px) {

	#text1, #text2, #text3{

		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{

		top: 32%;

	}

}



@media only screen and (max-width: 690px) {

	#text1, #text2, #text3{

		width: 60%;

	}

}



@media only screen and (max-width: 598px) {

	#text1, #text2, #text3{

		width: 69%;

	}

	

	#title1, #title2, #title3{

		font-size: 35px;

	}

}



@media only screen and (max-width: 385px) {

	#text1, #text2, #text3{

		width: 82%;

	}

	

	#title1, #title2, #title3{

		font-size: 35px;

	}

}



@media only screen and (max-width: 324px) {

	#text1, #text2, #text3{

		width: 82%;

	}

	

	#title1, #title2, #title3{

		font-size: 25px;

	}

	

	#socialMedia{

		top: 78%;

	}

}



@media only screen and (max-width: 228px) {

	#text1, #text2, #text3{

		width: 50%;

	}

	

	#title1, #title2, #title3{

		font-size: 25px;

	}

	

	#socialMedia{

		top: 89.5%;

	}

}



































</pre></body></html>