
body {
  font-family: "Montserrat";
  text-align: center;
}

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

p {
  color: #8f8f8f;
}

/* Headings */

.big-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  line-height: 1.5;
}

.small-heading {
  font-family: "Montserrat";
  font-size: 2.5rem;
  line-height: 1.5;
}


.logo-image{
  width: 10%;
}

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

/* Containers */

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

/* Sections */

.colored-section {
  background-color: #e1e1e1;
  color: #676767;
}

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

/* Navigation Bar */

.navbar {
  padding: 0 0 3.5rem;
}

.navbar-brand {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: bold;
  color: #676767;

}

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

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  color: #676767;
}

.nav-item-red {
  padding: 0 18px;
  color: #ff4c68;
}

.nav-link-red {
  font-size: 1.2rem;
  font-family: "Montserrat";
  color: #ff4c68;
}

/* Buttons */

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

/* Title Section */

#title {
  background-color: #e1e1e1;
  color: #676767;
  text-align: left;
}

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

/* Title Image */

.title-image {
  width: 55%;
  /*transform: rotate(25deg);*/
  position: static;
  /*right: 30%;*/
}

.hanger-image {
  width: 80%;
  /*transform: rotate(25deg);*/
  position: static;
  /*right: 30%;*/
}

.hanger-gif {
  width: 35%;
  position: static;
  /*right: 30%;*/
}

.team-image {
  width: 50%;
  /*transform: rotate(25deg);*/
  position: static;
  /*right: 30%;*/
  margin-bottom: 20px;
}

/* Features Section */

#features {
  position: relative;
}

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

.feature-box {
  padding: 4.5%;
}

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

.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */

#testimonials {
  /*background-color: #e1e1e1;*/
}

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

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


#press {
  /*background-color: #e1e1e1;*/
  padding-bottom: 3%;
}

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

/* Pricing Section */

#pricing {
  padding: 100px;
}

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

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

/* CTA Section */


/* Footer Section */
.top-button {
  color: #8f8f8f;
}

.top-button:hover {
  color: #ff4c68;
}

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

@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }

  .p {
    font-size: 20rem;
  }
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8f8f8f;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#ff4c68;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
