html { 
  background: url(leija.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Lora', serif;
	color: #FFFFFF;

}

h1 {
	font-size:4vw;
	color: #07184b;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 40px 0px;
	line-height: 4vw;
	color: #FFFFFF;
}

h2 {
	font-size: 55px;
	color: #07184b;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 65px;
	word-break: break-all;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
	line-height: 28px;
	text-transfosrm: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #FFFFFF;
}



div#content a:link { color: #FFFFFF; text-decoration: none;}
div#content a:visited { color: #FFFFFF; text-decoration: none;}
div#content a:hover { color: #FFFFFF; text-decoration: none;}
div#content a:active { color: #FFFFFF; text-decoration: none;}
a:link,a:hover,a:active,a:visited { color: #07184b; text-decoration: none;}



.wrapper {
	width: 70%;
	max-width: 1200px;
	margin: 20px 5%;
	padding: 50px 0px 50px 0px;
}
