<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3body {
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    color: #333333 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(45deg, #e9e5db 8.33%, #f3efe5 8.33%, #f3efe5 50%, #e9e5db 50%, #e9e5db 58.33%, #f3efe5 58.33%, #f3efe5 100%);
    background-size: 8.49px 8.49px;
}

header {
    /*background-color: #f2eee4;*/
    /*background-color: #000000;*/
    background-color: #ffffff;
    padding: 5px 0;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    height: 100px;
}

.LinenImage {
    border: 1px solid Black;
    box-shadow: 10px 10px grey;
}

.card {
    position: relative;
    padding: 10px 0;
    width: 400px;
    border-style: none;
}

.SearchBox {
    width: 50%;
    background-color: #dbd6c8;
}

@media (min-width: 768px) {
    header {
        padding: 10px 0;
    }

    .SearchBox {
        width: 50%;
        background-color: #dbd6c8;
    }
}

@media (max-width: 750px) {
    header {
        padding: 10px 0;
        height: 250px;
    }

    .SearchBox {
        width: 50%;
        background-color: #dbd6c8;
    }

    .btn-darkSm {
        margin-bottom: 3px;
    }

}

@media (max-width: 450px) {
    header {
        padding: 10px 0;
        height: 100px;
    }

    .img-responsive-logo{
        height: 45px;
    }

    .SearchBox {
        width: 100%;
        background-color: #dbd6c8;
    }

    .navbar-collapse {
        background-color: #d8d8d8;
    }

    .nav-item{
        margin-right: 30px;
    }

    nav .navbar-nav li a {
        color: #000000 !important;
    }

    .btn-darkSm {
        margin-bottom: 3px;
    }
}


@media (min-width: 1200px) {
    header {
        /*padding: 23px 0;*/
        padding: 10px 0;
    }
}

.contact-container {
  margin: 3rem auto;
}

.contact-container #gmap_canvas {
  width: 100%;
  height: 100%;
}

.contact-container .form-control {
  background-color: #dbd6c8;
  border: 1px solid #dbd6c8;
}

.contact-container .company-info {
  margin-bottom: 2rem;
}

.contact-container .contact-details &gt; p, .contact-container .company-info &gt; p {
  margin: 4px auto;
}

.contact-container .contact-form {
  margin-bottom: 2rem;
}

::-ms-input-placeholder, :-ms-input-placeholder, :-ms-input-placeholder {
  color: #333333;
}

::-ms-input-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
  color: #333333;
}

::-ms-input-placeholder, :-ms-input-placeholder, ::placeholder {
  color: #333333;
}

.navbar-light .navbar-nav .active &gt; .nav-link {
    /*color: #95928c;*/
    /*color: #ffffff;*/
    color: #000000;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
    /*color: #333333;*/
    /*color: #ffffff;*/
    color: #000000;
    font-size: 18px;
}


    .navbar-light .navbar-nav .nav-link:hover {
        /*color: #333333;*/
        color: #9A7D0A;
        font-size: 18px;
    }

.hero-slider {
  background-color: #a0a09f;
}

.hero-border {
  border-top: 6px solid #a0a09f;
  border-bottom: 6px solid #a0a09f;
}

.hero {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: right bottom;
}

@media (min-width: 1200px) {
  .hero {
    height: 300px;
  }
}

.hero h1 {
    font-size: 40px;
    /*font-family: 'Allura', cursive;*/
    font-family: 'Great Vibes', cursive;
    color: #fff;
    text-shadow: 0 0 15px #000;
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: 82px;
  }
}

.carousel-caption &gt; h5, .hero h1 {
    /*font-family: 'Allura', cursive;*/
    font-family: 'Great Vibes', cursive;
    text-shadow: 0 0 15px #000;
}

.carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: inherit;
}

@media (min-width: 768px) {
  .carousel-caption &gt; h5 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption &gt; h5 {
    font-size: 82px;
  }
}

.carousel-caption &gt; p {
  text-shadow: 0 0 7px #000;
}

@media (min-width: 768px) {
  .carousel-caption &gt; p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption &gt; p {
    font-size: 32px;
  }
}

.about {
  margin: 2rem auto;
}

.about .story-img {
  margin-bottom: 2rem;
}

.team {
  margin: 4rem auto;
}

.team .person-details {
  margin-bottom: 3rem;
}

.team .person-details:after {
  content: "";
  height: 2px;
  width: 65%;
  background-image: url(/assets/img/bg_03.jpg);
  bottom: 0;
  margin: 3rem auto auto;
}

.team .person-details .unit {
  margin-top: 2rem;
}

@media (min-width: 768px), (min-width: 812px) {
  .team .person-details .unit {
    margin-top: auto;
  }
}

.team .person-details .unit &gt; p:last-child {
  margin-bottom: auto;
}

.team .person-details .unit &gt; h3 {
  text-align: center;
}

.page-title {
  font-weight: 500;
  font-size: 26px;
}

.site-section-padding {
  padding: 35px 0 35px;
}

@media (min-width: 1200px) {
  .site-section-padding {
    padding: 20px 0 60px;
  }
}

.site-trademark .st-cont &gt; .line-splitter {
  display: block;
  height: 2px;
  width: 43px;
  background: #2f2e2e;
}

.site-trademark .st-cont &gt; img {
  width: 43px;
  height: 20px;
  margin: auto 6px;
}

.contnet {
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .contnet {
    padding-top: 41px;
  }
}

.contnet .cols {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .contnet .cols {
    margin-top: 40px;
  }
}

.table-types .cols {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .table-types .cols {
    margin-top: 40px;
  }
}

.details &gt; h3 {
    /*font-family: 'Allura', cursive;*/
    /*font-family: 'Great Vibes', cursive;*/
    /*font-size: 30px;*/
    font-size: 18px;
    text-decoration: none;
}



@media (min-width: 1200px) {
  .details &gt; h3 {
    /*font-size: 30px;*/
    font-size: 18px;
  }
}

.details &gt; p {
  font-size: 16px;
}

.img-thumbnail {
  padding: unset;
  background-color: #fff;
  border: none;
  border-radius: unset;
}

.table-types {
  margin: 0 0 33px;
  display: inline-block;
}

.btn {
  font-size: 24px;
  border-radius: 0;
  padding: .375rem 1.75rem;
}

.btn.btn-dark {
  background-color: #2f2e2e;
  color: #ffffff;
}

.btn.btn-darkSm {
    font-size: 18px;
    background-color: #2f2e2e;
    color: #ffffff;
}

.cta {
  margin-top: 2rem;
}

.cta-pdf {
  padding: 2rem 0;
}

.video-container {
  padding: 2rem 0 0;
}

.video-container .video-details {
  padding: 1rem 0;
}

.video-container .video-details &gt; h3 {
	font-size: 25px;
	/*font-family: 'Allura', cursive;*/
	font-family: 'Great Vibes', cursive;
}

.about-container {
    padding: 1rem 0 0;
}

.about-container .about-details {
padding: 0rem 0;
}

.about-container .about-details &gt; h3 {
    font-size: 25px;
    /*font-family: 'Allura', cursive;*/
    font-family: 'Great Vibes', cursive;
}

.event-container {
    padding: 1rem 0 0;
}

.event-container .event-details {
padding: 0rem 0;
}

.event-container .event-details &gt; h3 {
    font-size: 25px;
    /*font-family: 'Allura', cursive;*/
    font-family: 'Great Vibes', regular;
}

@media (min-width: 1024px) {
  .video-container .video-details &gt; h3 {
    font-size: 42px;
  }

.about-container .about-details &gt; h3 {
    font-size: 42px;
}

.event-container .event-details &gt; h3 {
    font-size: 42px;
}
}

.video-container .video-details &gt; p {
  font-size: 16px;
}

.about-container .about-details &gt; h3 {
    font-size: 42px;
}

.about-container .about-details &gt; p {
    font-size: 16px;
}

.slider-container {
  margin: 30px auto auto;
}

.slider-container &gt; .page-title {
  margin-bottom: 30px;
}

footer {
    /*background-color: #2f2e2e;*/
    /*background-color: #000000;*/
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding: 20px 0;
}

@media (min-width: 1200px) {
  footer {
    height: 175px;
    padding: 45px 0;
  }
}

footer .flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .company-info, footer .copyright {
  /*color: #fff;*/
  color: #000000;
  font-size: 12px;
  text-align: center;
}

    footer .company-info &gt; a {
        /*color: #fff;*/
        color: #000000;
    }

footer .footer-logo {
  width: 125px;
  margin: auto auto 1rem;
}

@media (min-width: 1200px) {
  footer .footer-logo {
    width: 230px;
  }
}

footer .footer-links &gt; li &gt; a {
    /*color: #fff;*/
    color: #000000;
    font-size: 16px;
}

footer .media-links &gt; li &gt; a {
  padding: .5rem 0.2rem;
}

.icon {
  display: inline-block;
}

.icon.facebook, .icon.instagram {
  width: 40px;
  height: 40px;
}

.icon.facebook:before {
  display: block;
  content: url(../icons/Facebook-01.svg);
}

.icon.instagram:before {
  display: block;
  content: url(../icons/Instagram-01.svg);
}
/*# sourceMappingURL=custom.css.map */


/* unvisited link */
a:link {
	color: #000000;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: grey;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #000000;
    text-decoration: none;
}

/* hamburger nav stack colors*/
.navbar-toggler {
    /*width: 47px;
    height: 34px;
    border: none;
    */
    background-color: black;
}

.navbar-toggler .line {
   /*width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 3px;
    */
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

</pre></body></html>