body {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mfp-hide {
      display: none!important;
  }
  .button {
      padding: 20px 20px;
      border-color: #f3f3f3;
      font-size: 17px;
      font-size: 1.7rem;
      font-family: "museo-sans", Arial, Verdana;
      font-weight: 500;
      display: inline-block;
  }
  .button {
      border: 2px solid #fff;
      color: #000;
      text-transform: uppercase;
      transition: all 0.15s ease-in-out;
  }
  .button .fa {
      margin-left: 20px;
  }
  .button:hover {
      /* background-color: rgba(0,0,0,0.7);  */
  }
  /* h1 {
      color: #000;
      font-size: 50px;
      font-family: "museo-sans", Arial, Verdana;
      text-transform: uppercase;
      line-height: 72px;
      letter-spacing: -5px;
      margin: 185px 0 0 0;
  } */
  span {
      font-size: 23px;
      font-size: 2.3rem;
      display: block;
      font-family: "museo-sans", Arial, Verdana;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 25px;
  }
  * {
      margin: 0;
      padding: 0;
      border: 0;
      outline: none;
  }
  .content {
    text-align: center;
  }
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: transparent;
    opacity: .8;
    filter: alpha(opacity=80);
}