@font-face{font-family:'gotham_bookregular';src:url("fonts/gotham_book_regular-webfont.eot");src:url("fonts/gotham_book_regular-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/gotham_book_regular-webfont.woff2") format("woff2"),url("fonts/gotham_book_regular-webfont.woff") format("woff"),url("fonts/gotham_book_regular-webfont.svg#gotham_bookregular") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'bebas_neuebold';src:url("fonts/bebasneue_bold-webfont.eot");src:url("fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/bebasneue_bold-webfont.woff2") format("woff2"),url("fonts/bebasneue_bold-webfont.woff") format("woff"),url("fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'gotham_medium';src:url("fonts/Gotham-Medium.eot");src:url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),url("fonts/Gotham-Medium.woff2") format("woff2"),url("fonts/Gotham-Medium.woff") format("woff"),url("fonts/Gotham-Medium.svg#gotham-medium") format("svg");font-weight:normal;font-style:normal}


body, html{
  background-color: white;
  min-height: 100vh;
  overflow: auto;
  margin:0;
  padding:0;
}

body {
  background: url(../img/bkg.jpg) bottom center no-repeat;
  background-size: contain;
}

#content-spacer{
  margin-top: 8%;
}

h2{
   font-family: 'gotham_bookregular', Helvetica, Roboto, Arial, sans-serif;
   text-transform: uppercase;
}

h3#coming-soon{
   font-family: 'gotham_medium', Helvetica, Roboto, Arial, sans-serif;
   text-transform: none;
}

.topbar-responsive {
  background: #1a1a1a;
  padding: 1rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}

.topbar-responsive-logo img{
	max-width: 200px;
}
.topbar-responsive-logo svg{
	max-width: 100%;
}
.topbar-responsive-logo svg:hover{
    background-image: linear-gradient(to right top, #cd0000, #c10305, #b50509, #aa080d, #9e0b0f);
}

.topbar-responsive .menu {
  background: #1a1a1a;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  text-transform: uppercase;
  color: #fefefe;
  transition: color 0.15s ease-in;
  font-size: 80%;
  line-height: 2em;
}

.topbar-responsive .menu a.current, .topbar-responsive .menu a:hover {
  color: #c3c3c3;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
  body{
	  background-size: cover;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #9e0b0f;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #9e0b0f;
  border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
  .topbar-responsive-logo svg{
      width:70%;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}


.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }
.card:hover{
  border: 1px solid #cd0000;
}
.card-divider {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.card h3{
  text-align: center;
}
  .card h5, .card p{
    text-align: inherit;
  }

  hr{
    height: 2px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: 50%;
    border-width: 0px;
    border-color: transparent;
    background: #cd0000;
    background: -moz-linear-gradient(left, #cd0000 0%, #9e0b0f 100%, #9e0b0f 100%);
    background: -webkit-linear-gradient(left, #cd0000 0%,#9e0b0f 100%,#9e0b0f 100%);
    background: linear-gradient(to right, #cd0000 0%,#9e0b0f 100%,#9e0b0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#9e0b0f',GradientType=1 );
  }

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/** Menu Link Lines on Hover **/

.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.current > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #cd0000;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.current > a {
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines a.current::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines a.current::after {
  width: 100%;
}

