@import url("https://fonts.googleapis.com/css?family=Lora");
h1 {
  font-family: "Lora", serif !important;
  font-size: 4.5em !important;
}

h2 {
  font-family: "Lora", serif !important;
  font-size: 2.5em;
  color: #aa8264;
}

h3 {
  font-family: "Lora", serif !important;
}

.convention-bullets li {
  color: #aa8264;
}

.convention-section a {
  color: #aa8264 !important;
}

.video-active .video {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 555555;
  overflow: hidden;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.video .video__close {
  position: absolute;
  top: 50px;
  right: 70px;
  color: white;
  font-size: 3em;
  width: 34px;
  height: 45px;
  background-size: cover;
  display: block;
  z-index: 2;
}

/*** Homepage ***/
#main-slide {
  background: #323232 top center no-repeat;
  background-size: cover;
}
#main-slide p#location {
  font-family: "Lora", serif !important;
  color: #aa8264;
}
#main-slide .container {
  height: 100%;
}
@media (min-width: 992px) {
  #main-slide .container h1 {
    margin-top: 20px;
  }
}

#join-us h2 {
  font-family: "Lora", serif !important;
  color: #4a4a4a;
  text-transform: uppercase;
}

#most-loved {
  background-color: #323232;
  background-size: cover;
  color: #fff;
  height: auto;
  position: relative;
}
#most-loved .grad {
  height: 234px;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #323232;
  background: -webkit-linear-gradient(bottom, #323232, transparent);
  background: linear-gradient(to "top", #323232, transparent);
}
#most-loved .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

#the-largest {
  background-size: cover;
  color: #fff;
  text-align: center;
  min-height: 850px;
}
#the-largest h2 {
  font-size: 5em;
  margin-top: 650px;
}

#workshops {
  background-color: black;
  color: #fff;
  padding-bottom: 40px;
}
#workshops h2 {
  font-size: 5em;
  margin-top: 75px;
}

#performers {
  background-color: #323232;
  padding: 50px 0;
}

#sign-up {
  background: #323232 bottom center no-repeat;
  background-size: cover;
  color: #fff;
  height: 500px;
}
#sign-up h2 {
  color: #fff;
  font-size: 1.6em;
  margin-top: 65px;
  margin-bottom: 30px;
}

#newsletter .form-control {
  border: none;
}
#newsletter .btn {
  border-radius: 0 !important;
  background-color: #aa8264;
  border-color: #aa8264;
  color: #fff;
  font-family: Raleway, Arial;
}

#hotel {
  background: #323232 bottom center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
#hotel h2 {
  color: #aa8264;
  font-size: 3em;
}