.bg {
  background-color: #A0A0A0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin:0;
}

.menu-btn {
  margin-top:20px;
  margin-right:12px;
  float:right;
  float:top;
}

.map td {
    width: 50px;
    height: 50px;
}

.searchbar {
    border: none;
    border-radius: 5px;
    height:35px;
    width: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    -webkit-transition: width 100ms linear;
    transition: width 100ms linear;
}

.searchbar-active {
    width: 250px !important;
}

#privacy {
  width:40%;
  height: 100%;
  align:middle;
  text-align:center;
}

#cf7 {
  width:40%;
  height: 100%;
  align:middle;
  text-align:center;
  margin-left: 10%;
}
#cf7 img {
  position:absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

.screenshot-container {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.screenshot-container img {
  flex: 1;
  height: auto;
  max-width: 20%;
  margin: 0 15px;
}

.screenshot-container img:first-child {
  margin-left: 0;
}

.screenshot-container img:last-child {
  margin-right: 0;
}

/* Mobile styles */
@media only screen and (max-width: 768px) {

  .screenshot-container img {
    max-width: 30%;
    margin: 0 5px;
  }
}