@font-face {
  font-family: Bungee;
  src: url("../font/Bungee-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#content {
  position: absolute;
  top: 45pt;
  background: white;
  min-height: calc(100% - 65pt);
  padding-top: 15pt;
  box-shadow: 0 0 5px #cac9c9;
  padding: 10pt;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 750pt) {
  #content {
    width: calc(100% - 20pt);
  }
}
@media (min-width: 750pt) {
  #content {
    position: relative;
    left: calc(50% - 335pt);
    width: 650pt;
  }
}

.bg-img {
  filter: brightness(70%);
}

#splash {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 2pt black;
}

#title {
  color: white;
}
#title #logo {
  height: 200pt;
}
#title h1 {
  font-size: 2em;
  font-family: Bungee, sans-serif;
  line-height: 1.2em;
}
#title h2 {
  font-size: 1.55em;
  font-family: Bungee, sans-serif;
  line-height: 1.2em;
}
#title h2 img {
  vertical-align: middle;
  height: 1.15em;
}
#title h3 {
  margin-top: 0.2em;
  font-size: 1.5em;
  padding-bottom: 0.3em;
}

#sponsor-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75pt;
  overflow: hidden;
  overflow-x: auto;
  opacity: 0.9;
}
#sponsor-bar .wrapper {
  position: relative;
  height: 75pt;
  line-height: 75pt;
  display: inline-block;
  clear: both;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 0;
}
@media (orientation: portrait) {
  #sponsor-bar .wrapper {
    width: 100%;
  }
}
@media (orientation: landscape) {
  #sponsor-bar .wrapper:before {
    position: absolute;
    top: 0;
    overflow: hidden;
    content: " ";
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-right-color: transparent;
    border-left-color: transparent;
    left: -30pt;
    border-bottom-width: 85pt;
    border-left-width: 30pt;
  }
  #sponsor-bar .wrapper:after {
    position: absolute;
    top: 0;
    overflow: hidden;
    content: " ";
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-right-color: transparent;
    border-left-color: transparent;
    right: -30pt;
    border-top-width: 85pt;
    border-right-width: 30pt;
  }
}
#sponsor-bar .wrapper > div.logo-wrapper {
  display: inline-block;
  width: 100pt;
  height: 75pt;
  vertical-align: middle;
  margin: 0 10pt;
  transition: 0.5s;
  overflow: hidden;
}
#sponsor-bar .wrapper > div.logo-wrapper a[href=""] {
  cursor: default;
}
#sponsor-bar .wrapper > div.logo-wrapper img {
  max-width: 100pt;
  max-height: 75pt;
  vertical-align: middle;
}
#sponsor-bar .wrapper > div.logo-wrapper.hidden {
  width: 0;
  margin: 0;
}
#sponsor-bar .wrapper > div.logo-wrapper.in {
  width: 100pt;
}
#sponsor-bar .wrapper > div.text {
  height: 31.2pt;
  vertical-align: top;
  margin-top: 21.9pt;
  display: inline-block;
  line-height: 1.3em;
}

#teaser {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 5px #cac9c9;
}
@media (orientation: landscape) {
  #teaser {
    margin-top: 50pt;
  }
}
#teaser #wrapper {
  padding: 10pt;
  background-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 750pt) {
  #teaser #wrapper {
    width: calc(100% - 20pt);
  }
}
@media (min-width: 750pt) {
  #teaser #wrapper {
    position: relative;
    left: calc(50% - 335pt);
    width: 650pt;
  }
}
#teaser #wrapper #definition {
  text-align: center;
  margin-bottom: 9pt;
}
#teaser #wrapper #definition h1 {
  font-family: serif;
  font-style: italic;
  font-size: 1.6em;
  margin-bottom: 2pt;
}
#teaser #wrapper #definition h1 small {
  margin-left: 5pt;
  font-family: Bungee, sans-serif;
  line-height: 1.2em;
  font-size: 60%;
  font-weight: 300;
  font-style: normal;
  vertical-align: bottom;
}
#teaser #wrapper #definition h5 {
  font-style: italic;
}

/*# sourceMappingURL=home.css.map */
