* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 940px;
    padding-top: 50px;
    margin:160px auto 20px auto;
}

.policies #wrapper {
    text-align: center;
}

.thanks #wrapper {
    text-align: center;
}


header {
    padding-top: 20px;
    position: fixed;
    background-color: #676936;
    width: 100%;
    top:0;
    left:0;
}

#logo {
    display:inline;
    width: 100px;
}


#primary {
    height:50px;
    background-color: #eee;
    line-height: 50px;
}

#primary ul {
    
    margin: 0 auto;
}

#primary li {
    list-style-type: none;
    float: left;
    width: 25%; /*list times/100 */
    text-align: center;
}

#primary a {
    background-color: #c6b58f;
    color:#272a1c;
    text-decoration: none;
    display: block;
}

#primary a:hover {
    background-color: #272a1c;
    color: #fff;
}

#secondary {
    margin-top: 15px;
    margin-bottom: 20px;
}

#secondary li {
    height: 40px;
    line-height: 40px;
    background: #fff;
    list-style-type: none;
    margin-bottom: 10px;;
}

#secondary a {
    display: block;
    padding-left: 20px;
    text-decoration: none;
    background-color:#c6b58f;
    color:#272a1c;
}

#secondary a:hover {
    background:#272a1c;
    color: white;
}

main {
    width: 580px;
    float:left;
    margin-top: 24px;
}

.policies main {
    width: 940px;
}

.contact main {
    padding-left: 120px;
    width: 800px;
}

.thanks main {
    width: 940px;
}

aside {
    margin-top: 50px;
    width: 340px;
    padding: 15px;
    float:right;
}

.about aside {
    background-color:#676936;
    margin-bottom: 30px;
}


footer {
    height:50px;
    border-top: 1px dotted #272a1c;
    clear:both;
    line-height: 50px;
    font-size: .9em;
}

footer img {
    padding: 5px;
    width: 45px;
}

footer li {
    list-style-type: none;
    float:left;
    margin-right: 30px;
    color:#272a1c;
}

footer a {
    color:#272a1c;
}

figure {
    margin-bottom: 15px;
}

figure img {
    margin: 0 auto;
}

figcaption {
    background-color: #272a1c;
    color: #fff;
    font-size: .75em;
    padding: 8px;
    font-style: italic;
}



/* ALL images will have max width of 100% of the container they are in */
img {
    margin-bottom: 20px;
    max-width:100%;
    display: block;
}

h1 {
    color: #272a1c;
    margin-top: 50px;
    margin-bottom: 10px;
}

.about h1 {
    margin-top: 0px;
}

h2 {
    color: #272a1c;
    margin-bottom: 15px;
    margin-top: 25px;
}

p {
    color: #272a1c;
    margin-bottom: 20px;
    line-height: 1.5;
}

.policies main h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color:#272a1c;
}

.policies main ul {
    display: inline-block;
    text-align: left;
    color:#272a1c;
}

.policies main li {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

input {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
}

input[type=radio], input[type=checkbox] {
    height: auto;
    width: auto;
    margin-right: 3px;
    margin-bottom: 3px;
}

input[type=submit] {
    width: auto;
}

form li {
    list-style-type: none;
}

form ul {
    margin-left: 15px;
    margin-bottom: 10px;
}

form a {
    color:#264224;
}

select {
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}


fieldset {
    padding: 10px;
    border-radius: 5px;
    border: 1.5px solid #264224;
    margin-bottom: 20px;
}

img.check {
    width: 200px;
    margin-left: 400px;
    margin-bottom: 40px;
    margin-top: 30px;
}


img.spit {
    padding-top: 10px;
    float: left;
    width: 250px;
    padding-right: 30px;
}
