body {
    margin: 0;
}

header {
    background-color: #99986B;
    width: 100%
}

.navli {
    font-family: 'Alegreya', serif;
}

.dropdown {
    background-color: #99986B;
}

@media screen and (min-width: 701px){
header{
height: 100px;
}

.logo {
height: 80px;
float: left;
padding: 10px;
border-radius: 20px;
}

.topnav {
overflow: hidden;
float: right;
padding: 20px 40px 20px 20px;
font-family: 'Alegreya', serif;
}

.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 20px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
font-size: 15px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}

.dropdown-content a:hover {
background-color: #ddd;
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}

.slider {
margin: 20px 0;

}

main {
width: 50%;
margin-right: auto;
margin-left: auto;
}

.homep{
clear: both;
font-family: 'Montserrat', sans-serif;
padding: 30px;
text-align: center;
font-size: 20px;
}


iframe {
margin-right: auto;
margin-left: auto;
padding: 0 180px;
}

.homeh2 {
text-align: center;    
}

p {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}

ol {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}

h2 {
font-family:'Courier New', Courier, monospace 'Vollkorn', serif;
color: #BF7373;
font-size: 30px;
clear: both
}

span {
font-style: italic;
}

footer {
background-color: #99986B;
clear: both;
width: 100%;
height: 40px;
font-family: 'Alegreya', serif;
color:#444434; 
}

.pfoot {
font-size: 10px;
text-align: center;
padding: 15px;

}
.shoph2 {
text-align: center;
padding: 10px;
}

.shoptiles {
display: block;
width: 100%;

float: right;
}

.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 45%;
margin-left: auto;
margin-right: auto;
margin: 0 9.375% 10px 9.375%;
float: left;
text-align: center;
font-family: arial;

}

.cardimg {
width: 275px;

}

.price {
color: grey;
font-size: 22px;
}

.card button {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}

.card button:hover {
opacity: 0.7;
}

.float {
float: left;

}    

.spacer {
padding-top: 10%;
float: left;
width: 25%;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: center;
align-items: center;
height: 100%

}

.vines {
margin-left: auto;
margin-right: auto;
width: 200px;
display: block;
}

aside {
float: right;
}

.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
margin: 0;
}

.col-25 {
-ms-flex: 25%; /* IE10 */
flex: 25%;

}
.cart {
padding: 10px;
}
.col-50 {
-ms-flex: 50%; /* IE10 */
flex: 50%;
}

.col-75 {
-ms-flex: 75%; /* IE10 */
flex: 75%;
}

.col-25,
.col-50,
.col-75 {
padding: 0 16px;
}

.cartitems {
color: #444434;
text-decoration: none;
}

.cartitems:hover {
color: #99986B;
text-decoration: underline
}
.container {
background-color: white;
padding: 5px 20px 15px 20px;
border: 1px solid lightgrey;
border-radius: 3px;
}

input[type=text] {
width: 100%;
margin-bottom: 20px;
padding: 12px;
border: 1px solid  #99986B;
border-radius: 3px;
}

label {
margin-bottom: 10px;
display: block;
}

.icon-container {
margin-bottom: 20px;
padding: 7px 0;
font-size: 24px;
}

.btn {
color:  white;
background-color: #99986B;
padding: 12px;
margin: 10px 0;
border: none;
width: 100%;
border-radius: 3px;
cursor: pointer;
font-size: 17px;
}

.btn:hover {
background-color: #99986B;
text-decoration: underline;
}

span.price {
float: right;
color: grey;
}

}


@media screen and (max-width: 700px) {

header{
height: 100px;
}

.logo {
height: 80px;
width: 80%;
float: left;
padding: 10px;
border-radius: 20px;
}

.topnav {
overflow: hidden;
float: left;
padding: 20px 40px 20px 20px;
font-family: 'Alegreya', serif;
}

.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
background-color: #99986B;
}


.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 20px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
font-size: 15px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}

.dropdown-content a:hover {
background-color: #ddd;
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}
    
.topnav {position: relative;}
  
.topnav a {
    float: none;
    display: block;
    text-align: left;
  }
.topnav .dropdown {float: none;}
.topnav.dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.slider {
margin: 20px 0;

}

main {
width: 90%;
margin-right: auto;
margin-left: auto;
}

.homep{
clear: both;
font-family: 'Montserrat', sans-serif;
padding: 30px;
text-align: center;
font-size: 20px;
}


iframe {
margin-right: auto;
margin-left: auto;
padding: 0 180px;
}

.homeh2 {
text-align: center;    
}

p {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}

ol {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}

h2 {
font-family:'Courier New', Courier, monospace 'Vollkorn', serif;
color: #BF7373;
font-size: 30px;
clear: both
}

span {
font-style: italic;
}

footer {
background-color: #99986B;
clear: both;
width: 100%;
height: 40px;
font-family: 'Alegreya', serif;
color:#444434; 
}

.pfoot {
font-size: 10px;
text-align: center;
padding: 15px;

}
.shoph2 {
text-align: center;
padding: 10px;
}

.shoptiles {
display: block;
width: 100%;

float: right;
}

.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 45%;
margin-left: auto;
margin-right: auto;
margin: 0 9.375% 10px 9.375%;
float: left;
text-align: center;
font-family: arial;

}

.cardimg {
width: 100%;

}

.price {
color: grey;
font-size: 22px;
}

.card button {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}

.card button:hover {
opacity: 0.7;
}

.float {
float: left;

}    

.spacer {
    display: none;

}

.vines {
display: none;
}


.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
margin: 0;
}

.col-25 {
-ms-flex: 25%; /* IE10 */
flex: 25%;

}
.cart {
padding: 10px;
}
.col-50 {
-ms-flex: 50%; /* IE10 */
flex: 50%;
}

.col-75 {
-ms-flex: 75%; /* IE10 */
flex: 75%;
}

.col-25,
.col-50,
.col-75 {
padding: 0 16px;
}

.cartitems {
color: #444434;
text-decoration: none;
}

.cartitems:hover {
color: #99986B;
text-decoration: underline
}
.container {
background-color: white;
padding: 5px 20px 15px 20px;
border: 1px solid lightgrey;
border-radius: 3px;
}

input[type=text] {
width: 100%;
margin-bottom: 20px;
padding: 12px;
border: 1px solid  #99986B;
border-radius: 3px;
}

label {
margin-bottom: 10px;
display: block;
}

.icon-container {
margin-bottom: 20px;
padding: 7px 0;
font-size: 24px;
}

.btn {
color:  white;
background-color: #99986B;
padding: 12px;
margin: 10px 0;
border: none;
width: 100%;
border-radius: 3px;
cursor: pointer;
font-size: 17px;
}

.btn:hover {
background-color: #99986B;
text-decoration: underline;
}

span.price {
float: right;
color: grey;
}



    }
    