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

h1, h2, h3, h4  {  
  font-family: 'Montserrat', sans-serif; 
}

p {
  color: #8f8f8f;
  font-weight: 900;
  font-size: 1.05rem; 
}

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

/* Headings */

.large-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;  
  line-height: 1.5; 
}

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

#title {
  text-align: left;
}

/* Sections */

.coloured-section {
  background-color: #ebefe7;
}

.white-section {
  background-color: #fff;
}

/* Spacing  */

.padding-default {
  padding: 7% 15%;
}

.padding-large {
  padding: 10% 10%;
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
    font-size: 2.2em !important;
    font-weight: bold;
  }
  
.nav-link {
  font-size: 1.2rem;
  opacity: 70%;
}

.ms-n1 {
  margin-left: -21% !important;
}

.ms-n2 {
  margin-left: 68% !important;
}

/* Download Buttons */

#apple-btn:hover {
  color: #D3E4CD;
}

/* Title Image */

.title-image {
  margin-top: -8%;
  height: 680px;
  width: 600px;
  /* transform: rotate(20deg); */
  position: absolute;
}

@media screen and (max-width: 980px) {
  .title-image {
    height: 400px;
    width: 500px;
  }
}

@media screen and (max-width: 670px) {
  .title-image {
    height: 340px;
    width: 420px;
  }
}

@media screen and (max-width: 520px) {
  .title-image {
    height: 300px;
    width: 360px;
  }
}

@media screen and (max-width: 520px) {
  .title-image {
    height: 300px;
    width: 360px;
  }
}


/* Features Section */

#features {
  position: relative;
}

.feature-column {
  display: inline-block;
  padding: 0 2%;
}

.features-icon {
  margin-bottom: 1rem;
  color: #0B4619;
}

.features-icon:hover {
  color: #D3E4CD;
}

.feature-title {
  font-weight: bold;
  font-size: 1.618rem;  
  line-height: 1.5;  
}

/* Testimonial Section */

/* #press {
  padding-bottom: 6%;
}

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

#testimonials {
  padding-top: 4%;
}

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

.testimonial-name {
  width: 10%;
  font-weight: bolder;
  font-size: 1.2rem; 
}

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

/* Pricing Section */

#pricing {
  padding: 8%;
}

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

.pricing-text {
  line-height: 1.1;
}

.pricing-title {
  font-size: 2.5rem;
  line-height: 1.5;
}

.price-type {
  font-size: 3rem;
  line-height: 1.5;
}

.call-to-action-text {
  font-weight: bold;
  font-size: 1.25rem; 
}

.btn-premium {
  background-color: #0B4619;
}

.btn-pricing:hover {
  background-color: #D3E4CD;
  color: #000;
}

/* Call to Action */

.cta-btn {
  padding: 1% 5%;
  font-size: 2rem;
  margin: 0 2%;
}

.cta-title {
  width: 70%;
  margin: auto;
  margin-bottom: 70px;
}

/* Footer */

.socials {
  margin: 3% 0;
}

.footer-btn:hover {
  color: #D3E4CD;
}

.footer-link {
  text-decoration: none;
  color: #0B4619;
}

@media (max-width: 1028px) {
  
  .large-heading {
    font-size: 2.5rem;
  }
  
  .testimonial-text {
    font-size: 1.5em;
  }
  
  .section-heading, .price-type {
    font-size: 2em;
  }
  
  .pricing-title {
    font-size: 1.5em;
  }
  
  .testimonial-image {
    width: 40%;
  }
  
  #android-img {
    margin: 10% 0 0 5%;
    width: 25%;
  }
  
  #title {
    text-align: center;
  }
  
  .title-image {
    position: static;
    transform: rotate(0);
  }
  
  #apple-btn {
    margin-bottom: 2%;
  }
}
