body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  color: #8f8f8f;
  font-family: 'Montserrat-medium', sans-serif;
}
.fab .fas{
  cursor: pointer;
}
/* Title */
#title .container-fluid{
  padding: 3% 15% 7%;
}
#title {
  background-color: #ff4c68;
  max-height: 100%;
  color: white;
}

.title-header {
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: left;
}

.container-fluid {
  padding: 7% 15%;
}

.navbar {
  padding: 0 0 4.5rem 0;
}

.nav-item {
  font-family: "ubuntu";
  font-size: 1.25rem;
  padding: 20px;
}

.navbar-brand {
  font-size: 2.25rem;
  font-family: "ubuntu";
}

.dog-pic {
  width: 60%;
  transform: rotate(20deg);
  position: absolute;
  right: 30%;
}

.btn {
  font-family: 'ubuntu', sans-serif;
  margin: 5% 3% 0 0;
}

.fa-heart, .fa-bullseye, .fa-check-circle {
  color: #ef8172;
  font-size: 5rem;
  padding: 1rem;
}

.fa-heart:hover, .fa-bullseye:hover, .fa-check-circle:hover {
  color: #ff4c68;
}

/* features */
#features {
  position: relative;
  background-color: white;
}

.feature-text {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}

/* testimonial section */
#testimonials {
  background-color: #ef8172;
  color: white;
}

.testimonial-image {
  width: 15%;
  border-radius: 100%;
  margin: 20px;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

.carousel-item {}

/* Press */
#press {
  padding: 7% 2%;
}

.press-img {
  width: 70%;
  padding: 10% 0;
}

/* pricing section */
#pricing {
  background-color: #ff4c68;
  font-family: 'ubuntu';
}

.pricing-price {
  font-size: 3rem;
  line-height: 1.5;
  s
}

.pricing-color {
  font-size: 1.2rem;
  color: white;
}

.pricing-header {
  font-size: 3rem;
}

.card {
  margin: 2% 3%;
}

/* CTA */
#cta {
  font-family: 'Montserrat-black;';
}

.cta-h3 {
  font-size: 3rem;
}

/* footer */
#footer {
  background-color: black;
  margin-bottom: 0;
  padding: 2% 15%;
}

#footer .fab,#footer .fas {
  cursor: pointer;
  padding: 2%;
  color: white;
}


/* Media queries */
@media (max-width:992px) {
  .dog-pic {
    position: static;
    transform: rotate(0);
  }

  #title {
    text-align: center;
  }
}
