body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 900;
}

p {
  color: #8f8f8f;
}

/* Headings */
.big-heading {
  font-size: 3.5rem;
}

.section-heading {
  font-size: 3rem;
}

.container-fluid {
  padding: 7% 15%;
}

/* Sections */
.white-section {
  background-color: white;
}

.coloured-section {
  background-color: #ff4c68;
  color: white;
}

/* Title section */
#title .container-fluid {
  padding: 3% 15% 7%;
  text-align: left;
}

/* Title section - navbar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'ubuntu';
  font-weight: bold;
  font-size: 2.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
}

/* Title section - download button */
.download-botton {
  margin: 5% 3% 5% 0;
}

/* Title section - title iamge */
.title-image-div {
  position: relative;
}

.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* Title section - responsive design media query */
@media (max-width: 1200px) {
  .title-image {
    position: static;
    transform: rotate(0);
  }
}

@media (max-width: 992px) {
  #title .container-fluid {
    padding: 3% 15% 7%;
    text-align: center;
  }
}

/* Features section */
#features {
  position: relative;
}

.feature-text {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonials section */
#testimonials {
  background-color: #ef8172;
  color: white;
}

.testimonial-text {
  font-size: 3rem;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

/* Press section */
#press {
  padding-bottom: 3%;
  background-color: #ef8172;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing section */
#pricing {
  padding: 100px;
}

.pricong-column {
  padding: 3% 2%;
}

.price-text {
  font-size: 3rem;
}

/* CTA (call to action) section */
/* Footer section */
#footer {
  background-color: white;
}

.social-icon {
  margin: 20px 10px;
}
