html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
}

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #96b9cc;
background-image: url(../images/background.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
padding: 40px;
font-family: 'Gudea', sans-serif;
letter-spacing: 1px;
}

a {
color: #414559;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:focus { outline: 1px dotted #888!important; }

h1, h2, h3 {
font-weight: normal;
color: #432a35;
}

h1 {
margin-bottom: 1.2em;
}

h1 img {
width: 100%;
max-width: 450px;
height: auto;
box-shadow: 0px 0px 50px rgba(0,0,0,.7);
}

h2 {
margin-bottom: .8em;
}

#footer {
color: #5C6177;
display: block;
font-size: .8em;
margin-bottom: 2rem;
margin-top: 6rem;
letter-spacing: 0;
}


@media (max-width: 549px) {

body {
padding: 20px;
}

}

@media print {

a, a:hover, a:visited {
color: #000;
text-decoration: none;
}

h1 {
margin-top: 0;
margin-bottom: 30px;
}

h2 { font-size: 26px; }
h3 { font-size: 19px; }
p { font-size: 15px; }

#footer {
font-size: .7em;
padding-top: 20px;
padding-bottom: 0;
}

}