
#home li {
    list-style-type: none;
    background-color: green;
    height: 40px;
    font-size: 35px;
    text-align:center;
    float: left;
    width: 50%;
    line-height: 40px;
    height: 40px;
}
h1 {
    text-align: center;
}
#bottomnav li {
   list-style-type: none;
   background-color: green;
   height: 20px;
   width: 25%;
   height: 20px;
   line-height: 20px;
   height: 20px;
   float: left;
   text-align: center;

}
p {
    line-height: 25px;
    color: black;
    font-size:large;
    margin-left: 10px;
}
ul {
    padding-left: 0px;   
}
li a {
    display: block;
    text-decoration: none;
    width: 100%;
    color: white;
}
#bottomnav li a:hover, #home li a:hover {
    color:green;
    background-color: yellow;
}
body {
    color: white;
    background-image: url("../images/grocery3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
div {
    background: rgba(144, 238, 144, .8);
    width: 940px;
    margin: 0 auto;
}
.fv, .meat {
    width: 200px;
    height: 200px;
    border: 1px solid lightgreen;
}
.fv {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.meat {
    float: right;
}
header {
    margin-bottom:10px;
}
header a:hover{
    background-color: inherit;
}
footer {
    background-color:green;
    clear: both;
    height: 150px;
}
.cart {
    width: 600px;
    height: 400px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid lightgreen;
}
#bottomnav ul {
   height: 20px;
}
#bottomnav li {
    width:25%;
    font-size:20px;
    height: 20px;
}
#bigmain aside {
    float: right;
    width: 20%;
    height: 300px;
    border: 1px solid lightgreen;
    background-color: rgba(0, 0, 0, .5);
    height: max-content;
    margin-left:40px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#bigmain aside p {
    color: yellowgreen;
    margin: 0;
}
#bigmain aside p, h3 {
    padding-left: 10px;
}
.desert {
    display:block;
    margin-left:auto;
    margin-right:auto;
    height: 100px;
    width: 150px;
    margin-top: 15px;
}
.w3va {
    display:inline-block;
    text-align: center;
}
.w3v {
    width: 88px;
    height: 31px;
    padding-right: 2px;
    background-color: red;
}
.w3v:hover {
    border: 2px solid orange;
    background-color: red;
}
.tmeats {
    text-align: right;
}
h1, h2, h3 {
    text-decoration: underline green;
    font-weight:bolder;
}
.fvtitle {
    margin-left: 10px;
}