@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic);

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
  min-height: 100vh;
  background: rgb(196, 220, 248);
}
.width-auto {
  width: 100%;
}
.text-lg {
  font-size: 2rem;
}
.carousel-indicators li {
  border: none;
  background: #ccc;
}
.carousel-indicators li.active {
  background: #28a745;
}
.navbar {
  padding: 0.8rem;
}

.navbar-nav li {
  padding-right: 20px;
}

.navbar p {
  color: white;
  position: absolute;
  padding-left: 8%;
}
.nav-link {
  font-size: 1.5em !important;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

#difficulty a {
  display: block;
  margin: auto;
  width: 50%;
}
.carousel-caption h1 {
  font-size: 650%;
  text-transform: uppercase;
  text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}
.carousel-caption h3 {
  font-size: 300%;
  font-weight: 500;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  padding-bottom: 1rem;
}
button a {
  color: black;
}

.btn-primary {
  border: 1px solid #0c0c0c;
}
.btn-primary:hover {
  background-color: rgb(110, 110, 110);
  border: #0c0c0c;
}
.btn-secondary {
  background-color: rgb(108, 198, 250);
  border: 1px solid #0c0c0c;
}
.btn-secondary:hover {
  background-color: rgb(110, 110, 110);
  border: #0c0c0c;
}
.jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0;
  background-color: rgb(108, 198, 250);
}
.jumbotron button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lead {
  font-size: 150%;
  color: #0c0c0c;
}

.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.icon {
  width: 30%;
  margin: 1rem;
}
.what-we-do-text {
  font-size: 1.5rem;
}
.what-we-do-heading {
  font-size: 3rem;
}
#fixed {
  background-image: url("img/lowerhartponddam.jpg");
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.card {
  margin-bottom: 25px;
}

#about_us {
  background-color: #00c1f1;
}
#testimonial-request {
  background-color: #f2ff38;
}
figure {
  margin: 0;
}
.two-column-heading {
  text-align: center;
  padding: 10px;
  font-size: 300%;
}

.two-column-subheading {
  text-align: center;
  padding: 10px;
  font-size: 150%;
}
.two-column-text {
  font-size: 100%;
}
footer {
  background-color: #3f3f3f;
  padding-top: 2rem;
}
footer p {
  color: white;
  padding-top: 0.5rem;
}

#foreclosure-alternatives hr {
  width: 100%;
}

#foreclosure-alternatives img {
  display: block;
  margin: auto;
  width: 25%;
}

.col-md-6 img {
  padding-bottom: 20px;
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #7aa641;
}
.testimonial {
  font-size: 1.25rem;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel b {
  padding: 10px;
}
.carousel .carousel-control {
  width: 40%;
  height: 30px;
  margin-top: -20px;
  background: none;
}
.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
  display: none;
}

#about-us img {
  padding: 5px;
  border-style: solid;
  border-radius: 25%;
  
}

#about-us a {
  font-size: 100%;
  color: #3801ff;
}

#about-us h3 {
  text-align: center;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}

.quote-card.blue-card p {
font-size: 22px;
line-height: 1.5;
margin: 0;
max-width: 80%;
color: white;
}

.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

.quote-card.blue-card {
  background: #5cc3ff;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 250%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 0.2rem;
  }
  .carousel-caption.btn {
    font-size: 95%;
    padding: 8px 14px;
  }
}

@media (max-width: 576px) {
  .lead {
    font-size: 1rem;
  }

  .btn-primary {
    font-size: 80%;
  }

  .btn-secondary {
    font-size: 80%;
  }

  #difficulty img {
    padding: 15px;
  }

  .carousel-caption {
    transform: translateY(-120%);
  }

  .carousel-caption h1 {
    font-size: 175%;
  }

  .carousel-caption h3 {
    font-size: 100%;
  }

  .carousel-caption button {
    display: none;
  }

  figure {
    display: none;
  }

  #jumbotron {
    display: none;
  }
  .display-4 {
    font-size: 1.75rem;
  }
}
