*{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
   
}
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 200px;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.pozfb{
  vertical-align: center;
  text-align: center;
  padding-bottom: 20px;
}
.aboutUsP{
  font-size: 20px;
  justify-content: center;
  text-align: center;
}
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #f7f1e3;
  color: #2f3640;
}
.container {
  padding: 0 16px;
}
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #f7f1e3;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.leaflet {
  justify-content: center;
  padding: 10px 200px 10px 200px;
  width: 100%;
  height: auto;

}
.heading {
  text-align: center;
  font-size: 2.0em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.gallery-image img {
  width: 480px;
  height: 350px;
transform: scale(1.02);
transition: transform 0.4s ease;
}

.img-box {
box-sizing: content-box;
margin: 5px;
width: 480px;
height: 350px;
overflow: hidden;
display: inline-block;
color: #f7f1e3;
position: relative;
background-color: #f7f1e3;
border-radius: 8px;
}
  .img-box:hover img { 
    transform: scale(1.1);
    }
    .img-box:hover .transparent-box:hover {
    background-color:rgba(0, 0, 0, 0.5);
    }
    
    .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
    }
    .image-container img:hover{
      transform: scale(1.01); 
      transition: all 0.5s;    
}
  .footer .social a:hover{
  opacity: 0.9;
  }
  .footer ul li a:hover{
    opacity: 1;
  }
  .arrow:hover {
    border-bottom-width: 8px;
    border-right-width: 8px;
  }
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #f7f1e3;
    color: #2f3640;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: f7f1e3;
    color: #2f3640;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }
.caption {
position: absolute;
bottom: 5px;
left: 20px;
opacity: 0.0;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
width: 480px;
height: 350px;
background-color:rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
transition: background-color 0.3s ease;
}


.caption > p:nth-child(2) {
font-size: 0.8em;
}

.opacity-low {
opacity: 0.9;
}
body{
  background-color: #f7f1e3;
  width: 100%;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif
}
.title{
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f3640;
}
.foodTypeTitle{
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f3640;
}
.images::after{
  content: "";
  display: table;
  clear: both;
}
.image-container{
justify-content: center;
float: left;
width: 50%;
padding: 5px;
}
.image-container img{
 width: 100%;
 height: 385px;
 justify-content: center;
 border-radius: 8px;
}
.footer{
  color: #f7f1e3;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
  background-color: #2f3640;
}
.social{
  color: #f7f1e3;
}
.footer .social{
  text-align: center;
  padding-bottom: 25px;
  padding-top: 10px;
}
.footer .social a{
  font-size: 24px;
  color: inherit;
  border: 1px solid #f7f1e3;
  height: 40px;
  width: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.75;
}
.footer ul{
  justify-content: center;
  margin-top: 0;
  padding:0;
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}
.footer ul li a{
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer ul li{
display: inline-block;
padding: 0 15px;
color: #f7f1e3;
}
.footer .copyright{
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #f7f1e3;
}
.logo-responsive{
  padding-right: 5px;
  float: left;
  height: 20px;
  width: 30px;
  background-color: none;
}
.logo-footer{
  padding-top: 10px;
  justify-content: center;

  height: 100px;
  width: 100px;
  background-color: none;
}
.arrow {
  box-sizing: border-box;
  height: 5vw;
  width: 5vw;
  border-style: solid;
  border-color: #f1c40f;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.container {
  padding-top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e242d;
  height: 100vh;
}
#arrow-Down {
  height: auto;
  background-color: #f7f1e3;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #2f3640;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f7f1e3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Add an active class to highlight the current page */
  .active {
    background-color: #f1c40f;
    color: #2f3640;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #f7f1e3;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #2f3640;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: #f7f1e3;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  #logo{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: fill 0.5s ease forwards 2.5s;
    padding-left: 10%;
    padding-right: 10%;
}
/*
LOGO Positions
0 571.5771484375
app.js:3 1 661.0516357421875
app.js:3 2 754.9266357421875
app.js:3 3 571.577392578125
app.js:3 4 661.0526733398438
app.js:3 5 754.9258422851562
app.js:3 6 610.232666015625
app.js:3 7 578.9943237304688
app.js:3 8 385.05584716796875
app.js:3 9 555.4884033203125*/

#logo path:nth-child(1){
  stroke-dasharray: 571.5771484375;
  stroke-dashoffset: 571.5771484375;
  animation: logo-anim 2s ease forwards;
  }
  #logo path:nth-child(2){
      stroke-dasharray: 661.0516357421875;
  stroke-dashoffset: 661.0516357421875;
  animation: logo-anim 2s ease forwards 0.2s;
  }
  #logo path:nth-child(3){
      stroke-dasharray: 754.9266357421875;
  stroke-dashoffset: 754.9266357421875;
  animation: logo-anim 2s ease forwards 0.4s;
  }
  #logo path:nth-child(4){
      stroke-dasharray: 571.5771484375;
  stroke-dashoffset: 571.5771484375;
  animation: logo-anim 2s ease forwards 0.6s;
  }
  #logo path:nth-child(5){
      stroke-dasharray: 661.0526733398438;
  stroke-dashoffset: 661.0526733398438;
  animation: logo-anim 2s ease forwards 0.8s;
  }
  #logo path:nth-child(6){
      stroke-dasharray: 754.9258422851562;
  stroke-dashoffset: 754.9258422851562;
  animation: logo-anim 2s ease forwards 0.8s;
  }
  #logo path:nth-child(7){
      stroke-dasharray: 610.232666015625;
  stroke-dashoffset: 610.232666015625;
  animation: logo-anim 2s ease forwards 0.6s;
  }
  #logo path:nth-child(8){
      stroke-dasharray: 578.9943237304688;
  stroke-dashoffset: 578.9943237304688;
  animation: logo-anim 2s ease forwards 0.4s;
  }
  #logo path:nth-child(9){
      stroke-dasharray: 385.05584716796875;
  stroke-dashoffset: 385.05584716796875;
  animation: logo-anim 2s ease forwards 0.2s;
  }
  #logo path:nth-child(10){
      stroke-dasharray: 555.4884033203125;
  stroke-dashoffset: 555.4884033203125;
  animation: logo-anim 2s ease forwards;
  }
  .indexLogo{
    top: 5%;
    width: 100%;
    height: auto;
    position: absolute;
    box-sizing: border-box;
 
  }
  .indexLogo img{
    width: 400px;
    height: 320px;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  @keyframes logo-anim {
      to{
          stroke-dashoffset: 0;
      }
      
  }
  @keyframes fill {
      from{
          fill: transparent;
      }
      to{
          fill: #F9CA24;
      }
      
  }
@media only screen and (max-width: 600px) {
  .images{
    height: auto;
  }
  .image-container{
    width: 100%;
    justify-content: center;
    padding: 5px 0 5px 0;
  }
  .image-container img{
    height: 200px;
  }
  .image-gallery{
    width: 50%;
    margin: 6px 0;;
  }
  .gallery-image img{
    width: 300px;
  }
  .leaflet {
    padding: 5px 10px 5px 10px;
  }
.img-box, .img-box img, .transparent-box{
width: 300px;
height: 200px;
}
.transparent-box{width: 300px;}
.title{
font-size: 25px;
}
.opacity-low-drink {
font-size: 10px;
}
.indexLogo img{
  padding-top: 20px;
  width: 240px;
  height: 220px;
}
}



  /* Add a dark background on topnav links and the dropdown button on hover */
  
  /* When the screen is less than 1120 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 1120px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
    .leaflet {
      padding: 5px 10px 5px 10px;
  } 
  }
  @media screen and (max-width: 1120px){
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }
    @media screen and (min-width: 1120px) {
      .image-gallery{
        width: 50%;
      }
    }
  @media only screen and (min-width: 1200px){  
    .foodTypeTitle{
      font-size: 60px;
    }
   
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
