/* Body */
body {
  font-family: "PT Sans", sans-serif;
  color: #5d5d5d;
}

/* Buttons */
/* Links */
.global-link {
  color: #cc9966;
  font-weight: 700;
  text-transform: uppercase;
}

.global-link:hover {
  color: #cc9966;
}

.global-link-anchor {
  color: #cc9966;
  font-weight: 700;
  word-break: break-word;
}

.global-link-anchor:hover {
  color: #cc9966;
}

.global-link-white {
  color: #fff;
  font-weight: 700;
}

.global-link-white:hover {
  color: #fff;
}

/* Section Titles */
.section-title {
  color: #304771;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title i {
  color: #cc9966;
}

/* Header */
.navbar .navbar-toggler {
  color: #aaa;
}

.navbar .navbar-brand {
  max-width: 25rem;
  margin-right: 0;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .navbar-nav .nav-item {
  margin: 0 1.5rem;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #535353;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #cc9966;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #ede3dc;
  color: #535353;
}

/* Footer Info */
.footer-info {
  background: #cc9966;
}

.footer-info .container {
  background: url("../img/hammer-image.jpg") no-repeat left center;
}

.footer-info .footer-info-text {
  color: #fff;
}

.footer-info .footer-info-text .info-icon {
  margin-right: 1.5rem;
}

.footer-info .footer-info-text .info-icon i {
  font-size: 2.5rem;
}

.footer-info .footer-info-text .info-text h5 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-info .footer-info-text .info-text p {
  word-break: break-word;
}

/* Footer */
.footer {
  background: #0a152a;
}

.footer .footer-icon {
  color: #cc9966;
  font-size: 2.5rem;
}

.footer .footer-text {
  color: #fff;
}

.footer .footer-social a {
  color: #ccc;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.footer .footer-social a:last-child {
  margin-right: 0;
}

.footer .footer-social:hover {
  color: #fff;
  text-decoration: none;
}

.footer .footer-copyright {
  color: #fff;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .navbar-collapse .dropdown-menu {
    border: 0;
  }
}

@media (max-width: 991px) {
  .footer-info .container {
    background: 0;
  }
}
/*# sourceMappingURL=global.css.map */