html,
body {
  background-color: fffcf2;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;

  font-family: "Roboto Slab", serif;
}

#carouselExampleCaptions {
  text-align: center;
  padding: 0px;
  margin: 0px;
  z-index: 1;
  height: 70vh;
  width: 100%;
  position: relative;

  font-family: Lobster;

  
}
.blurb h2 {
  color: #f17950;
  font-weight: 400;
  font-size: 2em;
}

.blurb p {
  color: gray;
  font-weight: 200;
  font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-word;
}

.content {
  margin-top: 100px;
  margin-bottom: 100px;
}

#headingGroup span {
  color: #ea1c2c;
}

#headingGroup h1 {
  font-weight: 100;
  font-size: 4rem;
}

#headingGroup span {
  color: #f17950;
}

.w-100 {
  width: 100% !important;
  height: 70vh;
}

h5 {
  font-family: "Pattaya", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: white;
}
h2 {
  color: #f17950;
}

a {
  color: #7f7f7f;
  outline: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 400px) {
  #headingGroup h1 {
    font-weight: 300;
    font-size: 1rem;
  }
  .blurb h2 {
    font-size: 30px;
  }

  .class p {
    font-weight: 200;
    font-size: 1.125rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
  }

  
  .client-logos-wrapper {
    margin-bottom: 3rem;
  }
}
