<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  /*padding-top: 56px;*/
  font-family: 'Roboto', sans-serif;
  color: #9c9890;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
    color: #726e65;
}

a {
    text-decoration: none;
}

/* Header */

.header-condensed {
    background: url(/images/carousel/slide-1.jpg) center 0 no-repeat; 
    background-size: cover; 
    height: 150px;
}

@media (min-width: 768px) {
    .header-condensed {
        height: 275px !important;
    }
}

/* Navbar */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 94px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-scroller .nav-link:hover {
  color: #007bff;
}

.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}

.navbar-scrolled {
    background-color: #333333 !important;
    padding: 17px 1rem !important
}

#navbar {
    transition: background-color 0.3s ease, padding 0.3s ease;
    padding-top: 0;
}

#navbar .nav-link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 68px;
    text-shadow: 1px 1px 2px black;
}

#navbar .nav-link::before {
    display: none;
}

#navbar .dropdown-item {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 1px 1px 2px black;
}

#navbar .dropdown-menu li {
    border-bottom: 1px dotted #fff;
}

#navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

#navbar .dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
    background: none !important;
    color: #fffbad !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28148, 174, 98, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
    #navbar {
        padding-top: 73px;
    }

    #navbar .nav-link {
        line-height: 80px;
    }

    #navbar .nav-link::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background-color: #94ae62;
        transition: all 0.5s linear;
        transform: translateX(-50%);
    }

    #navbar .nav-link:hover::before {
        width: 100%;
    }
  
    #breadcrumbs {
        margin-top: 95px;
    }

    .mainPage #breadcrumbs {
        margin-top: 0;
    }
}

:root,
[data-bs-theme=light] {
  --bs-primary: #94ae62;
  --bs-primary-rgb: 148, 174, 98;
  --bs-primary-bg-subtle: #bec9a8;
  --bs-danger: #ba3341;
  --bs-danger-rgb: 185, 51, 65;
  --bs-border-color: #cac4b4;
  --bs-breadcrumb-divider: '&gt;';
  --bs-link-color: #9c9890;
  --bs-link-color-rgb: 156, 152, 144;
  --bs-link-hover-color: #94ae62;
  --bs-link-hover-color-rgb: 148, 174, 98;
}

/* Carousel */

.carousel-caption {
    top: 30%;
}

.carousel-caption p {
    font-size: 0.75rem;
}

.carousel-caption a {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
}

.carousel-caption h5 {
    font: 700 25px / 30px 'Cabin', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        top: 37%;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .carousel-caption a {
        font-size: 0.75rem;
        margin-top: 4px !important;
        padding: 0.75rem 1rem !important;
    }

    .carousel-caption h5 {
        font: 600 2rem / 2.5rem 'Cabin', sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        top: 37%;
    }

    .carousel-caption p {
        font-size: 1.25rem;
    }

    .carousel-caption a {
        font-size: 1rem;
        margin-top: 25px !important;
        padding: 1rem 1.5rem !important;
    }

    .carousel-caption h5 {
        font: 600 3rem / 3.5rem 'Cabin', sans-serif;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        top: 41%;
    }

    .carousel-caption p {
        font-size: 1.25rem;
    }

    .carousel-caption h5 {
        font: 600 5rem / 5.5rem 'Cabin', sans-serif;
        letter-spacing: 15px;
        text-transform: uppercase;
    }
}

/* Main top */

#maintop h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}

.tooltip {
  --bs-tooltip-bg: #fff !important;
  --bs-tooltip-color: #000 !important;
}

.nav-tabs {
    --bs-nav-tabs-border-color: #ddd;
    --bs-nav-tabs-link-active-border-color: #ddd;
    --bs-nav-tabs-link-hover-border-color: #ddd; 
}

.modal {
  --bs-modal-header-border-color: #ddd;
  --bs-modal-footer-border-color: #ddd;
}

.form-control {
    border: 1px solid #c0beba !important;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(190, 201, 168, 0.25);
}

.form-control::placeholder {
            color: #9c9890;
            opacity: 1;
}

.form-control:-ms-input-placeholder {
            color: #9c9890;
}

.form-control::-ms-input-placeholder {
            color: #9c9890;
 }

/* Footer */
footer {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
    font-size: 18px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #94ae62;
}

footer .container-fluid {
    background: url(/images/footerbg.jpg) center center no-repeat;
    background-size: cover;
}

footer .social-icon {
    text-shadow: none;
    width: 40px;
    height: 40px;
}

/* Footer Map */
@media (min-width: 768px) and (max-width: 991px) {
    .mainPage .ratio {
        --bs-aspect-ratio: 30%;
    }
}

@media (min-width: 992px) {
    .mainPage .ratio {
        --bs-aspect-ratio: 15.3%;
    }
}

/* Pagination */

.pagination {
    --bs-pagination-bg: #94ae62;
    --bs-pagination-hover-bg: #726e65;
    --bs-pagination-active-bg: #726e65;
    --bs-pagination-active-border-color: #726e65;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-disabled-bg: #bec9a8; 
}

.pagination .page-item {
    margin: 0 2px 2px 0;
    font-weight: 500;
}

/* Services */
.servicesPage .serviceImage {
    max-width: 100%;
}

@media (min-width: 576px) {
    .servicesPage .serviceImage {
        max-width: 50%;
    }
}

/* Gallery */

.thumbnail-container {
  position: relative;
  display: inline-block;
  --aspect-ratio: 370/225;
}

.thumbnail {
  display: block;
  height: auto;
  transition: transform 0.3s ease;
}

.thumbnail-container:hover .thumbnail {
  transform: scale(1.1);
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbnail-container:hover .thumbnail-overlay {
  opacity: 1;
}

/* Contacts */

.contactsPage {
  --bs-link-hover-color: #9c9890 !important;
  --bs-link-hover-color-rgb: 156, 152, 144 !important;
  --bs-link-color: #94ae62 !important;
  --bs-link-color-rgb: 148, 174, 98 !important;
}

/* Cookie consent */

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 16px;
    z-index: 1000;
    display: none;
}
#cookieConsent button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}
#cookieConsent button:hover {
    background-color: #45a049;
}

/* Lazy load */

.lazy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E %3Ccircle cx='50' cy='50' r='1.34381' fill='none' stroke='%23f26f27' stroke-width='3'%3E %3Canimate attributeName='r' repeatCount='indefinite' dur='1s' values='0;30' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline' begin='-0.5s'%3E%3C/animate%3E %3Canimate attributeName='opacity' repeatCount='indefinite' dur='1s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline' begin='-0.5s'%3E%3C/animate%3E %3C/circle%3E %3Ccircle cx='50' cy='50' r='19.7086' fill='none' stroke='%23bd5720' stroke-width='3'%3E %3Canimate attributeName='r' repeatCount='indefinite' dur='1s' values='0;30' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline'%3E%3C/animate%3E %3Canimate attributeName='opacity' repeatCount='indefinite' dur='1s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline'%3E%3C/animate%3E %3C/circle%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}</pre></body></html>