body {
  font-family: "Montserrat-thick";
  text-align: center;
}

#title {

  color: #fff;
  text-align: left;
}

#title {
  padding: 3% 17%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: bold;
}

h2 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}

h3 {
  padding: 30px;
}


/* Headings */

.big-heading {
  font-family: "Montserrat-thick";
  font-size: 5rem;
  line-height: 1.5;
}

/* Sections */

.colored {
  background-color: #DA9100;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 20rem;
}

.navbar-brand {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.5rem;
  font-family: "Montserrat-light";
}

/* Download Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

.download-button1 {
  margin: 2% 2% 2% 0;
}

/* Title Image */
.title-image {
  width: 60%;
  right: 50%;
}

/* Feastures */
#features {
  padding: 7% 15%;
  background-color: #fff;
}

.feature-box {
  padding: 2%;
}

.icon {
  color: #DA9100;
  margin-bottom: 2rem;
}

.icon2 {
  color: #fff;
}

.icon:hover {
  color: #8E7545;
}

/* Testimonial */
#Experiance {
  text-align: center;
}

#testimonials {
  color: #FFF;
}

.testimonial-image1 {
  width: 15%;
  margin: 5px;
}

.testimonial-image2 {
  width: 18.7%;
  margin: 5px;
}

.testimonial-image3 {
  width: 15%;
  margin: 5px;
}

.press-logo {
  width: 17%;
  margin: 5px 5px 20px;
}

.press-logo1 {
  width: 25%;
  margin: 5px 5px 20px;
  padding-top: 95px;
}

.school-logo2 {
  width: 15%;
}

.school-logo1 {
  width: 15%;
}

.carousel-item {
  padding: 5% 5%;
}

.twitter-timeline.twitter-timeline-rendered {
  padding: 50px !important;
  margin-top: 35px !important;
  width: 50% !important;
  font-family: "Montserrat" !important;
  font-weight: bold !important;
}

.SandboxRoot {
  font-family: "Montserrat" !important;
  font-size: 2.5rem;
  font-weight: bold;
}

#Bottom {
  padding-bottom: 3%;
  color: #FFF;
}

/* CTA Section */
#cta {
  padding-bottom: 5%;
}

#footer {
  padding-bottom: 3% 3%;
background-color: #DA9100;

}

.social-icon {
  margin: 20px 10px;
}

@media (max-width: 1028px) {
  #title {
  }

  .title-image {
    position: static;
  }
}
