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

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

p {
  color: #81b29a;
}

a {
  color: #81b29a;
}

a:hover {
 color: #3d405b;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
/* Headings */

.big-heading {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.5;
  color: #f4f1de;
}

.subheading {
  color: #f4f1de;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
  margin-top: 20px;
}

.section-heading {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3rem;
  line-height: 2;
  color: #81b29a;
}

/* Containers */

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

/* Sections */

.colored-section {
  background-color: #e07a5f;
  color: #f4f1de;
}

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

/* 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.1rem;
  font-family: "Montserrat";
  font-weight: lighter;
}

/* Buttons */

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

.download-button {
    color: #3d405b;
    background-color:  #f4f1de;
    border-color: #f4f1de;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}

.download-button:hover {
    color: #e07a5f;
    background-color: #f4f1de;
    border-color: #f4f1de;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}


/* Title Section */

#title {
  background-color: #e07a5f;
  color: #f4f1de;
  text-align: left;
}

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

/* Title Image */

.title-image {
  width: 60%;
  position: absolute;
  right: 30%;
  border-radius: 100%;
  padding-bottom: 3%;
}

/* About Us Section*/

#features {
  position: relative;
}

.about_us_heading {
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height: 2;
  color: #81b29a;
}

.feature-title {
  color: #3d405b;
  font-size: 1.5rem;
  line-height: 2;
}

.feature-box {
  padding: 4%;
}

.icon {
  color: #81b29a;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #3d405b;
}

/* Member Section */

#members {
  background-color: #e07a5f;
  padding: 3% 10% 2%;
}

.member-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}

.member-image {
  width: 250px;
  border-radius: 100%;
  margin: 20px;
}

.description {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-right: 20px;
  font-family: "Montserrat";
  color: #f4f1de;
}

.carousel-item {
  width: 100%;
  height: 500px;
}

.subheading {
  color: #f4f1de;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
  margin-top: 0px;
}


/* Contact Section */

#contact {
  padding: 100px;
}

/* Footer Section */


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

@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

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