/* Text Elements */

h1 {
  color: #fff;
  font-size: 3.4375rem;
  font-family: 'Nixie One', cursive;
}

h1.intro-heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3rem;
  font-family: 'Khand', cursive;
  line-height: 1;
}

h2.section-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .017499999999999998rem;
  font-weight: 400;
  font-size: 3rem;
  font-family: 'Khand', cursive;
  line-height: 1.1;
}

h3.text-heading {
  margin-top: 1.5384615384615385rem;
  margin-bottom: .5769230769230769rem;
  color: #3f3f3f;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  font-family: 'Khand', cursive;
}

h6 {
  color: #fff;
  font-family: 'Ropa Sans', sans-serif;
}

h6.sub-intro {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
}

h6 span.highlight {
  font-style: italic;
}

h6.sub-intro.top-intro {
  margin-top: 3.6363636363636362rem;
  margin-bottom: 0;
  min-height: 200px;
  background-image: url('../images-gallery/large/Crane%20House%20Estates%20Logo.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Nixie One', cursive;

  background-blend-mode: normal;
}

p.paragraph {
  margin-top: .125rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

p.paragraph.summery-p {
  display: block;
  margin: 1.1764705882352942rem auto .9411764705882353rem;
  width: 90%;
  color: #747474;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Khand', cursive;
}

p.paragraph.rules-p {
  margin: 1.1764705882352942rem auto 1.7333333333333334rem;
  width: auto;
  color: #747474;
  text-align: left;
  font-size: .9375rem;
}

p.paragraph.rules-text {
  padding-left: .625rem;
  font-size: 1rem;
  line-height: 1.4;

  -webkit-box-flex: 0%;
  -webkit-flex: 0%;
     -moz-box-flex: 0%;
      -ms-flex: 0%;
          flex: 0%;
}

p.paragraph span.sub-text {
  font-size: .8125rem;
}

p.paragraph.copyright {
  color: #ececec;
  font-size: .875rem;
}

a.link-text.nav-item {
  margin-right: 0;
  margin-left: 0;
  padding: .5454545454545454rem .6363636363636364rem .8181818181818182rem;
  background-color: #fff;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Ropa Sans', sans-serif;
}

a.link-text {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.footer-link {
  padding-right: .5rem;
  padding-left: .5rem;
  border-right: .05rem solid #fff;
  text-transform: uppercase;
  font-weight: 700;
}

a.link-text.footer-link.last-link {
  border-right-width: 0;
  border-right-style: none;
}

a.link-text.nav-item.smooth-scroll {
  display: block;
  padding-top: .6666666666666666rem;
  padding-bottom: .6111111111111112rem;
  color: #4e4e4e;
  font-size: 2rem;
  font-family: 'Khand', cursive;
}

a.link-text.mobile-menu-toggle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1rem;
}

a.link-text.nav-item.smooth-scroll:hover {
  background-color: #747474;
  color: #fff;
}

/* Interaction Elements */

a.link-button {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

a.link-button.get-btn {
  padding: .5333333333333333rem .4rem .5rem;
  border: .0625rem solid rgba(255, 255, 255, .25);
  font-weight: 400;
  font-family: 'Khand', cursive;
  -webkit-transition-delay: .03s;
     -moz-transition-delay: .03s;
       -o-transition-delay: .03s;
          transition-delay: .03s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.get-btn:hover {
  border-width: .125rem;
  border-color: rgba(255, 255, 255, .7);
}

/* Layout Elements */

.container.header-row {
  display: block;
  min-height: 600px;
  background-color: #4e4e4e;
  background-image: url('../images-gallery/large/59047311_l.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  background-blend-mode: normal;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

.container.nav-col {
  position: relative;
  margin-top: 0;
  min-height: 0;
  background-color: transparent;
}

.container.section-row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.container.footor-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #43a373;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.connect-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.top-bar {
  position: fixed;
  z-index: 60;
  display: block;
  min-height: 4.625rem;
  border-bottom: .0625rem solid #000;
  background-color: #003466;
}

.container.menu-wrapper {
  position: absolute;
  right: .3125rem;
  left: .3125rem;
  z-index: 10;
  display: none;
  margin-top: .75rem;
}

.container.header-row.tickets {
  background-color: #689d4e;
}

.container.rules-box {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  margin-top: .625rem;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.rules-col {
  padding-top: 1.25rem;
}

.container.copyright.footor-col {
  padding-bottom: 1.25rem;
}

.container.section {
  text-align: center;
}

.container.hero-col {
  margin-top: 2.5rem;
  padding-bottom: .625rem;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header-grid {
  max-width: none;
}

.container.column-type.footor-col {
  background-color: #003466;
}

.container.header-row.row-type.tickets {
  background-color: #003466;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.rule.rule-1 hr {
  border-top-width: .0625rem;
}

.rule.rule-1 {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.rule.middle.rule-1 {
  border-bottom: .0625rem solid #252525;

  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
     -moz-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

.rule.middle.rule-1 hr {
  border-top-color: #0a0a0a;
}

a.responsive-picture.event-impression {
  max-width: none;
}

a.glyph.mobile-menu-toggle {
  padding-top: .375rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

span.glyph.rules-icon {
  font-size: 1.875rem;
  line-height: 1.4;
}

a.glyph.home-icon {
  float: right;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin-left: 0;
  padding: 1.25rem;
  background-color: rgba(37, 37, 37, .7);

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

a.responsive-picture.picture-link-1 {
  min-width: 0;
  min-height: 0;
  max-width: none;
  width: 100%;
}

div.responsive-picture.picture-1 {
  max-width: none;
  width: auto;
}

ul.list-container.menu:hover {
  background-color: rgba(37, 37, 37, .9);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.intro-heading {
    padding-top: 40px;
    font-size: 2.5rem;
  }

  h2.section-heading {
    margin-top: 2.0833333333333335rem;
    font-size: 2rem;
  }

  h6.sub-intro {
    margin-bottom: 5.454545454545454rem;
  }

  h6.sub-intro.top-intro {
    position: static;
    float: none;
    margin-top: 5.454545454545454rem;
    min-height: 400px;
    background-image: url('../images-gallery/large/Crane%20House%20Estates%20Logo.png');
    background-attachment: local;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.75rem;

    background-blend-mode: normal;
  }

  p.paragraph.rules-p {
    font-size: 18px;
    font-family: 'Khand', cursive;

    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  a.link-text.nav-item {
    padding-right: .5rem;
    padding-bottom: .6666666666666666rem;
    padding-left: .5rem;
    font-size: 1.125rem;
  }

  a.link-text.nav-item.smooth-scroll {
    padding-top: 1.3333333333333333rem;
    padding-bottom: 1.2rem;
    color: #4e4e4e;
    font-size: 1.5rem;
  }

  a.link-text.mobile-menu-toggle {
    display: none;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 1.125rem;
  }

  /* Layout Elements */

  body.body-1 {
    position: static;
  }

  .container.menu-wrapper {
    position: relative;
    right: auto;
    left: auto;
    display: block;
  }

  .container.rules-box {
    width: auto;

    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.rules-col {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.hero-col {
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.header-row {
    position: relative;
    min-height: 37.5rem;
  }

  .container.nav-col {
    position: relative;
    bottom: 0;
    margin-top: -2px;
    padding-top: 0;
  }

  .container.column-type.footor-col {
    background-color: #003466;
  }

  .container.column-type.top-bar {
    background-color: #003466;
  }

  a.glyph.mobile-menu-toggle {
    display: none;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    padding: .9375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding: .5rem;
    background-color: transparent;
  }

  a.responsive-picture.event-impression {
    display: block;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-1 {
    float: none;
    min-width: 0;
    width: auto;
  }

  div.responsive-picture.picture-1 {
    display: inline-block;
    float: none;
    max-width: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  a.link-text.nav-item {
    font-size: 1.375rem;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 1.1875rem;
  }

  /* Layout Elements */

  .container.header-row {
    margin-bottom: 3.75rem;
    max-width: none;
  }

  .container.footer-row {
    margin-top: 11.25rem;
    max-width: none;
    background-color: #689d4e;
  }

  .container.section-row {
    margin-top: 5.625rem;
    margin-bottom: 2.8125rem;
    max-width: 75rem;
  }

  .container.connect-container {
    margin-right: auto;
    margin-left: 0;
    max-width: 43.75rem;
  }

  .container.subgrid-row-1 {
    max-width: 75rem;
  }

  .container.header-grid {
    margin-right: auto;
    margin-left: auto;
  }

  .container.hero-col {
    background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
  }

  .container.impression-row {
    max-width: none;
  }

  ul.list-container.menu {
    margin-right: auto;
    margin-left: auto;
    max-width: 60.25rem;
  }

  a.responsive-picture.event-impression > picture > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  a.responsive-picture.event-impression {
    position: static;
    display: block;
    float: none;
    overflow: auto;
    margin-right: auto;
  }

  a.responsive-picture.picture-link-1 {
    display: block;
    max-width: 1200px;
    width: 100%;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
    width: auto;
  }
}

@media screen and (min-width: 106.25rem) {
  /* Layout Elements */

  .container.header-row {
    background-image: url('../images-gallery/large/59047311_l.jpg');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}