body {
    margin: 0;
    padding: 0;
    font-family: 'Crimson Text', serif;
    background-color: #657642;
}
#topbanner {
    width: 100%;
    margin: 0;
    padding: 0;
}
#tbtopN {
    /*position: relative;*/
    width: 80%;
    margin: 30px auto 0 auto;
    font-family: 'Petit Formal Script', cursive;
    font-size: 60px;
    z-index: 99;
}
#tbbot {
    width: 100%;
}
#logo {
    position: relative;
    width: 15%;
    margin: 0 auto 0 auto;
    z-index: 99;
}
#gdSecLogoCont {
    float: left;
    width: 10%;
    margin: -45px 0 0 2%;
}
#gdSecLogo {
    width: 50%;
    margin: 0 auto 0 auto;
}
#topNav {
    float: right;
    width: 40%;
    padding: 0 0 10px 0;
}
#topNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#topNav ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    letter-spacing: 4px;
}
#imgbanner {
    width: 100%;
    background-image: url("../images/burlap.jpg");
    background-repeat: repeat;
    overflow: hidden;
}
#imgBContent {
    width: 70%;
    margin: 0 auto 0 auto;
}
#imgBimg {
    float: left;
    width: 19%;
    margin: 0 0 0 1% ;
}
#tbbotImdiv {
    position: relative;
    clear: both;
    top: -110px;
    width: 100%;
    margin: 20px auto 0 auto;
    z-index: 1;
}
#tbtop {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 99;
}
#tbtopleft {
    float: left;
    width: 30%;
}

#tbtopmiddle {
    float: left;
    width: 35%;
}
#tbcontmiddle {
    width:100%;
    margin: 0 auto 0 auto;
    font-family: 'Petit Formal Script', cursive;
    font-size: 60px;
}
#tbtopright {
    float: right;
    width: 30%;
}
#tbcontright {
    width: 100%;
    padding: 60px 0 0 0;
}
#creamSection {
    width: 100%;
    background-color: #F3F2E6;
    margin: -90px 0 0 0;
}
#content1 {
    width: 70%;
    margin: 0 auto 0 auto;
}
#indextext {
    width: 75%;
    margin: 0 auto 0 auto;
}
#greySection {
    width: 100%;
    background-color: #E6E6E6;
    overflow: hidden;
}
#content2 {
    width: 80%;
    margin: 0 auto 0 auto;
}
#creamSection2 {
    width: 100%;
    background-color: #F3F2E6;
    margin: 0 0 0 0;
}
#catleft3 {
    float: left;
    width: 33%;
}
#catmiddle3 {
    float: left;
    width: 33%;
}
#catright3 {
    float: left;
    width: 33%;
}
#cat3image {
    width: 80%;
}
#prodImage {
    width: 50%;
    margin: 0 auto 0 auto;
}
#formcontainer {
    width: 40%;
    margin: 20px auto 0 auto;
    padding: 10px;
    background-color: #E6E6E6;
}
#botbanner {
    clear: both;
    width: 100%;
    padding: 15px 0 0 0;
}
#bbleft {
    float: left;
    width: 30%;
    margin: 0 0 0 0;
}
#bbleft ul {
    padding: 0;
    margin: 0 0 0 25%;
    list-style-type: none;
}
#bbleft ul li {
    padding: 0 0 5px 0;
}
#bbmiddle {
    float: left;
    width: 40%;
}
#bbmiddlecont {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}
#bbright {
    float: right;
    width: 20%;
}
#bbrightlogo {
    width: 30%;
    margin: 0 auto 0 auto;
    letter-spacing: 3px;
}
#login {
    width: 20%;
    margin: 10px auto 0 auto;
    padding: 5px;
    background-color: #E6E6E6;
}

/*classes*/
.error {
    color: #ff0000;
}
.btn {
    font-family: 'Lato', sans-serif;
    background-color: #755D73;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    border: solid #ffffff 3px;
    text-decoration: none;
    color: #ffffff;
    -webkit-appearance: none;
    margin: 0;
}

.btn:hover {
    text-decoration: none;
    background-color: #5E445C;
}
.dposition {
    position: absolute;
    top: 0;
    left: 40%;
}
.ititle {
    position: relative;
    z-index: 99;
    font-size: 50px;
    /*margin: 15px auto 0 auto;*/
    color: #FFFFFF;
}
.ipic { /*style pictures under titles index page*/
    position: relative;
    top: -60px;
    z-index: 2;
}
.cl3 {
    margin-left: 14%;
    padding-top: 30px;
}
/*html settings*/
img {
    width: 100%;
}
input {
    width: 98%;
    line-height: 16px;
    font-size: 16px;
}
select {
    width: 100%;
    font-size: 16px;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
/*font colors*/
.bgreen {
    color: #657642;
}
.bcream {
    color: #F3F2E6;
}
.bgrey {
    color: #E6E6E6;
}
.bmaroon {
    color: #5E445C;
}
/*font sizes*/
h1 {
    font-size: 36px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-family: 'Petit Formal Script', cursive;
    font-size: 36px;
}
/*link styles*/
a:link {
    text-decoration: none;
    color: #917C8E;
}
a:visited {
    text-decoration: none;
    color: #917C8E;
}
a:hover {
    text-decoration: none;
    color: #3E263B;
}
a.nav:link {
    text-decoration: none;
    color: #F3F2E6;
}
a.nav:visited {
    text-decoration: none;
    color: #F3F2E6;
}
a.nav:hover {
    text-decoration: none;
    color: #755D73;
    text-shadow:
            -1px -1px 0 #F3F2E6,
            1px -1px 0 #F3F2E6,
            -1px 1px 0 #F3F2E6,
            1px 1px 0 #F3F2E6;
}
@media only screen and (max-width: 1024px) { /* tablet landscape */
    .ititle {
        font-size: 35px;
    }
    .ipic {
        top: -40px;
    }
    #content1 {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    #formcontainer {
        width: 90%;
    }

}
@media only screen and (max-width: 801px) { /*tablet portrait */
    #tbtopN {
        width: 90%;
        font-size: 50px;
    }
    #topNav {
        margin-top: 10px;
    }
    #topNav ul li {
        margin: 0 5px 0 0;
        letter-spacing: 0;
    }
    .ititle {
        font-size: 28px;
    }
    .ipic {
        top: -40px;
    }
    #cat3image {
        width: 90%;
    }
}
@media only screen and (max-width: 680px) { /*phone landscape */
    #tbtopN {
        width: 90%;
        font-size: 40px;
    }
    #logo {
        width: 30%;
    }
    #topNav {
        width: 35%;
    }
    #topNav ul li {
        margin: 0 5px 0 0;
        letter-spacing: 0;
    }
    #content1 {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    #indextext {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    .ititle {
        font-size: 20px;
    }
    .ipic {
        top: -30px;
    }
    .cl3 {
        margin-left: 14%;
        padding-top: 30px;
    }
    #imgBContent {
        width: 90%;
    }
    h3 {
        font-size: 12px;
    }
    h4{
        font-size: 8px;
    }
    h5 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 401px) {/* phone portrait */
    #tbtopN {
        font-size: 24px;
        width: 98%;
        margin: 20px auto 0 auto;
    }
    #topNav {
        float: none;
        width: 95%;
        margin: 120px auto 0 auto;
    }
    #topNav ul li {
    }
    #cat3image {
        width: 98%;
    }
    .ititle {
        font-size: 24px;
    }
    #catleft3, #catmiddle3, #catright3 {
        float: none;
        width: 80%;
    }
    .space1 {
        display: none;
    }
    .cl3 {
        margin-left: 0;
        padding-top: 0;
    }

    #bbmiddlecont {
        text-align: justify;
    }
}

