body {
    background-image: url("images/Background.jpg");
    background-attachment: fixed;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 60px;
    max-width: 450px;
    margin: 0 auto;
}

body.page {
    padding-top: 100px;
}

h1 {
    color: #333333;
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 30px;
    margin: 0px;
}

h1.title {
    font-family: Serif;
    font-size: 22px;
    color: #333333;
    padding-bottom: 40px;
    padding-top: 30px;
    letter-spacing: 9px;
}

h2 {
    font-family: Serif;
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 15px;
    letter-spacing: 3px;
    font-weight: normal;

}

h3 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    font-family: Serif;
    text-align: center;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
}

p {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    font-family: Serif;
    text-align: center;
    margin: 0px;
    padding-bottom: 25px;
}

a {
    color: #333333;
    padding-bottom: 5px;
    text-decoration: underline;
    text-decoration-color: #ffbb69;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

a:hover {
    color: #333333;
    padding-bottom: 5px;
    text-decoration: underline;
    text-decoration-color: #ff9312;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    margin: 15px auto 35px auto;
    width: 30px;
}

img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 30px 0px;
    }

p.footer {
    font-size: 13px;
    color: #818181;
    font-style: italic;
    padding-bottom:40px;
    padding-top: 70px;
    line-height: 25px;
    }
    
p.footer a {
    color: #818181;
    text-decoration: none;
    padding-top: 4px;
    border-top: solid 1px #a1a1a1;
}

p.footer a:hover {
    color: #000000;
    text-decoration: none;
    
}

p.spacer {
    font-size: 30px;
    padding: 50px 0px 70px 0px;
    }
    
p.grey {
    color: #818181;
}

form {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    font-family: Serif;
    text-align: center;
    margin: 0px;
    padding-bottom: 25px;
}

input[type=email], input[type=email]:active, input[type=email]:focus {
    font-size: 15px;
    text-align: center;
    background: none;
    border-width: 0px 0px 1px 0px;
    border-color: #333333;
    margin: 15px 0px 15px 0px;
    padding: 5px;
    width: 70%;
    border-radius: 0px;
    }
    
input[type=submit] {
    background: #666666;
    padding: 15px;
    color: #ffffff;
    border: 0px;
    }
    
input[type=submit]:hover {
    background: #444444;
    padding: 15px;
    color: #ffffff;
    border: 0px;
    }
