/**
 * Color
 */
/**
 * Font size
 */
/**
 * Screen size
 */
.text-gold {
  color: #cdb464  !important;
}
.text-dark-gold {
  color: #6b5224 !important;
}
.text-blue {
  color: #19387d !important;
}
.text-dark-gray{
  color: #666666 !important;
}
.text-black{
  color: #222222 !important;
}
.text-red{
  color: #9a332b !important;
}
.btn {
  font-family: "TATSANA CHON-BLD";
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
}

@media (max-width: 575px) {
  .btn {
    font-size: 10px;
  }
}
.btn.btn-outline-gold {
  background: white;
  border-radius: 0;
  border: 1px solid #86672d;
  color: #6b5224;
}

.btn.btn-outline-gold:hover {
  background: #6b5224;
  border-radius: 0;
  border: 1px solid #86672d;
  color: white;
}
.btn.btn-blue {
  background-color: #19387d;
  color: white;
}
.btn.btn-gold {
  background-color: #cdb464;
  border: 1px solid #86672d;
  color: white;
}
.btn.btn-gold:hover {
  border: 1px solid #cdb464;
  background-color: #86672d;
  color: white;
}
.form-group label {
  font-family: 'TATSANA CHON-BLD';
  font-size: 20px;
  color: white;
}
.form-group .form-control {
  border-radius: 0;
  border-color: #b9aa7f;
}
.suggested-trips {
  background-image: url('../images/tripplanner/bg-trip-planner.jpg');
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .suggested-trips {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .suggested-trips {
    padding-top: 250px;
  }
}
@media (min-width: 1200px) {
  .suggested-trips {
    padding-top: 350px;
  }
}
.suggested-trips-item {
  border: 1px solid #cdb464;
  background-color: white;
}
.suggested-trips-item .item-period {
  color: #9a332b;
}
.suggested-trips-item .item-title {
  font-family: 'TATSANA CHON-BLD';
  font-size: 20px;
  color: #222222;
}
