document, html, body {
  margin: 0;
  height: 100%;
  background: #111111;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
  -webkit-transform-origin-x: 100%;
  transform-origin-x: 100%; }

.clear {
  clear: both; }

.inline {
  display: inline-block; }

.vmiddle {
  display: inline-block;
  vertical-align: middle; }

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.clipper {
  overflow: hidden; }

.parallax {
  transform-style: preserve-3d;
  z-index: -1;
  transform: translateZ(0) scale(1); }

.absolutefill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.parallaxBase {
  transform: translateZ(-1px) scale(2);
  z-index: -5;
  min-height: 100vh; }

.parallaxContent {
  transform: translateZ(0); }

.bgfull {
  background-size: cover;
  background-position: center; }

.bgfixed {
  background-attachment: fixed; }

.halfopaque {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px black;
  padding: 0 20px;
  color: #FF9933; }

.halfopaque a {
  color: #FF9933 !important; }

.pc60 {
  max-width: 60%;
  margin: auto; }

.h400 {
  height: 400px; }

.offset {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 50%; }

.bottom {
  position: absolute;
  bottom: 0; }

.center {
  margin: auto; }

.nopadding {
  padding: 0 !important; }

section.panel {
  width: 100%; }

.section {
  text-align: center;
  padding: 20px 25%;
  padding: 20px calc(25% - 100px);
  font-size: 24px;
  font-family: Architects Daughter;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  box-sizing: border-box; }

.section h1 {
  font-size: 48px;
  font-family: Lobster; }

.section h2 {
  font-size: 36px;
  font-family: Indie Flower; }

.left {
  text-align: left; }

.text br {
  content: ' ';
  display: block;
  margin-bottom: 12px; }

.black {
  background: url(img/darkvelvet.png);
  color: #FF9933;
  z-index: 1; }

.black a {
  color: #FF9933;
  text-decoration: underline; }

.color1 {
  background: #FF9933;
  color: #111111;
  z-index: 2; }

.color1 a {
  color: #111111;
  text-decoration: underline; }

@media (min-width: 768px) {
  .openingspace {
    display: block;
    content: ' ';
    height: 25vh; } }

/*# sourceMappingURL=style.css.map */
