#players, #cta {
  background-color: #c1272d;
  color: #eee0d3;
  text-align: center;
}

#music, #events {
  color: #eee0d3;
  background-color: #363241;
  font-size: 1.875rem;
  line-height: 2.67833rem;
  text-align: center;
}
@media (min-width: 900px) {
  #music, #events {
    padding: 5rem;
  }
}
@media (max-width: 899px) {
  #music, #events {
    padding: 1rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background-color: #eee0d3;
  color: #363241;
  font-family: "Montaga", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 5rem;
}
body.modal-open {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  z-index: 100;
}
@media (min-width: 900px) {
  .container {
    width: 940px;
  }
}
@media (max-width: 899px) {
  .container {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-size: 2.25rem;
}

p {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}
img.hero, img.logo, img.city, img.hall-floor, img.cta-strip {
  width: 100%;
}

header {
  display: block;
}
header nav ul {
  float: right;
  padding-top: 1.5rem;
  margin-top: 0;
  list-style: none;
}
header nav ul > li {
  float: left;
  position: relative;
  display: block;
}
header nav ul > li a {
  color: #363241;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.75rem;
  padding: 1.5rem;
  text-decoration: none;
  display: block;
  position: relative;
}
header nav ul > li a:hover {
  color: #c1272d;
  transition: .5s;
}
@media (max-width: 899px) {
  header nav {
    position: static;
    text-align: center;
  }
  header nav img {
    width: 100%;
  }
  header nav ul {
    float: none;
    padding-left: 0px;
  }
  header nav ul > li {
    float: none;
  }
}

#banner {
  background: linear-gradient(to bottom, #a9272d 0%, #7f4177 22%, #505abc 100%);
  color: #eee0d3;
  font-size: 1.875rem;
  line-height: 2.67833rem;
  text-align: center;
}
#banner img {
  margin-top: -1.5rem;
}
#banner .about-container {
  background: url("/images/rays.png") center top no-repeat;
  background-size: cover;
  padding-top: 5rem;
}

#about {
  width: 66%;
  margin: 0 auto;
}
#about.join a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
#about.join a:hover {
  text-decoration: underline;
}
#about.join a::after {
  content: "";
  margin-top: 0.25rem;
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  background: url(/images/link.png) no-repeat right center;
  background-size: 2rem 2rem;
  position: absolute;
  display: inline-block;
}

@media (min-width: 900px) {
  #music {
    padding-left: 21rem;
    padding-right: 21rem;
  }
}
#music iframe {
  margin-top: 2em;
}

#players {
  background-image: url("/images/hall-rays.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20rem 5rem 5rem;
}
@media (min-width: 600px) {
  #players .gallery {
    column-count: 4;
  }
}
@media (max-width: 599px) {
  #players .gallery {
    column-count: 2;
  }
}
#players .person {
  background: url("/images/pic-frame.png") center center no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
#players .person a {
  display: block;
}
@media (min-width: 900px) {
  #players .person {
    padding: 3rem;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  #players .person {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  #players .person {
    padding: 1.5rem;
  }
}
@media (max-width: 599px) {
  #players .person img {
    width: 7.5rem;
  }
}
#players .bio {
  text-align: left;
  margin-top: 1rem;
  display: none;
}
#players .bio.active {
  display: block;
}
#players .bio .inner p:first-child {
  margin: 0;
}
@media (min-width: 600px) {
  #players .bio .inner {
    column-count: 2;
  }
}
@media (max-width: 599px) {
  #players .bio .inner {
    column-count: 1;
  }
}
#players .bio h4 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.0rem;
}
#players .bio p {
  margin: 1rem 0;
}

@media (min-width: 600px) {
  #events {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
#events a {
  color: #eee0d3;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  text-decoration: none;
}
#events a:hover {
  color: #c1272d;
  transition: .5s;
}
#events .ticket {
  text-align: left;
  background: #eee0d3;
  color: #363241;
  min-height: 10rem;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  #events .ticket {
    padding: 1rem 5rem;
    position: relative;
    align-items: center;
  }
  #events .ticket:before, #events .ticket:after {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background: #363241;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    content: "";
  }
  #events .ticket:before {
    left: -2.5rem;
  }
  #events .ticket:after {
    right: -2.5rem;
  }
}
@media (max-width: 899px) {
  #events .ticket {
    padding: 1rem 2rem;
  }
}
#events .ticket .details {
  width: 85%;
}
#events .ticket .details .date {
  margin-top: 3rem;
}
#events .ticket .details .date .day {
  color: #c1272d;
  font-size: 6rem;
}
#events .ticket .details .date .month {
  color: #363241;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Montserrat',sans-serif;
}
#events .ticket .details h2 {
  margin: 0;
  padding: 0;
}
#events .ticket .details .venue {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
#events .ticket .more-info a {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  padding-top: 2.2rem;
  text-align: center;
  font-family: 'Montserrat',sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1;
  background: #708e72;
  color: #eee0d3;
  border-radius: 50%;
  border: 3px solid #eee0d3;
  cursor: pointer;
}
#events .ticket .more-info a:hover {
  background: #c1272d;
  transition: .5s;
}

#kindwords {
  font-size: 1.5rem;
  line-height: 2.14333rem;
  text-align: center;
}
@media (max-width: 599px) {
  #kindwords {
    margin: 5rem 0;
  }
}
@media (min-width: 600px) {
  #kindwords {
    background: #c1272d url("/images/kind-words.png") top center no-repeat;
    background-size: auto;
    background-size: cover;
    height: 55.5rem;
  }
}
@media (min-width: 600px) {
  #kindwords .inner {
    width: 25%;
    margin-left: 75%;
    padding-top: 10rem;
  }
}
#kindwords .inner h2 {
  color: #c1272d;
}
#kindwords .inner h2, #kindwords .inner p {
  padding: 0 1rem 1rem;
}

#cta {
  padding: 5rem;
  font-size: 1.875rem;
  line-height: 2.67833rem;
}
@media (max-width: 599px) {
  #cta {
    column-count: 1;
  }
}
@media (min-width: 600px) {
  #cta {
    column-count: 2;
  }
}
#cta img {
  width: 100%;
}

#contact {
  color: #eee0d3;
  background: #5a72bd;
  background: linear-gradient(to bottom, #5a72bd 0%, #29abe2 100%);
  padding: 2rem 1rem;
}
#contact h2 {
  text-align: center;
}
@media (max-width: 599px) {
  #contact form {
    margin: 0 1rem;
    column-count: 1;
  }
}
@media (min-width: 600px) {
  #contact form {
    margin: 0 8rem;
    column-count: 2;
  }
}
#contact form input, #contact form textarea, #contact form select {
  background: #eee0d3;
  color: #363241;
  border-radius: 0.5rem;
  border: none;
  font-family: "Montaga", serif;
  font-size: 1.875rem;
  margin-bottom: 2rem;
  padding: 1rem 1.6rem;
  width: 100%;
}
#contact form input[type=submit] {
  background-color: #363241;
  color: #eee0d3;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

footer {
  background: #292633;
  color: #8794ae;
  font-size: 1rem;
  padding: 2rem 3rem;
}
footer a {
  color: #eee0d3;
  font-size: 1.6rem;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  float: left;
  padding-left: 0;
  list-style: none;
}
footer li {
  float: left;
  margin-right: 2rem;
}
footer p.attribution {
  clear: both;
}

[data-toggle="modal"] {
  display: block; 
  cursor: pointer;
}

#video-modal {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  background-color: rgba(0,0,0,.85);
}
#video-modal h2 {
  color: #FFF;
  text-align: center;
}
#video-modal .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
#video-modal .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-modal p {
  margin-top: 2rem;
  text-align: center;
}
#video-modal a {
  color: #FFF;
  font-size: 1.6rem;
  cursor: pointer;
}

.comThanks {
 font-size: 2rem;
  text-align: center;
}