.gradient-background {
  background: linear-gradient(
    0deg,
    rgb(10, 10, 10),
    75%,
    #004055,
    94%,
    #00c1f1
  );
  /* Christmas */
  /* background: linear-gradient(
    0deg,
    rgb(10, 10, 10),
    50%,
    #ff1010,
    85%,
    #00ff10
  ); */
}

body {
  color: rgb(250, 250, 250);
  /* font-family: "Roboto Serif", serif; */
  /* font-family: "Noto Serif", serif; */
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

h1 {
  color: rgb(230, 230, 230);
  font-size: 48px;
  /* font-family: "Roboto Serif", serif; */
  /* font-family: "Noto Serif", serif; */
  /* font-family: "GFS Didot", serif; */
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

h3 {
  color: rgb(0, 250, 250);
  /* font-family: "Roboto Serif", serif; */
  /* font-family: "Noto Serif", serif; */
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

a:hover {
  color: rgb(250, 250, 250);
}

.background-dark {
  background-color: rgb(10, 10, 10);
}

.contactbtn {
  background-color: rgb(0, 220, 220);
  color: rgb(10, 10, 10);
  font-family: "Roboto Serif", serif;
  font-size: 24px;
  font-weight: 700;
}

.contactbtn:hover {
  background-color: rgb(10, 180, 180);
}

.btn-lg .btn-md {
  width: 50%;
}

.icon-bg {
  background-color: rgb(0, 220, 220);
}

.nav-link {
  color: rgb(0, 250, 250);
}

.nav-link2:hover .active2 {
  color: rgb(250, 250, 250) !important;
}

.nav-link2 {
  color: rgb(0, 250, 250);
  display: inline;
  padding-right: 20px;
  text-decoration: none;
}

.testimonial-section {
  margin-top: 50px;
  background-color: rgb(0, 220, 220);
  color: rgb(10, 10, 10);
}

.testimonials {
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 700;
}

.fonts {
  color: rgb(250, 250, 250);
  /* font-family: "Roboto Serif", serif; */
  /* font-family: "Noto Serif", serif; */
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.fonts2 {
  color: rgb(0, 250, 250);
  /* font-family: "Roboto Serif", serif; */
  /* font-family: "Noto Serif", serif; */
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: italic;
}

.width-100 {
  width: 100%;
}

.contactfs1 {
  font-size: 18px;
}

.contactfs2 {
  font-size: 18px;
}

.max-width-800 {
  max-width: 800px;
}

.inline-link {
  padding-right: 0px;
  color: rgb(0, 250, 250);
  text-decoration: none;
}

.inline-link:hover {
  color: rgb(250, 250, 250);
}

.half-screen {
  width: 50%;
}

.list-padding {
  padding-bottom: 10px;
  letter-spacing: 0.75px;
}

.bio-img {
  width: 100%;
}

.bio-img2 {
  width: 40%;

  @media screen and (max-width: 768px) {
    width: 80%;
  }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    width: 70%;
  }
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    width: 50%;
  }
}

.bio-img3 {
  width: 30%;

  @media screen and (max-width: 768px) {
    width: 70%;
  }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    width: 60%;
  }
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    width: 45%;
  }
}

.movie-img {
  background-color: #920318;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#map {
  align-self: center;
  justify-self: center;
  height: 200px;
  width: 50%;
}

.lead {
  font-size: 2vw;
  line-height: 1;
  @media screen and (max-width: 600px) {
    font-size: 4.5vw;
    line-height: 1.25;
  }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    font-size: 4.25vw;
    line-height: 1.1;
  }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    font-size: 3.5vw;
    line-height: 1.1;
  }
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    font-size: 3vw;
    line-height: 1.1;
  }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    font-size: 2.5vw;
    line-height: 1.05;
  }
}

.lead2 {
  font-size: 1.6vw;
  @media screen and (max-width: 600px) {
    font-size: 4.25vw;
  }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    font-size: 3.75vw;
  }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    font-size: 3.5vw;
  }
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    font-size: 3vw;
  }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    font-size: 1.75vw;
  }
}

.lead3 {
  font-size: 1.75vw;
  @media screen and (max-width: 600px) {
    font-size: 4.25vw;
  }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    font-size: 4vw;
  }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    font-size: 3.5vw;
  }
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    font-size: 2.75vw;
  }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    font-size: 2.25vw;
  }
}

@media screen and (max-width: 992px) {
  #map {
    align-self: center;
    justify-self: center;
    height: 200px;
    width: 90%;
  }
}

.picSize {
  width: 90%;
  height: 50%;
}

/* html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
} */
