/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike,  sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


body{font-family: 'Ubuntu', sans-serif;font-size:100%;	background:#fff;	color:#686868;	margin:0px; padding:0px;  overflow-x: hidden; line-height:28px;}
a{ transition:0.5s all;	-webkit-transition:0.5s all;	-moz-transition:0.5s all;	-o-transition:0.5s all;	-ms-transition:0.5s all; color:#fff;}
a:hover{	transition:0.5s all;	-webkit-transition:0.5s all; -o-transition:0.5s all;	-moz-transition:0.5s all;	-ms-transition:0.5s all;	text-decoration:none;}

h1{margin:25px 0px 20px 0px; color:#131313;}

h2,h3,h4,h5,h6{margin:25px 0px 20px 0px; color:#131313; }


#body-bg{ background-color:#C63D0F; min-height:750px; padding:25px 0px 160px 0px;}

#text p{  color:#fff; font-size:66px; margin:125px auto 5px auto; text-align:center; text-shadow:1px -1px 1px #363636, 1px 1px 1px #363636 ;}

.domain{ float:right; position:relative; top:0px; right:110px; bottom:0px;}


#contact{ margin:25px auto; }
#contact a{ color:#363636;}

#contact h4{ margin:0px; padding:5px; background-color:#FDF3E7; font-size:22px; border-bottom:1px #F1E7DB solid;}

#contact ul{ margin:0px; padding:0px;}

#contact ul li{ background-color:#FDF3E7; padding:5px; border-bottom:1px #F1E7DB solid;}

.fa{ margin-right:15px;}

.fa-mobile{ font-size:22px !important;}
.fa-envelope{ font-size:22px !important;}


#contact-details{ margin:0px auto 25px auto; background-color:#FDF3E7; padding:25px;}

@media (max-width:1024px){

#text p{font-size:46px;
}

@media (max-width:759px){
	
	#text p{font-size:200%; line-height:48px}
	
}














