body {
  font-family: 'Montserrat', sans-serif;
}

#title {
  color: #000000;
}

.logoText {
  color: #fff;
}

.hero-image {
  background-image: url("../images/phone-conf-rec.jpg");
  background-size: cover;
}

.container-fluid {
  padding: 6% 15%;

}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
}

.gold-text {
  color: #ffda07;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-weight: 100;
}

/* Edit My Video Buttons */
.edit-button {
  margin: 5% 3% 5% 0;
  background-color: #007a24;
  color: #fff;
}

/* Title Image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
}

/* Features Section */
.section-align {
  padding: 7% 15%;
}

.features-boxes {
  padding: 5%;
  text-align: center;
}

.features-icon {
  color: #c20501;
  margin-bottom: 1rem;
}

.features-icon:hover {
  color: #ff4c68;
}

.features-title {
  font-size: 1.5rem;
  font-weight: 900;
}

.features-text {
  color: #8f8f8f;
}

#benefits {
  background-color: #e9ecef;
}

#cta {
  padding: 7% 15%;
  background-color: #000000;
  color: #fff;
}

#footer {
  padding: 7% 15%;
}
