header {
    background-color: red;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
header img{
    width: 960px;
}
body {

    background-image: url(images/diner-gb892ab32c_1920.jpg);
    background-repeat: no-repeat;
    
}
section img{
    width: 960px; 
}
#coupon {
    border-style: dashed;
    border-width: 15px;
    background-color: white;
    font-family: fantasy;
    text-transform: capitalize;
    text-align: center;
    padding: 50px;
    font-size: 30px;
    } 
.flexbox {
        display: flex;
    }   

h2 {
    font-size: 40px;
    padding: 20px 0px;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}


h1 {
    font-size: 80px;
    text-align: center;
    background-image:url(images/Mueller_YumBurger\ card.jpg);
    color: white;
}

#wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: auto ;
    margin-top: auto;
    background-color: peachpuff;
    border-style: solid;
    border-width: 5px;
}
#test {
    background-color: red;
}
section {
    background-color: white;
}
#menul{
    width:480px;    
    background-color: white;
    padding-bottom: 45px;
    padding-right: 30px;
    font-weight: bold;
}
#menur{
    border-style: solid;
    text-align: left;
    border-width: 5px 0px 5px 5px;
    width: 405px;
    padding:0px 20px; 
    padding-bottom: 20px;
    background-color: red; 
    font-weight: bold; 
}
#sgnup {
    padding: 10px;
}
#sgnup ul {
    font-size: 26px;
    background-color: blanchedalmond;
    width: fit-content;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin: 40px 20px 40px 60px;
}
section p{
    padding-left: 10px;
}
nav {
    
    text-align: center;
    font-size: 38px;
    font-family: fantasy;
    padding-top: 10px;
	padding-bottom: 10px;
    position:relative;

}
footer{
    
    text-align: center;
    font-size: 38px;
    font-family: fantasy;
    padding-top: auto;
    padding-bottom: auto;  
    position:relative;
    background-color: peachpuff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
	padding-bottom: 10px;
    clear: both;
}
fieldset p{
    padding: 20px;
    font-size: 20px;
}
select, textarea {
    margin-left: 20px;
}
#locations {
    background-image: url(images/Locations\ Menu.jpg);
    width: 960px;
    height: 681px;
    align-content: center;
}
#menomonie, #green, #steven{
    font-size: 40px;
    width:fit-content;
    padding:5px;
    border-width: 5px;
    border-style: solid;
    border-color: black;
   
}
#menomonie {
    background-color: blue;
    color: white;
    float: left;
    margin-top: 180px;
    margin-left: 60px;
}
#green {
    color: yellow;
    background-color: green;
    float: right;
    margin-top: 180px;
    margin-right: 60px;
}
#steven {
    
    background-color: purple;
    color: yellow;
    width:fit-content;
    float: bottom;
    margin-left: auto;
    margin-right: auto;
    margin-top: 380px;
}
#locations h2{
    font-size: 75px;
    text-align: center;
    float: top;
}
#locations a {
    text-decoration: none;
    color: white;
}
#mpage,#gpage,#spage{
    height: 420px;
    color: white;
    font-size: 20px;
}
#mpage {
    background-image: url(locations/images/menomonie.jpg);
}
#mpage img, #gpage img, #spage img {
    float: right;
    width: 480px;
    height:320px;
    margin: 25px;
    border-style: solid;
    border-width: 25px;
    border-color: white;
}
#mpage2,#gpage2,#spage2 {
    width:auto;    
    background-color: white;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 70px;
    text-align: center; 
}
#mpage2 h2, #gpage2 h2, #spage2 h2 {
    font-family: fantasy;
}
#mpage2 p, #gpage2 p, #spage2 p {
    font-weight: bold;
    font-size:18px;
    line-height: 25px;
    
}
#gpage {
    background-image: url(locations/images/greenbay.jpg);
}
#spage {
    background-image: url(locations/images/stevenspoint.jpg);
}
#contact {
   background-color: peachpuff;
   color: red;
   font-family: fantasy;
}
#social-icons{
	margin-right: 100px;
    background-color: peachpuff;
    width: 960px;
} 
#social-icons img{
    margin-left: 90px;
    width: 50px;
}
#landing {
    margin-top: 40px;
    margin-left: 160px;
    margin-right: auto;
    font-size: 100px;
    background-image: linear-gradient(45deg, white,green, white, green);
    color: white;
    border-radius: 15px;
}
#landing:hover{
    color: black;
    background-image:linear-gradient(45deg, green, white, green, white); 
}
#promobar {
    
    text-align: center;
    font-size: 38px;
    font-family: fantasy;
    padding-top: 10px;
	padding-bottom: 10px;
    position:relative;

}
#promobar h2 {
    font-size: 34px;
}
#menomoniel, #greenl, #stevenl {
    float: left;
    font-size: 40px;
    width:fit-content;
    padding:5px;
    border-width: 5px;
    border-style: solid;
    border-color: black;
    margin-top: 20px;
    margin-left: 30px;
}
#landingbox {
    width: 480px;
    float: left;
    background-color: peachpuff;
}
#landingbox a {
    text-decoration: none;
    color: white;
    float:left;
}
#menomoniel {
    background-color: blue;
    color: white;
    
}
#greenl {
    color: yellow;
    background-color: green;
    clear: left;
}
#stevenl {
    
    background-color: purple;
    color: yellow;
    width:fit-content;
    clear: left;
    margin-bottom: 20px;
    
   
}
#tbmn {
    background-color: white;
    text-align: center;
    width:fit-content;
    margin-top: 20px;
    padding: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    float: left;
    clear: left;
    font-weight: bold;
}

#tbgb {
    background-color: white;
    text-align: center;
    width:fit-content;
    margin-top: 20px;
    padding: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    float: left;
    clear: left;
    font-weight: bold;
}

#tbsp {
    background-color: white;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    float: left;
    clear: left;
    font-weight: bold;
    margin-bottom: 50px;
}
#tbsp, #tbgb,#tbmn {
    margin-left: 60px;
    float: left;
}
#minimenu{
    border-style: solid;
    text-align: left;
    border-width: 5px 0px 5px 5px;
    width: 405px;
    padding:0px 20px; 
    padding-bottom: 20px;
    background-color: red; 
    font-weight: bold; 
    float: right;
}
/* Mail Chimp */

.mc-field-group {
    margin: 20px;
}
h4 {
    font-size: 20px;
    margin-top: 10px;
}
