
h2 {
  font-size: 2.5em;
  color: #de4038;
  text-transform: none; }

.convention-section a {
  color: #de4038; }

.convention-btn {
  border-color: #de4038;
  color: #fff !important; }
  .convention-btn:hover {
    background-color: #de4038; }

.quote {
  background: #f2f2f2;
  padding: 20px 20px 50px 20px;
  color: #999;
  text-align: center;
  margin-bottom: 55px;
  position: relative; }
  .quote cite {
    text-emphasis: none !important;
    font-weight: bold;
    color: #de4038; }
  .quote .quote-author {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
    border-width: 3px;
    border-style: solid;
    overflow: hidden;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border-color: #de4038; }

.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: .3s;
  -o-transition: .3s;
  transition: .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-image: url(https://www.vanishingincmagic.com/magic-conventions/the-session/pics/session-artists.jpg);
  background-color: #323232;
  padding-top: 20px; }
  #main-slide .navbar-brand img {
    max-width: 235px !important;
    max-height: 60px !important; }

#convention-nav li {
  margin-top: -20px; }

#join-us h2 {
  color: #4a4a4a; }

#most-loved {
  background: #323232 url(https://www.vanishingincmagic.com/magic-conventions/the-session/pics/most-loved.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  height: 600px;
  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: 100px; }

#the-largest {
  background-image: url(https://www.vanishingincmagic.com/magic-conventions/the-session/pics/cards-bg.jpg);
  background-size: cover;
  color: #fff;
  font-family: Raleway;
  text-align: center;
  min-height: 850px; }
  #the-largest h2 {
    font-size: 5em;
    margin-top: 650px; }

#performers {
  background: #323232 url(https://www.vanishingincmagic.com/magic-conventions/the-session/pics/session-artists-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #performers h2 {
    color: #fff; }

#sign-up {
  background: #323232 url(https://www.vanishingincmagic.com/magic-conventions/the-session/pics/session-mac.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
  height: 500px; }
  #sign-up h2 {
    color: #fff;
    font-size: 1.6em;
    margin-top: 100px;
    margin-bottom: 30px; }

#newsletter .form-control {
  border: none; }

#newsletter .btn {
  border-radius: 0 !important;
  background-color: #de4038;
  border-color: #de4038;
  color: #fff; }

#hotel {
    background: #323232 url(https://vinc.gumlet.io/pics/conventions/the-session/marriott-heathrow.jpg) bottom center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
  #hotel h2 {
    color: #de4038;
    font-size: 2em;
    font-weight: bold; }
