@font-face {
  font-family: 'p22Bold';
  src: url("fonts/P22UNDB_.eot");
  /* IE9 Compat Modes */
  src: url("fonts/P22UNDB_.woff2") format("woff2"), url("fonts/P22UNDB_.woff") format("woff"), url("fonts/P22UNDB_.ttf") format("truetype"), url("fonts/P22UNDB_.svg") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'p22Normal';
  src: url("fonts/P22UNDER.eot");
  /* IE9 Compat Modes */
  src: url("fonts/P22UNDER.woff2") format("woff2"), url("fonts/P22UNDER.woff") format("woff"), url("fonts/P22UNDER.ttf") format("truetype"), url("fonts/P22UNDER.svg") format("svg");
  /* Legacy iOS */ }
* {
  box-sizing: border-box; }

html {
  background: #000; }

body {
  font-family: 'p22Normal';
  margin: 0;
  padding: 0;
  color: white; }

p {
  margin: 0; }

a {
  text-decoration: none;
  color: white; }
  a:hover {
    text-decoration: none;
    color: white; }

.home {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .home .centered {
    font-family: 'p22Bold';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 750px;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; }
    .home .centered .logo {
      display: block;
      width: 100%;
      max-width: 460px;
      margin: 0 auto;
      text-align: center; }
    .home .centered .intro-text {
      font-size: 18px;
      line-height: 26px;
      margin: 0px 0 20px;
      letter-spacing: .4px; }
    .home .centered .intro-text2 {
      font-size: 13px;
      line-height: 26px;
      margin: 30px 0 20px;
      letter-spacing: .4px; }
      .home .centered .intro-text .extra-lines {
        margin-bottom: 30px; }
    .home .centered .slogan {
      font-size: 18px;
      margin-top: 34px;
      letter-spacing: .4px;
      text-transform: uppercase; }
  .home .footer {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 40px 25px; }
    .home .footer .social-media-mobile,
    .home .footer .buttons-mobile {
      display: none; }
    .home .footer .contact,
    .home .footer .address,
    .home .footer .social-media {
      flex: 0 1 auto; }
    .home .footer .contact {
      line-height: 25px;
      width: 25%; }
    .home .footer .address {
      width: 97%;
	  position: absolute;
      text-align: center; }
      .home .footer .address p,
      .home .footer .address address,
      .home .footer .address a {
        font-style: normal;
        display: inline-block;
        vertical-align: top; }
      .home .footer .address p,
      .home .footer .address address {
        margin-right: 7.77778%; }
      .home .footer .address a {
        padding-bottom: 5px;
        border-bottom: 1px solid white; }
    .home .footer .social-media {
      width: 100%;
      padding-top: 10px;
      text-align: right; }
      .home .footer .social-media a {
        margin-left: 30px; }
  @media screen and (max-width: 1160px) {
    .home .footer {
      padding-right: 30px;
      padding-left: 30px; }
      .home .footer .address {
        width: 55%; }
      .home .footer .social-media {
        width: 20%; } }
  @media screen and (max-width: 990px) {
    .home {
		background-image: none;
	}
	.extra-lines {
		font-size: 16px !important;
	}
	.home .centered {
      padding: 0 25px; padding-top: 100px; }
      .home .centered .logo {
        max-width: 80%; }
      .home .centered .intro-text {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .2px; }
        .home .centered .intro-text .extra-lines {
          margin-bottom: 25px; }
      .home .centered .slogan {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        letter-spacing: .3px;
        text-transform: uppercase; }
    .home .footer {
      position: relative;
      display: block;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0; }
      .home .footer .social-media-mobile {
        position: absolute;
        bottom: 120%;
        left: 49%;
        display: block;
        width: 50px;
        height: 20px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center; }
        .home .footer .social-media-mobile a {
          display: inline-block;
          margin-left: 13px;
          vertical-align: middle; }
      .home .footer .buttons-mobile {
        display: flex;
        width: 100%;
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.7); }
        .home .footer .buttons-mobile .address-button,
        .home .footer .buttons-mobile .contact-button {
          position: relative;
          flex: 1;
          padding: 25px;
          text-align: center; }
        .home .footer .buttons-mobile .address-button:after {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          width: 1px;
          height: 100%;
          content: '';
          background-color: rgba(255, 255, 255, 0.7); }
      .home .footer .social-media,
      .home .footer .contact,
      .home .footer .address {
        display: none; }
      .home .footer .contact,
      .home .footer .address {
        position: absolute;
        bottom: 100%;
        flex: none;
        width: 100%;
        padding: 30px 25px 15px;
        text-align: center;
        color: black;
        background-color: white; }
        .home .footer .contact a,
        .home .footer .address a {
          color: black; }
      .home .footer .address p,
      .home .footer .address address,
      .home .footer .address a {
        font-style: normal;
        display: block;
        margin: 0 0 15px;
        vertical-align: middle; }
      .home .footer .address a {
        max-width: 70px;
        margin: 0 auto 15px;
        border-color: black; }
      .home .footer .contact {
        padding-bottom: 30px; } }
  @media screen and (max-width: 765px) {
    .home {
      position: relative;
      height: 120vh; }
      .home .centered {
        position: static;
        max-width: 100%;
        margin-top: 0;
        transform: translate(0, 0); }
        .home .centered .logo {
          max-width: 75%; }
          .home .centered .logo svg {
            max-height: 220px; }
        .home .centered .intro-text {
          margin: 30px 0; } }
  @media screen and (max-width: 376px) {
    .home .centered .logo {
      width: 100%;
      max-width: 100%; }
      .home .centered .logo svg {
        width: 203px;
        max-height: 130px; }
    .home .centered .intro-text {
      font-size: 11px;
      line-height: 16px;
      margin-top: -10px;
      letter-spacing: .2px; }
      .home .centered .intro-text .extra-lines {
        margin-bottom: 20px; }
    .home .centered .slogan {
      font-size: 12px;
      line-height: 16px;
      margin-top: 13px; } }
  @media screen and (max-height: 640px) and (min-width: 1024px) {
    .home .centered .logo {
      max-width: 350px; }
    .home .centered .intro-text {
      font-size: 12px;
      line-height: 22px; }
    .home .footer {
      padding-bottom: 10px; } }
  @media screen and (max-height: 414px) and (max-width: 736px) {
    .home .centered {
      position: static;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin-top: 0;
      transform: translate(0, 0); }
      .home .centered .logo {
        float: none;
        justify-content: center;
        width: 41%;
        max-width: 100%;
        margin: 10px auto 0; }
      .home .centered .intro-text {
        margin-top: 0; }
        .home .centered .intro-text .extra-lines {
          margin: 0 0 10px 0; }
          .home .centered .intro-text .extra-lines + p {
            float: left;
            width: 100%; }
      .home .centered .slogan {
        float: left;
        width: 100%;
        margin-top: 10px; } }
  @media screen and (max-height: 320px) and (max-width: 570px) {
    .home .centered {
      margin-top: -40px; }
      .home .centered .logo {
        width: 34%; }
      .home .centered .intro-text {
        font-size: 10px;
        line-height: 15px; }
        .home .centered .intro-text .extra-lines {
          margin-top: 45px; }
          .home .centered .intro-text .extra-lines + p {
            margin-top: -10px; }
      .home .centered .slogan {
        font-size: 12px;
        margin-top: 5px; } }

@media (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
  .intro-text {
    margin: 30px 0 !important; }

  .footer {
    margin: 126px 0 0 0; }

  .home {
    height: 100vh !important; }

  .centered {
    padding-top: 40px !important; } }
@media (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  .intro-text ~ .intro-text {
    margin: 20px 0 40px !important; }

  .footer {
    margin: 50px 0 0 0; }

  .home {
    height: 156vh !important; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer {
    position: absolute !important; } }
