@font-face {
  font-family: Charter-Bold-Italic;
  src: url(/assets/fonts/CharterBoldItalicBT.ttf);
}

header {
  margin: 90px 0 25px;
  background: url("/assets/images/background-clip.jpg");
  background-position: center center;
  height: 600px;
  width: auto;
}

header h1 {
  margin: 0 auto;
  width: 922px;
  padding: 55px 0;
  font-size: 62px;
  color: #345582;
}

header .wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 1750px;
  height: 67%;
  margin: 0 auto;
}

header .card p {
  max-width: 215px;
  width: 100%;
  opacity: .8;
}

header .one {
  background: no-repeat url("/assets/images/header-card-1.jpg");
}

header .two {
  background: no-repeat url("/assets/images/header-card-2.jpg");
}

header .three {
  background: no-repeat url("/assets/images/tony.jpg");
}

header .four {
  background: no-repeat url("/assets/images/header-card-3.jpg");
}

header .five {
  background: no-repeat url("/assets/images/header-card-4.jpg");
}


header .card {
  margin: 0;
  background-position: center center;
  background-size: contain;
  width: 15.65%;
  position: static;
  border: none;
  border-radius: 0;
  font-family: Charter-Bold-Italic;
  font-size: 28px;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.2
  -webkit-text-stroke: 1px black;
  color: white;
  display: flex;
  text-shadow:
    3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}


@media (max-width: 1240px) {
  header h1 {
    font-size: 48px;
    width: 714px;
    padding: 30px 0;
  }

  header {
    height: 425px;
  }

  header .card {
    font-size: 20px;
    width: 18%;
  }

  header .card p {
    max-width: 170px;
    width: 95%;
  }
}

@media (max-width: 920px) {
  header h1 {
    font-size: 40px;
    width: 595px;
    padding: 15px 0;
  }

  header {
    height: 340px;
  }

  header .card {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  header h1 {
    font-size: 34px;
    width: 506px;
    padding: 5px 0;
  }

  header {
    height: 250px;
  }

  header .card {
    font-size: 14px;
    width: 19%;
  }
}


@media (max-width: 530px) {
  header h1 {
    font-size: 22px;
    width: 327px;
    padding: 5px 0;
  }

  header {
    height: 385px;
  }

  header .card {
    font-size: 16px;
    width: 90%;
    background: none;
    margin: 5px 0;
    color: #000;
    text-shadow: none;
    -webkit-text-stroke: 0;
  }

  header .card p {
    max-width: 400px;
    margin: 0;
    opacity: 1
  }

  header .wrapper {
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: start;
  }

  header .three {
    background: no-repeat url("/assets/images/tony.jpg");
    order: -1;
    width: 23%;
    height: 45%;
    background-size: contain;
  }
}

@media (max-width: 420px) {
  header {
    height: 310px;
  }

  header .wrapper {
    height: 85%;
  }
}

  #header3-o h2 {
  font-size: 36px;
  font-family: 'PT Serif', serif;
}

#features4-2z h2, #header3-34 h1, #content1-2l h1, #content2-1q h1, h1.fixed-headers, h2.fixed-headers {
  font-family: 'PT Serif', serif;
}

#content2-1b blockquote h2, #content2-1d blockquote h2, #content2-1e blockquote h2, #content2-1f blockquote h2, #content2-1g blockquote h2, #content2-1h blockquote h2, #content2-1i blockquote h2, #content2-1j blockquote h2, #content2-1k blockquote h2, #content2-1l blockquote h2, #content2-1m blockquote h2, .market-observavtions-container h2 {
  font-size: 1.09rem;
  font-family: 'PT Serif', serif;
}

#content1-2l h1, #content2-1q h1 {
  text-align: center;
}

#content2-1q h1 {
  font-size: 30px;
}

.pivots-container h2 {
  font-family: 'PT Serif', serif;
  text-align: center;
  font-size: 1.4rem;
}
