.intro-header{
font-size:40px;
font-family: lato;
text-align: center;
background-size: cover;
background-image: url(images/header.png);

    
}

.intro-header p {
color: #DFD9AB;
padding:10px;
font-size: 40px;
}

.logo {
    width: 50%;
    text-align: center;
    display: inline-block;
    left: 25%;
}

.hours {
    width: 50%;
    text-align: center;
    display:inline-block;
    right:-10%
}
.hours p {
    color: white;
    font-size:20px;
}

h1, h2 {
    font-family:lato;
    text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 75%;
}

/*NAVIGATION*/

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight:bolder;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #000;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/*email form*/

.form-container input[type=text]{
    width:100%;
    padding: 12px 20px;
    box-sizing:border-box;
    font-family: lato;
}

.form-container table {
    border: solid .5px;
    background-color: #f2f2f2;
    border-color: #ddd;
    border-radius:5px;
    padding: 5px 15px;
    margin:auto;
    
}

.form-container input[type=submit] {
    background-color:#ddd;
    border: none;
    border-radius:2px;
    color:black;
    padding: 10px 20px;
    text-decoration: none;
    margin: 10px 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: lato;
}

.form-container td {
    font-family:lato;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-container p {
    font-size:16px;
    font-family: lato;
}

.form-container {
    
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right:auto !important;
    margin:auto;

}


/*contact form*/

.contact-form-container table {
    border: solid .5px;
    background-color: #f2f2f2;
    border-color: #ddd;
    border-radius:5px;
    padding: 5px 15px;
    width:100%;
}

.contact-form-container input[type=text]{
    width:100%;
    padding: 12px 20px;
    box-sizing:border-box;
    font-family: lato;
}
.contact-form-container input[type=submit] {
    background-color:#ddd;
    border: none;
    border-radius:2px;
    color:black;
    padding: 10px 20px;
    text-decoration: none;
    margin: 10px 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: lato;
}

.contact-form-container td, p {
    font-family:lato;
    font-size:16px;
}


.contact-form-container {
    
-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    margin:auto;
}

.contact-form-container textarea {
    width:100%;
    height:150px;
    padding: 12 px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize:none;
}

.content-header p {
    font-size: 20px;
    font-family: lato;
    text-align: center;
    padding:20px;
}


.content-header-a{
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top:30px;

}

.content-header-b {
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:auto !important;

}

.content-header-b p {
    font-family: lato;
    font-size: 18px;
}
.about {
    padding-top: 25px;
}

.featured {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    margin-left:auto !important;
    padding-right:50px;
  }
.featured h2 {
    text-align: center
}
.featured p{
    font-family:lato;
}

.events {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    margin-left:auto !important;
    padding-right:50px;
    padding-top:50px;
}

.spoon {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right:auto !important;
    margin:auto;
    padding-left: 50px;
    padding-top:50px;
    
}

/*menu*/

.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
    padding-top:50px;
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  font-family: lato;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: lato;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}

.menu-item-price{
  float: right;
  font-family: lato;
  margin-top: -22px;
}

/*Shop*/
.item-row {
display:flex;
align-items:center;
justify-content: center;
padding-top:50px;
padding-bottom: 20%;
margin: auto;
height:500px;;
width:100%;
}

.item-box {
width:500px;
height:350px;
margin: 50px;

}

.item img {
width:100%; 
}

.item-name {
    background-color:#fff;
    text-align: center;

}
.item-description {
    font-family: lato;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
    float:left;
}
.button {
    float:right;
    display:inline-block;
}
.button button {
    background-color:#fff;
    border: 1px solid black;
    border-radius:2px;
    color:black;
    padding: 10px 10px;
    text-decoration: none;
    margin: 10px 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: lato;
}

/*locations*/

.location-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin:auto !important;
    padding-right: 20px;
    text-align:center;

}

.location-2 {
   -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin:auto !important;
    text-align:center;
}

.location-1 img{
    width:100%;
}

.location-2 img {
    width:100%;
}


footer {
    height:100px;;
    background: #ddd;
    text-align:center;
    margin-top:20px;
    padding-top:10px;
    padding-bottom: 10px;
    width:100%;
    bottom: 0px;

}

.footer {

   bottom: 0;
   width:100%;
   height:100px;
   background:#ddd;
   text-align:center;
   margin-top:20px;

/*media queries*/


    
/*
@media (min-width: 640px) and (max-width: 1024px){
    
    .container{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
    }
    
}
    */
    
    
/*
@media (min-width:320px) and (max-width:479px){
    p {
        font-size: 25px;
    }
    
    .featured {
        width:100%;
        padding:0;
    }
    .form-container {
        width:100%;
    }
    
    */
}
/*
@media (min-width: 901px) and (max-width:1920px) {
    .contact-form-container {
        width:20%;
    }
}
    */


/*MOBILE NAV*/

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
    
  .topnav.responsive {
      position: relative;
    }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    }
    
@media (max-width:968px) {
      p {
        font-size: 21px;
    }
    
    .form-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:auto 0;
    }
    .featured {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left:auto !important;
    padding: 0;
            
        }
    .events {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right:auto !important;
    padding:0;
    }
    .spoon {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:auto;
    }
    
    .location-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:auto;
    }
    
    .location-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:auto;
    }
    
    .contact-form-container {
        width:80%;
    }
    
    iframe {
        width:400px;
        height:275px;
    }

}