/*
 * GLOBAL
 */
body {
  background: #000;
  color: #F4F4F4;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.light {
  color: #111;
  background: #F4F4F4;
}

.light .divider {
  background: rgba(0, 0, 0, .1);
}

.grey {
  background: rgba(255, 255, 255, .075);
}

.dark {
  background: #000;
}

.clear {
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  padding-top: 40px;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 1), 2px 2px 5px rgba(0, 0, 0, 1);
}

h2, h3 {
  font-size: 36px;
  font-weight: 300;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.divider {
  width: 96px;
  height: 4px;
  background: rgba(255, 255, 255, .25);
  display: block;
  margin: 36px 0;
}


/*
 * HEADER
 */
#header-img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 8px solid rgba(253, 165, 100, .15);
  position: relative;
}

#header-img h1 {
  margin-left: 48px;
}

#header-img img {
  width: 100%;
  position: relative;
  margin-top: -64px;
  z-index: -1;
}

#subpage-header {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
}


#event-info {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
  position: relative;
}

#event-info img {
  max-width: 100%;
  border-radius: 4px;
}

#event-info > h2 {
  font-size: 2rem;
  font-weight: 500;
  box-sizing: border-box;
  padding: 24px 32px;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .15);
  margin: 64px 24px 0;
}

#event-info h2 + a {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 40px;
  padding: 8px 14px;
  border-radius: 100px;
  border: 2px solid orange;
}

#event-info > p {
  text-align: center;
  padding: 48px 0 72px;
  clear: both;
  color: rgba(255, 255, 255, .5);
}

#event-info > p a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.event-info-section {
  width: 32%;
  float: left;
  margin: 24px .66% 24px .66%;
  background: rgba(255, 255, 255, .1);
  border-radius: 4px;
  min-height: 320px;
}

.event-info-section p {
  margin: 0 12px;
  padding: 12px;
  line-height: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.event-info-section p span {
  color: rgba(255, 255, 255, .5);
  font-size: .9rem;
}

.event-info-section b {
  font-weight: bold;
}

.event-info-section i {
  font-style: italic;
  margin: 12px 0 0 20px;
  display: block;
}

.event-info-section h3 {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 0;
  text-align: center;
  margin: 0 12px;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.event-info-section ul {
  margin-top: 12px;
}

.event-info-section ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin: 0 12px;
  padding: 12px;
  list-style: inside disc;
  font-size: 1rem;
}


/*
 * UPCOMING EVENTS
 */
#upcoming-events {
  margin-top: 72px;
}

.upcoming-events__section {
  background: rgba(255, 255, 255, .025);
  width: 50%;
  max-width: 50%;
  padding: 56px 0;
  margin: 0;
  display: block;
  overflow: hidden;
  float: left;
  text-align: center
}

.upcoming-events__section.sacramento {
  background: rgba(255, 255, 255, .05);
}

.upcoming-events__section h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 32px;
}

.upcoming-events__section p {
  font-size: 26px;
  font-weight: 300;
}

.upcoming-events__section span {
  display: inline-block;
  padding: 10px 14px;
  margin: 18px 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  opacity: .85;
  transition: all .25s linear;
}

.upcoming-events__section span:hover {
  opacity: 1;
}

.upcoming-events__section img {
  height: 320px;
  border: 28px solid rgba(255, 255, 255, .075);
  transition: all .25s linear;
  margin-bottom: 32px;
}

.upcoming-events__section img:hover {
  transform: scale(1.075);
}

.upcoming-events__section a:last-child {
  transition: all .2s linear;
  border-bottom: 1px solid transparent;
}

.upcoming-events__section a:last-child:hover {
  border-bottom: 1px solid #FFF;
}


/*
 * ABOUT
 */
#about {
  padding: 72px 0;
}

#about p {
  font-size: 22px;
  line-height: 1.618em;
  font-weight: 300;
}


/*
 * PARTNERS
 */
#partners {
  width: 100%;
  display: block;
  padding: 72px 0;
}

#partners h3 {
  display: block;
  text-align: center;
}

#partners h3 + .divider,
#partners p + .divider {
  margin: 36px auto;
}

#partners p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

#partners ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#partners ul li {
  float: left;
  margin: 6px 8px;
}


/*
 * VENDORS AND SPONSORS
 */
#sponsor {
  padding: 72px 0;
  text-align: center;
}

#sponsor h3 {
  font-size: 28px;
}

#sponsor h3 span {
  font-weight: 600;
  display: inline;
  color: orange;
  border-bottom: 2px solid orange;
}

#sponsor > p {
  margin: 24px 0 48px 0;
  font-weight: 300;
  font-size: 18px;
  opacity: .8;
}

#sponsor .download-set {
  display: block;
  margin: 20px 0 0 0;
}

#sponsor .download-set a {
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .2);
  margin: 0 2px;
  transition: all .2s linear;
}

#sponsor .download-set a:hover {
  border: 1px solid orange;
}

#sponsor .download-set p {
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 4px;
  font-size: 20px;
  border-bottom: 2px solid #FFF;
}


/*
 * CONTACT
 */
#contact {
  padding: 72px 0;
}

#contact h2,
#contact p {
  text-align: center;
}

#contact h2 + .divider {
  margin: 32px auto;
}

#contact p {
  font-size: 1.3rem;
  max-width: 560px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0 auto;
}

#contact form {
  max-width: 480px;
  margin: 56px auto 0 auto;
}

#contact form input,
#contact form button,
#contact form textarea {
  display: block;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
  border: 1px solid #EEE;
  outline: none;
  resize: none;
  /* border: 1px solid rgba(0, 0, 0, .2); */
  margin: 12px 0;
}

#contact form textarea {
  height: 148px;
}

#contact form button {
  background: #FFF;
}


/*
 * GALLERY
 */
#gallery {
  text-align: center;
  border-top: 10px solid #EEE;
}

#gallery img {
  float: left;
  width: 33.33%;
  position: relative;
  box-shadow: inset 0 0 4px 4px red;
}


/*
 * COPYRIGHT
 */
#copyright {
  padding: 36px 0;
  text-align: center;
  position: relative;
  top: -4px;
  z-index: 2;
  background: rgba(255, 255, 255, .15);
  border-top: 10px solid #333;
  border-bottom: 12px solid #222;
  color: #DDD;
}

#copyright a {
  color: #FFF;
  border-bottom: 1px solid orange;
}


/*
 * Mobile
 */
@media (max-width: 756px) {
  #header-img {
    text-align: center;
  }

  #header-img img {
    margin-top: 36px;
    position: relative;
  }

  .container {
    padding: 24px;
  }

  .upcoming-events__section {
    width: 100%;
    max-width: 100%;
  }
  .upcoming-events__section img {
    height: 100%;
    max-height: 172px;
  }

  #about {
    padding: 24px;
  }

  #about h2 {
    font-size: 1.8rem;
  }

  #partners ul li {
    width: 100%;
  }

  #sponsor .download-set p {
    display: block;
    border-bottom: 0px solid transparent;
    margin-bottom: 24px;
  }

  #sponsor .download-set a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  #sponsor .download-set:last-child {
    margin-top: 36px;
    display: block;
  }

  #contact {
    padding: 48px 24px;
  }

  .event-info-section {
    float: none;
    width: 92%;
    margin: 4%;
    box-sizing: border-box;
  }

  #event-info h2 {
    border-radius: 8px;
    font-size: 1.3rem;
    text-align: center;
  }

  #event-info img {
    max-width: 92%;
    margin: 0 4%;
  }

  #event-info h2 + a {
    display: block;
    border-radius: 8px;
    margin: 8px 16px;
    position: static;
    text-transform: uppercase;
    text-align: center;
  }

  #subpage-header h1 {
    text-align: center;
  }

  #event-info > h2 {
    margin-top: 32px;
  }

  #event-info > p {
    margin: 0 32px;
    line-height: 1.5rem;
  }
}