* {
  font-family: 'Roboto Condensed', sans-serif;
}

.cookie-banner {
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  position: fixed;
  bottom: 40px;
  left: 10vw;
  right: 10vw;
  width: 80vw;
  padding: 14px 14px;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.cookie-banner{
  display: block;
}
.close {
  display: block;
        font-weight: 300;
        color: white;
        margin: 14px auto;
        background:black;
        border: none;
        text-transform: uppercase;
        padding: 14px 14px;
}

.footr{
  padding: 7vw;
  background-color: #e3e3e3;
  color: #969696;
  font-weight: 300;
  box-sizing: border-box;
  width: 100%;
}
.footr .column {
  font-size: 0.8vw;
  text-transform: uppercase;
  width: 33%;
  float: left;
}
.footr .column a{
  display: block;
}
.footr .column .column-heading {
  font-weight: 600;
  margin-bottom: 1vw;
} 
.facebook{
  width: 3vw;
}
.block {
  text-transform: none;
  font-size: .7vw;
  text-align: justify;
  padding-top: 2vw;
  display: block;
  clear: both;
}

#map {
  filter: grayscale(100%);
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .hamburger {
      position: absolute;
      top: 4.5vw;
      right: 9vw;
      display: block;
    }
    .hamburger div {
      width: 7vw;
      height: 1vw;
      background-color: white;
  
      border-radius: .5vw;
      margin: 1vw 0;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
    .bit-lower {
      top: 9vw;
    }
  .footr .column{
      font-size: 3vw;
      width: 50%;
      box-sizing: border-box;
  }
  .footr .column:nth-child(1){
      float:left;
      padding-right: 2vw;
  }
  .footr .column:not(:first-of-type){
      display: block;
  }
  .footr .column:nth-child(3){
      margin-top: 6vw;
  }

  .block{
      margin-top: 45vw;
      font-size: 3vw;
  }
  .facebook{
  width: 8vw;
}
  
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a:link, .sidenav a:hover, .sidenav a:active, .sidenav a:visited, .sidenav a {
  padding: 8px 32px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:not(:first-child):not(:last-child):after{
  content: '';
  background-color: #818181;
  height: 1px;
  margin-top: 16px;
  width: 100%;
  display: block;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

h2>small{
  font-size: 50%;
  color: gray;
}