/* first for IE 4–8 */
@font-face {
  font-family: MetaWeb-Bold;
  src: url("MetaWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: MetaWeb-Bold;
  src: url("MetaWeb-Bold.woff") format("woff");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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;
}

body {
	line-height: 1;
}

/* go on with normal style definitions */
body { 
  background:#8da0ac; 	
  font-family: Verdana, sans-serif;
  font-size:100%;
  margin:0;padding:0;
  overflow-x:hidden;
}

h1 {font-size:1.500em;font-family:Arial;line-height:30px;color:#fff;font-weight:bold;letter-spacing:1px;}
h2 {font-size:1.500em;font-family:Arial;line-height:30px;color:#eee18b;font-weight:bold;letter-spacing:1px;}

h2 a {text-decoration:none;color:#eee18b;}
h2 a:hover {text-decoration:underline;}

span {padding:0 2px 0 2px;}

p {font-size:16px;line-height:25px;font-family: Verdana, sans-serif;color:#fff;}

/* Page Structure */


.wrapper {
	width:100%;
	height:100%;
	padding:45px 0 10px 64px;
	}
	
.title {padding:0 0 100px 0;}

.content {padding:0;margin:0;}	

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

h1 {font-size:1em;line-height:24px;}
h2 {font-size:1em;line-height:24px;}

p {font-size:14px;line-height:22px;}


}


