.oswald {
  font-family: 'Oswald', sans-serif;
}
#main {
  position: relative;
  min-height: 100vh;
  z-index: 10;
}
#main #wrapper {
  width: 100vw;
  max-width: 600px;
}
#main #bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(179, 32, 23, 0.85);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.6);
}
#main #content {
  position: relative;
  padding: 0 5em;
  z-index: 10;
  color: #ffffff;
}
#main #content .main-row {
  min-height: 100vh;
}
#main #content #intro {
  padding: 1em 0;
}
#main #content #intro #logo {
  padding: 0 0 1em 0;
}
#main #content #locations .card {
  text-align: center;
  background: transparent;
  border: none;
}
#main #content #locations .card .card-body {
  padding: 1em 0;
}
#main #content #locations .card p.card-text {
  font-size: 0.75em;
  font-style: italic;
}
#main #content #locations h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.75em;
}
#rotation {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#rotation .carousel-item .slide {
  display: block;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#rotation .carousel-item .slide img {
  height: 100%;
  width: 100%;
}
.btn {
  background-color: #f1e7c8;
  border-color: #e5b53b;
  margin-bottom: 0.75em;
}
.btn:hover {
  background-color: #333;
  border-color: #000;
  color: #fff;
}
@media (max-width: 600px) {
  #main #content {
    padding: 0 3em;
  }
}
