
body {
    margin: 0;
    padding: 0;
    font-family: "openSans", sans-serif;
    font-size: 15px;
    background-image: url("images/background.jpg");
    background-repeat: round;
    background-color: beige;
    background-attachment: fixed;
    background-size: 100% 100%;
}
h1, h2 {
    margin: auto;
    padding: 0;
    font-family: 'Gill Sans', impact;
    font-weight: normal;
}
h1 {
    font-size: 110px;
}
h2 {
    font-size: 30px;
}
.spacer.v20 {
height: 20px;
background-color: beige;
width: 100%;
}
.spacer.v40 {
    height: 40px;
    background-color: beige;
    width: 100%;
}
.spacer.v80 {
    height: 80px;
    background-color: beige;
}
.spacer.v170 {
    height: 170px;

}
.clear {
    clear: both;
}
#promo,
#subscribe,
#footer {
    text-align: center;
    color: black;
    min-width: 100px;
}
#promo {
    background-image: url("images/promoWood.jpg");
    opacity: 0.9;
}
#promo div {
    padding: 15px;
}
.wrap {
    margin: auto;
    padding: 0;
    width: 1000px;
}
#topMenu {
    height: 60px;
    background-color: beige;
}
#topLinks {
    float: right;
    padding-top: 20px;
}
#topLinks ul,
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#topLinks li {
    float: left;
}
#topLinks li a {
    color: black;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out; 
}
#topLinks li a:hover {
    color: beige;
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration: underline;
}
#topMenu .logo {
    float: left;
    padding-top:20px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}
#topMenu .logo:hover {
    color: rgb(250, 233,);
}
.logo {
    font-family: sans-serif;
    margin-bottom: 300px;
}
#banner {
    background-image: url("images/logo.png");
    background-repeat: space;
    background-position: center top;   
    text-align: center;
    padding: 200px;
    color: grey;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 300px;
}
#banner .logo {
    padding-top: 20px

}
#banner #action {
    font-weight: bold;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

#banner #action a {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    padding: 20px;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    background: url("images/lightwood.jpg");
}
#banner #action a:hover {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background-color: beige;
    padding: 20px 40px;
}
.feature .leftColumn {
    width: 50%;
    float: left;
    text-align: center;
}
.feature .rightColumn {
    margin-left: 50%;
    width: -20px

}
.feature .leftColumn .text a,
.feature .rightColumn .text a {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    padding: 20px;
    background: url("images/lightwood.jpg");
    color: black;
    text-decoration: none;
    border-radius: 30px;
}
.feature .leftColumn .text a:hover,
.feature .rightColumn .text a:hover {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background-color: grey;
    text-decoration: none;
    padding: 20px 40px;
}
.feature hr {
    background-color: #333;
    height: 1px;
    border: 0;
    width: 500px;
}
.featureImage img {
    width: 450px;
    padding: 5px;
    margin-left: 150px;
    margin-top: 20px;
    border-style: outset;
    border-radius: 25px;
    display: block;
}
main {
    background-color: beige;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -230px;
    border: 2px;

}
#productFeature img {
    height: 400px;
    display: block;
    background-color: beige;
    margin: 100px;
    margin-top: -10px;
}
#productFeature li #a {
margin: 20px;
}
.bookmark {
width: 200px;
height: 350px
}
.feature {
    background-color: beige;
    border: 1px solid beige;
    border-bottom: none;
    border-top: none
}
#scrollToTop {
    display: none;
    opacity: .5;
    background-color: orange;
    padding: 0 20px;
    color: black;
    width: 26px;
    font-size: 40px;
    line-height: 48px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 1px solid white;
    border-radius: 30px;
}
    #scrollToTop:hover {
        opacity: 1;
        -webkit-transition: all 250ms linear;
        -ms-transition: all 250ms linear;
        transition: all 250ms linear;
        cursor: pointer;
    }
#top {
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
}
.feature .rightColumn  {
text-align: center;
}

#benchImage img{
    height: 400px;
    width: 400px;
    background-color: beige;
    display:block;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -20px;
}
#rightColumn #featureImage {
    width: 200px;
}
ul {
    padding: 20px;
    margin-top: 2px;
    list-style-position: inside;
}
#copyright {
    text-align: center;
}
#contactUs {
    line-height: 1.5;
    text-align: center;
}
#contactUs a {
    padding-top: 10px;
}
.feature .middleColumn .text a,
.feature .middleColumn .text a {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    padding: 20px;
    background: url("images/lightwood.jpg");
    color: black;
    text-decoration: none;
    border-radius: 30px;
}
.feature .middleColumn .text a:hover,
.feature .middleColumn .text a:hover {
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background-color: grey;
    text-decoration: none;
    padding: 20px 40px;
}
#gallrey-container {
    display: grid;
}
img {
    max-width: 100%;
    height: auto;
}
.li  {
    list-style: inside;
}
#terms {
    font-size: 11px;
}