body {
  font-family: "Montserrat";
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Bold";
}



p {
  color: #8f8f8f;
}

/* Headings */
.big-heading {
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}
/* Containers */
.container-fluid {
  padding: 7% 15%;
}
/* Sections */
.colored-section{
  background-color: #ff4c68;
  color: #fff;
}
.white-section{
  background-color: #fff;
}


/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-Light";

}

/* Download Button */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title .container-fluid{
  padding: 3% 15% 7%;
    text-align: left;
}
/* Title Image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* Feature Section */
#features {


  position: relative;
}
.feature-title{
  font-weight: 900;
  font-size: 1.5rem;
}
.feature-box {

  padding: 5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */
#testimonials {

  background-color: #ef8172;

}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 28%;
  border-radius: 100%;
  margin: 20px;
}



#press {
  background-color: #ef8172;

  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */
#pricing {
  padding: 100px;

}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
  color: #ff677d;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */




/* Footer Section */


.social-icon {
  margin: 20px 10px;
}

@media (max-width:1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}



.contact-message{
  color: #fff;
  width: 80%;
  margin: 40px auto 60px;
  font-size: 30px;

}

.btnp {
font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #E6EFFF !important;
  font-size: 15px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #C2E7F9;
  padding: 5px;
  position: relative;
    bottom:20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}
.btnp:hover {
  color: #14396A; !important;
  background:  #ff4c68;
  background: linear-gradient(top,   #ff4c68,   #ff4c68);
  background: -ms-linear-gradient(top,   #ff4c68,   #ff4c68);
  background: -webkit-gradient(linear, left top, left bottom, from( #ff4c68), to( #ff4c68));
  background: -moz-linear-gradient(top,   #ff4c68,   #ff4c68);
}

.copyright{
  color:#EAF6F6;
  font-size: 0.85rem;
padding: 20px 0;
}

.bottom-container {
  background-color: #ff4c68;
  padding: 50px 0 20px;
}
.footer-link{
  color: #fff;
  font-size: 20px;
  padding:10px;
}
.footer-link:hover{
  color:#a9fffd;
}
.abovebottom-container{
    background-color: #ff4c68;
}
.touchy{
  color: #fff;
}
.pd{
  color:#ff4c68;
}
