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, font, 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 {
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
    font-size: 100%;
    margin: 0px;
    outline: 0px none;
    padding: 0px;
    vertical-align: baseline;
	font-weight: 400;	
	font-family: 'Anonymous Pro', sans;
}

body{
	height: 100%;
}

#wrapper{
width: 100%;
text-align: center;
margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#top{
width: 100%;
background: #fff url('castle-dots3.jpg') fixed center;
background-attachment: scroll;
background-size: cover;
height: 100vh;
}

#zapbampow{
padding-top: 1%;
margin: auto;
width: 85%;
}

#clayton{
background: green url('background-green.png') repeat center;
width: 100%;
min-height: 100vh;
}

div.contact-text{
width: 30%;
text-align: left;
font-size: 16px;
margin-left: auto;
margin-right: auto;
}

#teresa{
background: red url('background-red.png') repeat center;
width: 100%;
height: 100vh;
}

div.faces{
margin-top: -5%;
height: 37%;
}

img.cface{
margin: 0 1% 0 1%;
}

img.tface{
margin: 0 1% 0 1%;
}

h1{
font-family: bangers;
font-size: 3em;
}

form{
width: 100%;
}

h2{
font-family: bangers;
font-size: 2em;
}

label{
display: block;
}

input, textarea{
width:20em
}

