﻿body {
    background-image: url("windingroad.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
 
    color: #221811;
    font-family: Tahoma, Arial,sans-serif;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 80%;
    max-width: 1024px;
    margin: 0;
    padding: 1em;
    box-shadow: 0 0 10px #888;
    background-color: #FCEBB6;
}

header {
    line-height: 700%;
    background-color: #D2B48C;
    text-align: center;
    color: #8C3826;
}
nav {
    font-weight: 700;
    text-align: center;
   margin:10px;
}
nav {
    font-weight: 700;
    text-align: center;
}
h1, h2 {
    color: #8C3826;
}
h1 {
    line-height: 200%;
  }

.heroimg, img[alt*="Background"] {
    float: right;
    max-width: 300px;
    margin: 1 0 15px 15px;
    border-radius: 24 px;
    box-shadow: 2px 2px 5px #666;
}

.menuimg {
    width: 120px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #666;
}

footer {
    background-color: #D2B48C;
    font-size: 0.60em;
    font-style: italic;
    text-align: center;
}
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
