
img.responsive {
    padding: 0px;
    width: 100%;
    height: auto;
}

#logo {
    width:40%;
    padding-top: 30px;
    padding-bottom: 40px;
    margin:auto;
}
#storefront {
    padding-top: 100px;
}
#categories {
    background-color: beige;
}
#categories div {
    text-align: center;
    height: 350px;
    color: white;
}

#categories div h4 {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

#categories div button, #footer div button {
    position: relative;
    top: 25%;
    background-color: white ;
    font-size: 1.7rem;
    font-weight: lighter;
}
#featured a {
    text-decoration: none;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    height: 38px;
    border-radius: 4px;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    
}

#featured button, #featured a {
    background-color: green;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
}

#featured button:hover, #featured a:hover  {
    background-color: rgba(0, 128, 1, .7);
    border: solid 1px black;
}

#packaged {
    position: relative;
    margin:0;
}
#packaged:before {    
    content: "";
    background-image: url("../images/red-rock-filter.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .9;
}

#sandwich {
   position: relative;
   margin:0
}

#sandwich:before {    
    content: "";
    background-image: url("../images/turkey-swiss-apple-filter.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.90;
}

div#platter{

    position: relative;
    margin: 0;
}

#platter:before {    
    content: "";
    background-image: url("../images/Cheese+Platter+Smallgoods-filter.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.section {
    margin-top: 20px;
}

#featured  img{
    margin-left: 20px;
    width: 80%;
    height: auto;
    border: green solid 2px;
}

#featured div p {
    width: 85%;
    margin: 0;
}

ul.featured-list {
    display: inline-block;
    margin-top: 0px;
    text-align: left;
    list-style-type: none;
    font-size: 1.4rem;
    line-height: .8rem;
}
ul.featured-list span {
    font-weight: bolder;
    padding-right: 20px;
}
#featured h6 {
    font-weight: bolder;
    color: green;
    margin-bottom: 0;
}

#testimonials p {
    padding-left: 40px;
    text-align: center;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: bolder;
    margin-bottom: 30px;
    position: relative;
}

#testimonials p span {
    font-weight: lighter;
}

#awards h6 {
    font-weight: bolder;
    margin-bottom: 0;
}
#awards img {
    align-content: space-between;
    padding: 0 20px 20px 20px;
}
#footer {
    background-color: green;
    color: white
}

#footer a {
    text-decoration: none;
    color: white;
    
}

#footer a:hover {
    text-decoration: none;
    color: dodgerblue;

    
}

/*   typeography */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
hr {
    width: 80%;
    border: solid green 2px;
}


ul.hours-list {
    display: inline-block;
    text-align: left ;
    list-style-type: none;
    font-size: 1.2rem;
    line-height: .6rem;

}
#footer div h6 {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    font-size: 1.8rem;
    font-weight: bolder;
}

.btn-cart {
    text-decoration: none;
    text-transform: lowercase;
    padding: 6px;
    border: solid green 1px;
    color: green;
    background-color: whitesmoke;
    border-radius: 5px;

}

.btn-cart:hover {
    color: dodgerblue !important;
    
}
