@font-face {
    font-family: 'Marcellus', serif;
}

html {
  background: url(images/bg.jpg);
  background-size: cover; 
  background-color: #02275f;  
  background-attachment: fixed;
}

body {
margin: 0px;
padding: 0px;
}

textarea {
    resize: none;
}

div.horse {
position: absolute;
top: 0;
right: 0;
z-index: 100;
display: none;
}
	
@media screen and (min-width:1376px) {
	div.horse {
	display: inline;
	}
}

h1 {
font-family: 'Marcellus', serif;
font-size: 50px;
color: #08364b;
text-decoration: none;
font-weight: normal;
margin-top: 0;
padding-top: 0;
margin-bottom: 1px;
text-shadow: 0 0 0.3em #ffffff, 0 0 0.3em #ffffff;
text-transform: none;
}
h2 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 22px;
color: #181818;
text-decoration: none;
font-weight: bold;
}

td.logo {
width: 500px;
text-align: left;
padding-bottom: 8px;
padding-top: 4px;
}

td.pagePhoto {
border: #08364b 1px solid;
}