<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.highlight {
  color: #855133;
}

.underline {
  border-bottom: 3px solid #855133;
  padding-bottom: 0.5rem;
}

.navbar-brand {
  font-weight: bold;
  font-size: 2rem;
}

.nav-item .active {
  color: #855133 !important;
}

.btn-primary, #projects-section .nav-item .active {
  color: #ffffff !important;
  border-radius: 0;
  background-color: #855133;
  border-color: #855133;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px !important;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 768px) {
  .carousel-item img {
    opacity: 0.5;
  }
}

.carousel-caption {
  right: 50%;
  bottom: 5%;
  left: 15%;
  text-align: left;
}

.carousel-caption h5 {
  color: #855133;
}

.carousel-caption p {
  color: #434343;
}

.service {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
  color: #434343;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.service-icon {
  border-bottom: 5px solid #855133;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.service:hover {
  background-color: #855133;
  text-align: center;
  color: #ffffff;
}

.service:hover .service-icon {
  border-color: #ffffff;
}

.make-appointment {
  background-color: #855133;
}

.make-appointment h5 {
  text-align: center;
  color: #ffffff;
}

.form-select {
  border-radius: 0;
  color: #cacaca;
}

.form-select::-webkit-input-placeholder {
  color: #cacaca;
}

.form-select:-ms-input-placeholder {
  color: #cacaca;
}

.form-select::-ms-input-placeholder {
  color: #cacaca;
}

.form-select::placeholder {
  color: #cacaca;
}

#top-bar .nav-link {
  font-weight: bold;
}

#slider-section h3 {
  font-weight: bold;
}

#projects-section {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../../images/projects-section-bg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../images/projects-section-bg.jpg");
  background-size: cover;
}

#projects-section h4 {
  font-weight: bold;
  color: #ffffff;
}

#projects-section .nav-link {
  color: #ffffff;
}

#projects-section .row-cols-5 .col {
  padding: 0.5rem;
}

#projects-section .row-cols-5 img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-section {
  color: #434343;
}

#news-section p {
  color: #716f6f;
}

#footer-upper {
  background-color: #0d1c26;
  color: #ffffff;
}

#footer-upper a {
  color: #ffffff;
  text-decoration: none;
}

#footer-upper a:hover {
  color: #855133;
}

#footer-upper ul {
  padding: 0;
}

#footer-upper li {
  list-style: none;
}

#footer-upper li a i {
  color: #855133;
}

#footer-lower {
  background-color: #10222d;
  text-align: center;
  color: #ffffff;
  padding: 0.5rem;
}

#footer-lower p {
  margin: 0;
}

.gallery-parent {
  position: relative;
}

.gallery-parent .gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}

.gallery-parent .gallery-image {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gallery-parent:hover .gallery-button {
  opacity: 1;
}

.gallery-parent:hover .gallery-image {
  opacity: 0.3;
}

.gallery-parent .btn-primary:hover, .gallery-parent #projects-section .nav-item .active:hover, #projects-section .nav-item .gallery-parent .active:hover {
  background-color: #855133;
}

.working-hours {
  font-size: 0.75rem;
}
</pre></body></html>