/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

body {
  background: #000000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Pacifico";
}

.info {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

a {
  color: beige;
}

.w {
  margin: 0 auto;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(52, 58, 64, 1.0) url("img/3b.png") repeat fixed;
  position: absolute;
  background-size: cover;
  background-position: absolute;
  z-index: 5;
  font-size: 0;
  border-radius: 0%;
}

.i {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 4;
  padding: 2px;
  -webkit-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
  background: rgba(66, 66, 66, 0.0) url("img/3a.jpg") repeat fixed;
  background-size: cover;
  background-position: absolute;
  border-radius: 0%;
}
.i:hover {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  opacity: 0;
}

.h {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  top: 35px;
  font-size: 40px;
  color: beige;
  text-shadow: 0 5px 17px rgba(87, 87, 80, 0.85);
}
