@import url("https://fonts.googleapis.com/css?family=Mina&amp;display=swap");
h1 {
  font-family: "Mina", sans-serif !important;
  font-weight: 600;
  font-size: 2.5em !important;
  color: #a88476;
}

h2 {
  font-family: "Mina", sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #a88476;
}

h3 {
  font-family: "Mina", sans-serif;
  font-weight: 600;
  color: #999;
}

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

.convention-section p a:not(.convention-btn) {
  color: #28a745 !important;
  text-decoration: underline;
}

/*** Homepage ***/
#main-slide {
  background: url(https://www.vanishingincmagic.com/magic-conventions/the-event-2020/pics/the-event-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 !important;
  height: 200px !important;
  min-height: auto;
}
@media (min-width: 768px) {
  #main-slide {
    height: 300px !important;
  }
}
#main-slide .main-logo {
  max-height: 170px;
  max-width: 80%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #main-slide .main-logo {
    max-height: 280px;
  }
}
#main-slide .convention-btn {
  border-color: white !important;
  color: white !important;
}

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

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

#hotel {
  background: #323232;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
#hotel h2 {
  color: #d5d6d7;
  font-size: 3em;
}