.style-1 {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 400;
  color: #535353;
  text-decoration: none;
  text-align: left;
}

@media (min-width: 768px) {
  .style-1 {
    text-align: center;
  }
}

.style-1:hover {
  color: #a4a33a !important;
}

.style-2 {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.style-3 {
  font-family: 'Tinos';
  font-weight: 300;
  font-size: 50px;
}

.style-4 {
  font-weight: 300;
  font-family: 'Tinos';
  font-size: 20px;
  line-height: 1.5;
}

.style-6 {
  font-family: 'Tinos';
  font-weight: 300;
  font-size: 40px;
}

.style-7 {
  font-family: 'Tinos';
  font-weight: 300;
  font-size: 25px;
}

@media (min-width: 768px) {
  .navbar-bottom-space {
    margin-left: 30px;
    margin-right: 30px;
  }
}

