body {
  font-family: "Maven Pro", sans-serif !important;
}

.btn-primary {
  background-color: #E73F33 !important;
  border-color: #E73F33 !important;
  color: #fafafa !important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #EB5C52 !important;
  border-color: #EB5C52 !important;
  color: #fafafa !important;
}

.btn-primary:active {
  background-color: #EC655C !important;
  border-color: #EC655C !important;
}

.btn-outline-white {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  transition: all 0.2s ease;
}

.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: rgba(255,255,255,0.1);
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

.btn-outline-white:active {
  transform: scale(0.98);
}

.text-primary {
  color: #E73F33 !important;
}

/* Hero Overlay */

.masthead {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 45, 20, 0.82);
}

.masthead > .container {
  position: relative;
  z-index: 1;
}

/* End Hero Overlay */

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(255, 75, 24, .3);
}

.portfolio-caption h4 {
  text-transform: uppercase !important;
}

.tracking-wide {
  letter-spacing: -0.5px;
}

.section-heading {
  color: #63002F !important;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #E73F33;
}

.clean-gallery .item a {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.clean-gallery .item img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.privacy-content {
  max-width: 900px;
}

.privacy-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  color: #404040;
}

.privacy-content h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  color: #404040;
}

.privacy-content p, .privacy-content li {
  line-height: 1.8;
}

.privacy-content a {
  color: #e64034;
  text-decoration: none;
}

.privacy-content a:hover, .privacy-content a:focus {
  color: #c7352b;
  text-decoration: underline;
}

.contact-privacy a {
  color: #e64034;
  text-decoration: none;
}

.contact-privacy a:hover, .contact-privacy a:focus {
  color: #c7352b;
  text-decoration: underline;
}

/* Blog */

.article-title {
  font-family: "Oswald", sans-serif;
  color: #63002F;
  font-weight: 700;
  text-transform: uppercase;
}

.article-author {
  font-family: "Oswald", sans-serif;
  color: #f32a29;
  text-transform: uppercase;
}

.article-content h2, .article-content h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

