body{
    background-image: linear-gradient(to right, #DBC7A4, #F1C774);
}
header h1{
    background-color: maroon;
    color: white;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    line-height: 200px;
    text-align: center;
    font-size: 100px;
    text-decoration: none;
    font-family: "Yanone Kaffeesatz", serif;
}
main{
    margin: 0 auto;
    margin-top: -20px;
    color: white; 
    font-size: 45px;
    width: 50%;
    float: left;
    padding-left: 20px;
    text-align: center;
}
h1{
    font-size: 40px;
    font-family: "Lobster", serif;
    color: white;
}
p{
    color: white;
    font-size: 23px;
    font-family: "Sarpanch", serif;
}
h2{
    color: white;
    font-size: 35px;
    font-family: "Lobster", serif;
}
h3{
    font-size: 25px;
}
a{
    color: white;
    text-decoration: none;
}
a:visited{
    color: lightblue;
}
nav{
    width: 25%;
    float: left;
    margin-left: -40px;
    margin-top: -67px;
    background-color: coral; 
    border: 5px solid saddlebrown;
}
#cheese{
    height: 3440px ;
}
#cheddar{
    height: 2225px;
}
#gouda{
    height: 2415px;
}
#parmesan{
    height: 3075px;
}
#feta{
    height: 1850px
}
#brie{
    height: 2740px;
}
#about{
    height: 1080px;
}
#contact{
    height: 1100px;
}
nav ul li{
    font-size: 40px;
    line-height: 1.5EM;
    text-align: center;
}
nav ul{
    list-style: none;
    font-family: cursive;
    color: lightgoldenrodyellow;
    text-decoration: none;
}
nav ul li:hover{
    background-color: #E06C00;
    transition: linear all 0.30s;
    margin-left: -15px;
}
footer{
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: saddlebrown;
}
#email{
    text-decoration: underline;
    color: aqua; 
}
h4{
    color: white;
}
#main{
    font-family: "Lobster", serif;
}
address a{
    color: aqua; 
    text-decoration: underline;
}
fieldset{
    color: white;
    font-size: 23px;
    font-family: "Sarpanch", serif;
}
#search{
    text-align: center;
    clear: both;
}
td{
    text-align: center;
}
.container{
    max-width: 700px;
    min-width: 400px;
    margin: 10px auto 10px;
    background-color: #99640F;
    border: 1px solid white;
    border-bottom: 3px solid white;
}
.row{
    width: 100%;
    margin: 0 0 1em 0;
    padding 0 2.5em;
}
.row.header{
    padding: 1.5em 2.5em 0 2.5em;
    border-bottom: 1px solid white;
    background-color: darkred;
    color: white;
}
.row.body{
    padding: 0.5em 2.0em 1em;
}
.pull-right{
    float: right;
}
.btn{
    font-size: 1.0625em;
    display: inline-block;
    padding: 0.74em 1.5em;
    margin: 1.5em 0 0;
    color: white;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;
    background-color: saddlebrown;
    border-bottom-color: #736866;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
}
.btn:hover{
    background-color: burlywood;
}
.btn.btn-submit:{
    background-color: burlywood;
    border-bottom-color: sienna;
}
.btn.btn-submit:hover{
    background-color: lightcoral;
}
form{
    max-width: 100%;
    display: block;
}
form ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
form ul li{
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
form ul li:last-child{
    margin: 0;
}
form ul li p{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 20px;
    border: 5px 5px 5px 5px;
    border-color: darkred; 
}
form ul li p.right{
    float: right;
}
form ul li .divider{
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: brown;
    background-image: linear-gradient(to right, wheat, brown)
}
form ul li .req{
    color: aliceblue;
}
form label{
    display: block;
    margin: 0 0 0.5em 0;
    color: darkgrey;
    font-size: 1em;
}
form ul li input{
    float: left;
}
form input{
    margin: 0 0 0 0;
    border: 1px solid #ccc;
    padding 6px 6px;
    color: #555;
    font-size: 1em;
}
form textarea{
    border: 1px solid #ccc;
    padding 6px 10px;
    color: #555;
    width: 100%;
}
form small{
    color: lightblue;
    margin: 0 0 0 0.5em;
}
#family{
    height: 500px;
}
div, textarea, input{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#vid{
    text-align: left;
}
#search{
    font-size: 20px; 
}
select{
    float: left;
}
form ul li p small{
    float: left;
    color: papayawhip;
}
img{
    padding: 20px;
}
table{
    margin: 0;
}
hr{
    color: brown;
}
ol{
    font-family: "Sarpanch", serif;
    font-size: 20px;
}
ul{
    font-family: "Sarpanch", serif;
    font-size: 20px;
    list-style: none;
    text-align: center;
}
h4{
    font-size: 27px;
    border: 5px solid white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-color: white;
    padding: none;
    
}