body {
  font-family: 'Montserrat';
}
#title {
  /* ORIG background-color: #ff4c68; */
/*background-color: #394F8A;*/
background-color: #ff9933;
  color: #fff;
}

.container-fluid{
  padding: 3% 15%;
}

h1 {
  font-family: 'Montserrat-Black';
  /* font-size: 4rem; */
font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 900;
}
h2 {
  font-family: "Montserrat-bold";
  font-size: 3rem;
  line-height: 1.5;
}

h3 {
  font-family: "Montserrat-bold";
  font-size: 1.5rem;
  font-weight: 900;
}
p {
  color: #8f8f8f;
}
/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}


.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-light";

}

/* Download Buttons */
.download-button {
  margin: 5% 3% 5% 0;
  text-align: center;
}

/* Title Image */

.title-image {
  width: 70%;
  /* transform: rotate(30deg); */
  border-radius: 50%;
}
#features {
  padding:5% 10%;
}
.feature-box {
  text-align: center;
  padding: 5%;
  font-size:1.5rem;
}
.icon {
  /*color: #ef8172; orig*/
  /*color: ;#394F8A;*/
  color: #cc6600;
  margin-bottom: 1rem;
}
.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */

#testimonials {
  text-align: center;
  /* ORIG background-color: #ef8172; */
  /*background-color: #E5B9A8;*/
background-color: #ffb366;
  color: #fff;
}

.testimonial-image {
  width:20%;
  border-radius: 100%;
  margin: 20px;
}

.carousel-item {
  padding: 7% 15%;
}

#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}
#footer {
  text-align: center;
  margin: 50px;
}
.privacy-notice:hover {
    color: #f48882;
}

.trifold-brochure:hover {
    color: #f48882;
}

.terms-of-reference:hover {
    color: #f48882;
}




