/* tag section */
body {
  font-family: 'Montserrat';
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
}

h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}

p {
  color: #8f8f8f;
  font-family: monospace;
}

/* title section */
#title {
  background-color: #ff4c68;
  color: white;
}

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

/* Navigation bar */
.navbar {
  padding: 0 0 4.5rem 0;
}

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

.nav-item {
  padding: 0 18px
}

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

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

/* title image */
/* .title-image {
  width: 55%;
  transform: rotate(25deg);
  position: absolute;
  right: 25%
} */
/* puupy adjustments instead of iphone */
.title-image {
  width: 100%;
  transform: rotate(0deg);
  position: absolute;
  right: 15%
}

.iphone-container {
  position: relative;
}

#features {
  padding: 7% 15%;
  background-color: white;
  position: relative;
}

.feature-box {
  text-align: center;
  padding: 3%;
}

.icon {
  color: #ff4c68;
  padding-bottom: 1.5rem;
}

.icon:hover {
  color: black;
}

/* testimonials */
#testimonials {
  text-align: center;
  background-color: #ff4c68;
  color: white;
}

.testy {
  font-family: 'Montserrat';
  font-size: 3rem;
  line-height: 1.5;
}

.dog2 {
  width: 15%;
  padding: 10px;
}

#press {
  background-color: #ff4c68;
  color: white;
  text-align: center;
}

.company {
  text-align: center;
  margin: 50px 20px 50px;
  width: 15%;
}

.testimonial-image {
  width: 15%;
  padding: 10px;
}

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

.carousel-item {
  padding: 7% 15% 0 15%;
}

#pricing {
  padding: 100px;
  padding-bottom: 50px;
  text-align: center;
}

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

.last-tab {
  background-color: #ff4c68;
  text-align: center;
  padding-top: 50px;
}

.quote {
  font-family: 'Montserrat';
  font-size: 2.5rem;
  line-height: 1;
  color: white;
}

.credit-icon {
  background-color: white;
  text-align: center;
  padding: 30px 200px 15px;
}

.last-download-button {
  padding-top: 5px;
}

.foot-icon {
  padding: 10px;
}

.final-icons {
  padding: 5px;
}

/* Mobile site settings */
@media (max-width: 1020px) {
  h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }

  .title-image {
    padding-top: 20px;
    transform: rotate(0deg);
    position: static;
  }

  #title {
    text-align: center;
  }

  .testimonial-text {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    line-height: 1;
  }

  .quote {
    font-family: 'Montserrat';
    font-size: 1rem;
    line-height: 1;
    color: white;
  }

  .credit-icon {
    padding: 10px 20px 15px;
  }

  .footer {
    padding: 5px;
  }
}
