/* reset margin, padding, font size for consistency between browsers: http://meyerweb.com/eric/tools/css/reset/ */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}nav ol,nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong{font-weight:700}em{font-style:italic}

body {
	font: 400 100%/1.6 'uglyquaregular', Georgia, serif;
	color: #212335;
	background: #8190a8 url(images/red-hood-bg.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1{
	font: 500 100%/1.6 'aquilinetworegular', cursive;
	font-size: 2.1em;
	color: #b7122e;
	text-align: center;
	padding-bottom: 15px;
}

p{
	line-height: 1.5;
	padding-bottom: 10px;
}

section {
	padding-top: 20px;
	width: 44%;
	max-width: 380px;
	margin-left: 47%;	
}

.snow{
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	left: 0;
	right: 0;
	width: auto;
	background-repeat: repeat;
	background: url(images/animated-snowfalling.gif);
	overflow: visible;
}

.center{
	text-align: center;
	vertical-align: middle;
	margin: auto 0;
}

img{
	padding: 0 0 5px 0;
}

/*FONTS*/

@font-face {
    font-family: 'aquilinetworegular';
    src: url('fonts/AquilineTwo-webfont.eot');
    src: url('fonts/AquilineTwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AquilineTwo-webfont.woff') format('woff'),
         url('fonts/AquilineTwo-webfont.ttf') format('truetype'),
         url('fonts/AquilineTwo-webfont.svg#aquilinetworegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uglyquaregular';
    src: url('fonts/UglyQua-webfont.eot');
    src: url('fonts/UglyQua-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/UglyQua-webfont.woff') format('woff'),
         url('fonts/UglyQua-webfont.ttf') format('truetype'),
         url('fonts/UglyQua-webfont.svg#uglyquaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
