body {
	margin: 0px;
	padding-top: 16%;
	text-align: center;
	font-family: "Century Gothic";
/*	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 65%, rgba(78,57,15,1) 100%)  no-repeat;
*/

	color:#fff;
	letter-spacing:1.3px;
}
html {
 height:100%;
}

@media screen and (max-width: 600px){
	body {
		padding-top: 68% !important;
		padding: 100px 15px 0px;
	}
	.footer {
		font-size:10px !important;
		margin-top:10px !important;
	}
	.links {
		font-size:11px;
		padding-top:4px !important;;
	}
	.logo {
		width:400px !important;
	}
	h3 {
		text-decoration: none;
		color: #d9b24c;
		font-size:12px !important;;
	
	}
}

img {
	max-width: 100%
}
.logo {
	width:800px;
}
.links {
	padding-top:20px;
}

a {
	text-decoration: none;
	color: #000;
	line-height: 30px;
}

i {
	margin-right: 8px;
}

h3 {
	text-decoration: none;
	color: #d9b24c;
	font-size:20px;
	
}

h1 {
	text-decoration: none;
	color: #d9b24c;

}

hr {
	border-style: dotted;
}

.footer {
	margin-top:20px;
	color:#000;
	margin-left:0%;
	font-size:14px;
	
}
.fa-whatsapp{color: #25d366;}
.fa-viber{color: #7d51a0;}

