/* general stuff */
body {
  background: #222 url("/assets/img/MB1_8814.jpg") no-repeat fixed center center/cover;
  padding: 0;
  margin: 0;
  font-family: "Lato", arial, sans-serif;
}

.logo {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 90px;
}
.logo img {
  width: 100%;
  height: auto;
}

/* MENU */
#menu {
  background: rgba(0, 0, 0, 0.1);
  /*height: 100px;*/
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 100px;
}
#menu li {
  display: inline;
  margin: 0 20px;
}
#menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(100, 100, 100, 0);
  transition: border-color 0.7s ease;
  text-shadow: 1px 1px 2px #666;
  line-height: 52px;
}
#menu li a:hover {
  border-color: #eee;
}
#menu li.active a {
  border-color: #eee;
}

.slicknav_menu {
  display: none;
  background-color: rgba(125, 125, 125, 0.5);
  padding-left: 0;
  padding-right: 0;
}

.slicknav_btn {
  background-color: rgba(125, 125, 125, 0.7);
}

.slicknav_nav a {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}
.slicknav_nav a:hover {
  border-radius: 0;
}

@media screen and (max-width: 40em) {
  /* #menu is the original menu */
  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }
}
/* end menu */
/* GALLERY */
.gallery-wrapper {
  max-width: 90%;
  position: absolute;
  bottom: 0;
  overflow: scroll;
  margin: 0;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.15);
  left: 50%;
  transform: translateX(-50%);
}
.gallery-wrapper .caption {
  color: #eee;
  text-transform: lowercase;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 14px;
}
.gallery-wrapper .gallery-thumbs {
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
  height: 55px;
}
.gallery-wrapper .gallery-thumbs .thumb {
  position: relative;
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #aaa;
  transition: border-color 0.7s ease;
}
.gallery-wrapper .gallery-thumbs .thumb:hover {
  border-color: #ddd;
}
.gallery-wrapper .gallery-thumbs .thumb:hover img {
  opacity: 1;
}
.gallery-wrapper .gallery-thumbs .thumb a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.gallery-wrapper .gallery-thumbs .thumb img {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.7s ease;
}

/* end gallery */
/* ERRORS, 404 */
.error .text {
  position: absolute;
  top: 25%;
  width: 100%;
  background-color: rgba(100, 100, 100, 0.4);
}

.error h1 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.error p {
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.error a {
  font-style: italic;
  color: #ccc;
  transition: color 0.7s ease;
}

.error a:hover {
  color: #fff;
}

/* end errors */

/*# sourceMappingURL=main.css.map */
