@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@font-face {
  font-family: 'league-gothic';
  src: url("/css/fonts/league-gothic-webfont.eot");
  src: url("/css/fonts/league-gothic-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/league-gothic-webfont.woff") format("woff"), url("/css/fonts/league-gothic-webfont.ttf") format("truetype"), url("/css/fonts/league-gothic-webfont.svg#league-gothic") format("svg"); }
body {
  margin: 0; }
  @media (max-width: 1000px) {
    body {
      background-size: cover; } }

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

#mobile-nav {
  display: none; }

.button {
  position: relative;
  display: inline-block;
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: .7em 2em;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 300;
  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  text-align: center; }
  .button:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    color: #000 !important; }
  @media (max-width: 675px) {
    .button {
      display: block;
      font-size: 2.4em;
      margin: 0 auto;
      width: auto;
      padding: .2em auto;
      text-align: center; }
      .button:last-child {
        margin-bottom: 0; } }

header {
  display: block;
  position: relative;
  background: url("/images/ferris.jpg") no-repeat center top fixed #fff;
  background-size: cover;
  padding: 0 0 66px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 675px) {
    header {
      padding-bottom: 30px; } }
  header nav {
    display: block;
    position: relative;
    margin: 0 0 30px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4); }
    header nav p {
      font-family: "league-gothic";
      font-size: 1.8em;
      color: #fff;
      font-weight: 200;
      letter-spacing: .05em;
      line-height: 1;
      display: inline;
      margin: 0 auto;
      padding: 0 10px 0 0;
      text-shadow: 1px 1px #000; }
      @media (max-width: 675px) {
        header nav p {
          font-size: 1.5em; } }
      header nav p:last-child {
        padding-right: 0; }
      header nav p a {
        text-decoration: none; }
        header nav p a:hover {
          text-decoration: none;
          opacity: .6; }
  header h1 {
    font-family: "league-gothic";
    font-size: 10em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    text-shadow: 1px 1px #000; }
    @media (max-width: 1000px) {
      header h1 {
        font-size: 15vw; } }
    header h1 a {
      color: #fff;
      text-decoration: none; }
  header h2 {
    font-family: "league-gothic";
    font-size: 4em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: -20px auto 0;
    padding: 0;
    display: block;
    position: relative;
    text-shadow: 1px 1px #000; }
    @media (max-width: 1000px) {
      header h2 {
        font-size: 6vw; } }
    @media (max-width: 850px) {
      header h2 {
        margin-top: -10px; } }
    header h2 a {
      color: #fff;
      text-decoration: none; }
  header h3 {
    font-family: "league-gothic";
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-shadow: 1px 1px #000; }
    @media (max-width: 675px) {
      header h3 {
        font-size: 1.4em;
        margin: .2em auto 1.5em; } }
  header p {
    font-family: "league-gothic";
    font-size: 1.1em;
    font-weight: 300;
    margin: 1.5em 0 0;
    padding: 0; }
  header a, header em {
    color: #fff; }
  header strong {
    color: #fff;
    font-weight: 400; }
  header .button {
    font-family: "league-gothic";
    font-size: 2.4em;
    font-weight: 400;
    margin: 1.5em .5em 1em 0;
    padding: .2em 2em;
    text-shadow: #000 1px 1px; }
    @media (max-width: 675px) {
      header .button {
        font-size: 2.2em;
        margin: .8em auto 0;
        width: auto; } }
    header .button:last-child {
      margin-right: 0; }
    header .button:hover {
      text-shadow: #fff 0 0; }
  header #social {
    display: block;
    position: relative;
    margin: 20px auto;
    padding: 0;
    text-align: center; }
    @media (max-width: 1000px) {
      header #social {
        font-size: .8em; } }
    @media (max-width: 675px) {
      header #social {
        font-size: .6em;
        margin-top: 12px; } }
    header #social a {
      font-size: 2em;
      color: #fff;
      text-decoration: none;
      opacity: .8;
      text-shadow: #000 1px 1px;
      display: inline;
      position: relative;
      margin: 0 .2em;
      padding: 0; }
      header #social a:hover {
        opacity: 1; }
      header #social a:last-child {
        margin-right: 0; }
  header #events {
    margin: 0;
    padding: 30px auto 66px;
    text-align: center; }
    @media (max-width: 1000px) {
      header #events {
        padding: 0 20px; } }
    header #events article {
      display: block;
      position: relative;
      width: auto;
      background: rgba(0, 0, 0, 0.8);
      padding: 1.5em 2em;
      margin: 2em 0 0;
      border-radius: 20px;
      text-align: left; }
      header #events article:first-child {
        margin-top: 0; }
      header #events article.left {
        display: inline-block;
        text-align: left; }
      header #events article.right {
        display: inline-block;
        text-align: right;
        float: right; }
        header #events article.right a {
          margin-right: .5em;
          color: #fff; }
          header #events article.right a:hover {
            opacity: .6; }
          header #events article.right a:last-child {
            margin-right: 0; }
      header #events article p {
        font-family: "Roboto";
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.8em;
        margin: 0;
        color: #fff; }
        @media (max-width: 675px) {
          header #events article p {
            margin: 0 0 1em; } }
      header #events article h3 {
        font-family: "Roboto";
        font-size: 1.8em;
        font-weight: 300;
        color: #fff;
        margin: 0;
        text-align: left; }
      @media (max-width: 675px) {
        header #events article h2 {
          font-size: 9em;
          line-height: 1;
          margin-bottom: 0; } }
    @media (max-width: 675px) {
      header #events .button {
        font-size: 2.2em;
        margin: 0 auto .3em;
        width: auto; }
        header #events .button:last-child {
          margin-bottom: 0; } }

#about {
  margin: 0;
  padding: 60px 40px;
  background: #000;
  text-align: center; }
  @media (max-width: 1000px) {
    #about {
      padding: 30px 20px; } }
  #about h2 {
    font-family: "league-gothic";
    font-size: 4em;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0 0 .2em; }
    @media (max-width: 700px) {
      #about h2 {
        font-size: 8.5vw; } }
  #about p {
    font-family: "Roboto";
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: 300;
    color: #fff;
    text-align: left; }
    @media (max-width: 675px) {
      #about p {
        width: auto;
        font-size: 1.3em;
        line-height: 1.5em;
        margin-bottom: 1em; } }
    #about p:last-child {
      margin-bottom: 0; }
  #about a {
    text-decoration: none;
    font-weight: 400;
    color: #fff; }
  #about strong {
    color: #fff; }
  #about .button {
    font-family: "league-gothic";
    font-size: 2.4em;
    font-weight: 400;
    margin: 1em .5em 0 0;
    padding: .2em 2em; }
    @media (max-width: 675px) {
      #about .button {
        font-size: 2.4em;
        margin: 0 0 .5em;
        width: auto; }
        #about .button:last-child {
          margin-bottom: 0; } }
    #about .button:last-child {
      margin-right: 0; }

#contact {
  margin: 0;
  padding: 60px 40px;
  background: #fff;
  text-align: center; }
  @media (max-width: 1000px) {
    #contact {
      padding: 30px 20px; } }
  #contact h2 {
    font-family: "league-gothic";
    font-size: 4em;
    font-weight: 500;
    color: #000;
    line-height: 1;
    padding: 0;
    margin: 0 0 .2em; }
    @media (max-width: 700px) {
      #contact h2 {
        font-size: 8.5vw; } }
  #contact h3 {
    font-family: "Roboto";
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0 0 .3em; }
    #contact h3:last-child {
      margin-bottom: 0; }
  #contact p {
    font-family: "Roboto";
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: 300;
    color: #000;
    text-align: left; }
    #contact p:last-child {
      margin-bottom: 0; }
  #contact strong {
    color: #000; }
  #contact a {
    text-decoration: none;
    font-weight: 400;
    color: #000; }
  #contact .button {
    font-family: "league-gothic";
    font-size: 2em;
    font-weight: 400;
    padding: .2em 2em;
    margin: .8em .5em 0 0;
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2) !important; }
    @media (max-width: 675px) {
      #contact .button {
        font-size: 2.2em;
        margin: 0;
        padding: .2em auto;
        width: auto; } }
    #contact .button:hover {
      background: #000;
      border-color: #000;
      color: #fff !important; }

footer {
  margin: 0;
  padding: 60px 40px 30px;
  background: #000;
  text-align: center; }
  @media (max-width: 1000px) {
    footer {
      padding: 30px 20px; } }
  footer h3 {
    font-family: "league-gothic";
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 200;
    color: #fff;
    margin: 0 0 .3em;
    padding: 0; }
    footer h3 a {
      text-decoration: none;
      font-weight: 300; }
      @media (max-width: 675px) {
        footer h3 a {
          display: block; } }
  footer p {
    font-family: "Roboto";
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    margin: 1em 0 0;
    padding: 0; }
    @media (max-width: 675px) {
      footer p {
        font-size: 1.3em; } }
    footer p a {
      text-decoration: none;
      font-weight: 500; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #990000; }
  footer strong {
    color: #fff; }

/*********************************************************************************/
/* Mobile                                                                        */
/*********************************************************************************/
