
body{
  font-family:"Vollkorn"
}
#title {
  background-color: #ff4c68;
  color: #fff;
}
.container-fluid{
  padding: 3% 15% 10%;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Vollkorn", serif;
}
p {
  color: #8f8f8f;
}
/* heading section */
.big-heading {
  font-family: "Vollkorn", serif;
  font-size: 4rem;
  line-height: 1.5;
  font-width: bold;
}
.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-width: bold;
}
/* navigation bar */

.navbar {
  padding-bottom: 4.5rem;
}

.navbar-brand {
  font-family: "Cute Font";
  font-size: 3.5rem;
  font-width: bold;
}
.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-size: 1.5rem;
  font-family: "Vollkorn"
}
/* Download button */
.download-button {
  margin: 5% 3% 5% 0;
}
/* title image */
.title-image {
  width: 25%;
  transform: rotate(25deg);
  position: absolute;
  right: 30;
}
/* features section */
#features {
  padding: 7% 10%;
  background-color: #fff;
  position: relative;
}
.feature-box {
  text-align: center;
  padding: 7%;
}
.feature-title {
  font-width: bold;
}
.icon {
  color: #ef8172;
  margin-bottom: 1.5rem;
}
.icon:hover {
  color: #ff4c68;
}
/* Testimonials section */
#testimonials {


  background-color: #ef8172;
  color: #fff;
}
.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
  font-width: bold;
}
.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}
.carousel-item {
  padding: 7% 15%;
}
#press {
  padding-bottom: 3%;
  text-align: center;
  background-color: #ef8172;
}
.press-logo {
  width: 13%;
  margin: 20px 20px 50px;
}
/* pricing section */
.price-text {
  font-size: 3rem;
  line-height: 1.5;
  font-width: bold;
}
/* CTA section */
#cta {
  background-color: #ff4c68;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
}
/* footer section */
#footer {
  padding: 7% 15%;
  text-align: center;
}
.social-icon {
  margin: 20px 10px;
}
@media (max-width: 1028px) {
  #title {
    text-align: center;
  }
  .title-image {
    position: static;
    transform: rotate(0);
  }
}
