/*
 * ####################################################
 * M E D I A  Q U E R I E S
 * ####################################################
 * */

/*
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::
 * Bootstrap 4 breakpoints
 * */
/* Small devices (landscape phones, 544px and up) */

body {
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 543px) {
  .header-logo {
    width: 33%;
  }
  .logo {
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
  .tagline {
    font-size: 11px;
    margin: 10px 0px 0px 0px;
  }

  .forbes-quote {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin: 0px 0px 0px 0px;
  }

  .forbes-logo {
    width: 50%;
    margin-top: 3px;
  }

  .page-header .content-center {
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
  }

  .hero-image {
    width: 100%;
    margin-top: 0px;
  }
}

@media (min-width: 544px) {
  .header-logo {
    width: 33%;
  }
  .logo {
    width: 78%;
    margin: 0px 0px 0px 0px;
  }
  .tagline {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
  }

  .forbes-quote {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0px 0px 0px;
  }

  .forbes-logo {
    width: 60%;
    margin-top: 6px;
  }

  .page-header .content-center {
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
  }

  .hero-image {
    width: 100%;
    margin-top: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-logo {
    width: 33%;
  }
  .logo {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .tagline {
    font-size: 22px;
    margin: 10px 0px 0px 0px;
  }

  .forbes-quote {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0px 0px 0px;
  }

  .forbes-logo {
    width: 60%;
    margin-top: 6px;
  }

  .page-header .content-center {
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
  }

  .hero-image {
    width: 100%;
    margin-top: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-logo {
    width: 33%;
  }
  .logo {
    width: 80%;
    margin: 0px 0px 0px 0px;
  }
  .tagline {
    font-size: 20px;
    margin: 10px 0px 0px 0px;
  }

  .forbes-quote {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px 0px 0px;
  }

  .forbes-logo {
    width: 40%;
    margin-top: 10px;
  }

  .page-header .content-center {
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
  }

  .hero-image {
    width: 80%;
    margin-top: 10px;
  }
}

/* Extra large devices (large desktops, 1920px and up) */
@media (min-width: 1920px) {
  .header-logo {
    width: 33%;
  }
  .logo {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .tagline {
    font-size: 22px;
    margin: 10px 0px 0px 0px;
  }

  .forbes-quote {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0px 0px 0px;
  }

  .forbes-logo {
    width: 60%;
    margin-top: 6px;
  }

  .page-header .content-center {
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
  }

  .hero-image {
    width: 100%;
    margin-top: 20px;
  }
}

@media (orientation: landscape) {
  .landing-page .page-header {
    height: 300vh;
  }
  .page-header .content-center {
    padding: 2.5rem;
  }
}

.anchor {
  display: block;
  height: 62px; /*same height as header*/
  margin-top: -62px; /*same height as header*/
  visibility: hidden;
}
