* {
    margin: 0; 
    padding: 0;
    box-sizing: content-box;
    
}

body {
    background-image: url('beans2.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.page {
    margin: auto;
    margin-top: 0;
    background-color: #faf0e6;
    width: 80%;
    padding-top: 15px;
}

.icon-bar {
    width: 55px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }


.icon-bar a:hover {
    opacity: 0.7;
}

.facebook {
  background: 	#dfc7a7;
  color: white;
}

.google {
  background: 	#dfc7a7;
  color: white;
}

.instagram {
  background:	#dfc7a7;
  color: white;
}

.rss {
    background: #dfc7a7;
    color: white;
  }

nav ul {
    list-style-type: none;
    text-align: center;
    margin: auto;


}
nav a {
    font-weight: bold;
    color: black;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0px 15px;

}

nav li {
    display: inline-block;
    margin: auto;
    margin-top: 0px;
}

h2 img {
    width: 6%;
}
header {
    display: flex;
    height: 300px;
    color: #dfc7a7;
    margin: 15px 0px;
    padding: 10px;
    background-image: url("header.jpg");
    background-position: center;
    font-size: 200%;
    font-family: 'Cinzel Decorative';
}

h1 {
    align-self: flex-end;
    justify-self: flex-end;
    width: 50%;
    justify-content: center;
     display: block;
     margin: 14px;
     text-shadow: 7px 0px 111px white;
 }

 

.container {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 1.5;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 0px;
    text-align: center; 
    text-align: center;
}
article {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 0px;

}

#menu {
    text-align: center;
    margin: auto;
}

table {
    border-collapse: collapse;
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
   border: 5px solid #dfc7a7;
   margin-bottom: 0px;

      
}

#menulogo {
    padding: 10px;
    font-family: 'Berkshire Swash';
    letter-spacing: .2rem;
    font-style: italic;}

#menulogo img {
        width: 6%;
}

.cafe {
    font-family: 'Berkshire Swash';
    letter-spacing: .2rem;
}


td, th {
    text-align: center;
    padding: 8px;
  }



.box {
    width: 45%;
    padding: 0px 10px;
    align-items: center;
    margin: 10px 0px 10px;

}

h2  {
    padding: 10px;
    font-family: 'Berkshire Swash';
    letter-spacing: .2rem;
    font-style: italic;
}


img {
    padding: 0;
    width: 100%; 
    margin: 0;
    border-radius: 15%;

}

.container a {
    text-decoration: none;
    font-style: italic;
    color: black;
    font-weight: bold;
}
div li a:hover {
    opacity: 0.7;
}

iframe {
    border-radius: 15%;
    width: 100%;
    height: 100%;
    border: none;
}

footer { 
    width: 80%;
    margin: auto;
    text-align: center;
    background-color: 	#dfc7a7;
    color: black;
    padding: 5px 0px;
}
 @media (max-width: 460px) {
    header {
    font-size: 150%;
    } 
    
} 

@media (max-width: 360px) {
    header {
    font-size: 110%;
    } 
    
}

@media (max-width: 1000px)  {
    img {
        display: block; 
        float: none;
        object-position: top;
        margin: auto;
        padding: 0;
        width: 95%;
        }

    ul {
        padding-top: 10px;
    }
    iframe {
            height: 400px;
        } 


.highlight {
    display: inline-block;
    background: #dfc7a784;
    color: black;
}
article {
   flex-flow: column;
   margin: auto;
   padding: 0px 15px;
}

#reverse {
    flex-direction: column-reverse;
}


.page {
    padding: 0px;
    margin: auto;
    width: 90%;
}

.box {
    margin: auto;
   padding: 0px;
    width: 100%;
    height: 100%;

}

#contact {
    margin-bottom: 20px;
}
img {
    padding-top: 20px;
}
nav li {
   display: block;
}
nav a {
   margin: 20px 0px;
   display: block;
   font-size: 25px;
  } 
  

  .icon-bar {
    width: 30px;
  
  }
  
  .icon-bar a {
   
    padding: 10px 0px;
  }

table {
    width: 90%;
}
footer {
    width: 90%;
    margin: auto;
}
}

@media (min-width: 1310px) {

 .page {
    width: 75%;
 }

footer {
    width: 75%;
}
}

@media (min-width: 1440px) {

    .page {
       width: 65%;
    }
   footer {
    width: 65%;
   }
   } 


   @media (min-width: 1670px) {

    .page {
       width: 50%;
    }
    footer {
        width: 50%;
       }
   
   }
