body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: calc(15px + 0.390625vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

span {
  padding: 0 5px;
}

.big-heading {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 1.5rem;
  line-height: 1.5;
}

.colored-section {
  background-color: #ff4260;
  color: white;
}

.white-section {
  background-color: white;
}

.container-fluid {
  padding: 7% 15%;
}

#title .container-fluid {
  padding: 3% 15% 10%;
}

@media screen and (min-width: 991px) {
  #title {
    text-align: left;
  }
}

.logo {
  font-family: 'Ubuntu', sans-serif;
}

/* Navigation bar */
.navbar {
  padding-bottom: 4.5rem;
  text-align: left;
}

.navbar-brand {
  font-family: 'Ubuntu';
  font-size: 2rem;
  font-weight: bold;
}

.nav-link {
  color: whitesmoke;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 18px !important;
}

.dwn-btn-top {
  margin: 5% 3% 5% 0;
}

/* Title Image */
.title-img-container {
  position: relative;
}
/* Elements with absolute positioning are relative to their closest *positioned* ancestor element. */
.title-img {
  width: 60%;
  transform: rotate(15deg);
  position: absolute;
  right: 20%;
}

@media (max-width: 990px) {
  .title-img {
    transform: rotate(0);
    position: static;
  }
}

/* Features section */
#features {
  position: relative; /* This is here only to make its z-index larger than the title-img's */
}

#features p {
  color: #8f8f8f;
}

.features-icon {
  color: #ef8172;
  font-size: 3.5rem;
}

.features-icon:hover {
  color: #ff4c68;
}

/* Testimonials section */
#testimonials,
#press {
  background-color: #ef8172;
}

.testimonials-img {
  width: 12%;
  border-radius: 100%; /* 100% makes it a circle */
  margin: 20px;
}

/* Press section */
#press {
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 15px;
}

/* Pricing section */
#pricing > p {
  margin-bottom: 50px;
}

.pricing-btn {
  background-color: #ff4260;
  color: white;
}

.pricing-btn:hover {
  background-color: #ff4c68;
  color: white;
}

.border-pink {
  border-color: #ff4260;
}

.text-bg-pink {
  background-color: #ff4260;
  color: white;
}

.btn-outline-pink {
  border-color: #ff4260;
  color: #ff4260;
}

.btn-outline-pink:hover {
  color: white;
  background-color: #ff4260;
}

.plan {
  margin-bottom: 20px;
}

/* Call to Action */
.dwn-btn-bot {
  margin: 2% 2% 0;
}

/* Footer */
#footer {
  padding: 2% 15% 1%;
}

.footer-icon {
  padding: 5px 7px;
}

footer > p {
  margin: 15px;
}

@media (max-width: 640px) {
  h1 ~ button.btn {
    display: none;
  }
}
