body, html {
font-family: 'verdana'; 'Helvetica',  Sans-Serif;

background-color: #ff9900;  
color: #fff;
}



a {
color: #fff;
}

#container {
margin: 0 auto;
text-align: center;
}
/*------------ content styling----------*/


#logo-image img{
margin: 50px 0 0 0;
max-width: 100%;
height: auto;
}

h1.logo-type-1 {
font-family: 'LithosBold', Verdana, Arial, Helvetica, sans-serif;
font-size: 6vw;
margin:30px 0 0 0px;
color: #fff;
}

h1.logo-type-2 {
position: relative;
font-family: 'LithosRegular', Verdana, Arial, 
Helvetica, sans-serif;
line-height: 1.5em;
font-size: 3vw;
margin: 20px 0 0 0px;
color: #fff;
padding: 0 100px;
}

@media only screen and (max-width: 850px) {
	
	
	#logo-image img{
margin: 50px 0 0 0;
max-width: 50%;
height: auto;
}

h1.logo-type-1 {
font-size: 8vw;
margin:30px 0 0 0px;
}

h1.logo-type-2 {
font-size: 5vw;
margin: 20px 0 0 0px;
}

p {
line-height: 1.5em;
margin: 10px 0 0 0;
padding: 0em 0em;
}

}
	




/*------------ text styling----------*/

 h1 {
font-size: 2em;
color: #ff9900;
margin: 0 0 .5em 0;
font-family:'LithosRegular', Verdana, Arial, Helvetica, sans-serif;
line-height: 130%;
}

h2 {
font-size: 1.2em;
line-height: 1.2em;
color: #fff;
margin: 20px 0 0 0;
padding:0;
font-family: 'LithosRegular', Verdana, Arial, Helvetica, sans-serif;

}

p {

line-height: 1.5em;
margin: 10px 0 0 0;
padding: 0em 5em;
}

strong {
color: #fff;
}



/*------------ Fonts ----------*/

@font-face {
	font-family: 'LithosRegular';
	src: url('../fonts/lorg____-webfont.eot');
	src: local('☺'), url('lorg____-webfont.woff') format('woff'), url('../fonts/lorg____-webfont.ttf') format('truetype'), url('../fonts/lorg____-webfont.svg#webfontg8RiorFL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LithosBold';
	src: url('../fonts/lob_____-webfont.eot');
	src: local('☺'), url('../fonts/lob_____-webfont.woff') format('woff'), url('../fonts/lob_____-webfont.ttf') format('truetype'), url('../fonts/lob_____-webfont.svg#webfont7BaEHbZB') format('svg');
	font-weight: normal;
	font-style: normal;
}




  


