/* compiled by scssphp v0.6.6 on Fri, 22 Mar 2024 15:59:55 +0000 (0.0714s) */

/* Main stylesheet */
.navbar-default {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff; }
  .navbar-default .navbar-brand {
    color: #392602; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #392602; }
  .navbar-default .navbar-text {
    color: #392602; }
  .navbar-default .navbar-nav > li > a {
    color: #392602; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #392602; }
    .navbar-default .navbar-nav > li > .dropdown-menu {
      background-color: #fff; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
      color: #392602; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #392602;
        background-color: #fff; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
        background-color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #392602;
      background-color: #fff; }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #392602;
      background-color: #fff; }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #392602;
      background-color: #fff; }
  .navbar-default .navbar-toggle {
    border-color: none; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #392602; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #392602; }
  .navbar-default .navbar-link {
    color: #392602; }
    .navbar-default .navbar-link:hover {
      color: #392602; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #392602; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #392602; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #392602;
      background-color: #fff; } }

.navbar, .navbar * {
  transition: height 0.7s, font-size 0.7s, background-color 0.7s, line-height 0.7s, margin 0.7s; }
/*.navbar-brand
 {
 transition: height 1s;
 .logo
 {
 transition: height 1s;
 }
 .text *
 {
 transition: font-size 1s;
 }
 }
 .navbar-nav > li > a
 {
 transition: height 1s;
 }
 .navbar
 {
 transition: background-color 1s;
 }*/
.top-slider {
  padding-top: 100px;
  position: relative; }
  .top-slider .headline {
    z-index: 999;
    position: relative; }
    .top-slider .headline h1 {
      font-size: 40px;
      font-size: calc(3vw + 3vh + 1vmin); }
    .top-slider .headline h2 {
      font-size: 30px;
      font-size: calc(1.8vw + 1.8vh + 0.5vmin); }
  .top-slider .headline * {
    color: #fff;
    text-shadow: 2px 2px 4px #392602;
    font-weight: bold; }

.slider .slider-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .slider .slider-images:first-of-type {
    display: block; }

.page-title {
  height: 210px; }

.page-title .title {
  z-index: 999;
  position: relative;
  margin-top: 25px;
  padding: 2px 2px 2px 30px;
  background-color: rgba(0, 0, 0, 0.4);
  /*left: 30px;
   bottom: 30px;
   */ }
  .page-title .title * {
    padding: 0;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px #333; }

button {
  padding: 6px 10px 6px 10px;
  border-radius: 3px;
  text-shadow: none !important;
  font-family: 'Proza Libre', sans-serif;
  font-weight: normal !important; }

.btn-blue {
  color: #e5e2d0;
  background-color: #4c859c;
  border-color: #e5e2d0; }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
  color: #e5e2d0;
  background-color: #345663;
  border-color: #e5e2d0; }

.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
  background-image: none; }

.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
  background-color: #4c859c;
  border-color: #e5e2d0; }

.btn-blue .badge {
  color: #4c859c;
  background-color: #e5e2d0; }

.btn-brown {
  color: #e5e2d0;
  background-color: #392602;
  border-color: #e5e2d0; }

.btn-brown:hover, .btn-brown:focus, .btn-brown:active, .btn-brown.active, .open .dropdown-toggle.btn-brown {
  color: #e5e2d0;
  background-color: #513b20;
  border-color: #e5e2d0; }

.btn-brown:active, .btn-brown.active, .open .dropdown-toggle.btn-brown {
  background-image: none; }

.btn-brown.disabled, .btn-brown[disabled], fieldset[disabled] .btn-brown, .btn-brown.disabled:hover, .btn-brown[disabled]:hover, fieldset[disabled] .btn-brown:hover, .btn-brown.disabled:focus, .btn-brown[disabled]:focus, fieldset[disabled] .btn-brown:focus, .btn-brown.disabled:active, .btn-brown[disabled]:active, fieldset[disabled] .btn-brown:active, .btn-brown.disabled.active, .btn-brown[disabled].active, fieldset[disabled] .btn-brown.active {
  background-color: #392602;
  border-color: #e5e2d0; }

.btn-brown .badge {
  color: #392602;
  background-color: #e5e2d0; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 112%;
  height: 100%;
  background-color: #e5e2d0; }

body > .container-fluid {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proza Libre', sans-serif;
  color: #392602; }

a, a:hover, a:link, a:visited {
  color: #393;
  text-decoration: underline; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.full-screen {
  width: 100%;
  height: 100%; }

.vertical-center {
  display: flex;
  align-items: center; }

.horizontal-center {
  justify-content: center; }

.navbar {
  border-bottom: 7px solid #393; }
  .navbar a {
    text-decoration: none; }

.navbar-nav {
  font-family: 'Proza Libre', sans-serif;
  font-variant: small-caps; }

.navbar-nav > li > a {
  line-height: 100px;
  height: 100px;
  padding-top: 0; }

.navbar-toggle {
  display: none; }

.navbar-brand {
  height: 100px;
  padding-top: 0;
  float: none; }
  .navbar-brand .logo {
    height: 60px;
    margin-top: 12px; }
  .navbar-brand .text {
    display: inline-block;
    margin-top: 12px; }
    .navbar-brand .text .line1 {
      font-size: 18px;
      margin-left: 12px;
      line-height: normal; }
    .navbar-brand .text .line2 {
      font-size: 32px;
      margin-left: 5px;
      line-height: 23px; }

.small {
  background-color: #fff; }
  .small .navbar-brand {
    height: 50px; }
    .small .navbar-brand .logo {
      height: 30px; }
    .small .navbar-brand .text .line1 {
      font-size: 10px;
      line-height: 11px; }
    .small .navbar-brand .text .line2 {
      font-size: 18px;
      line-height: 19px; }
  .small .navbar-nav > li > a {
    line-height: 50px;
    height: 50px; }

.navbar-brand:hover {
  color: #e5e2d0 !important; }

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 9999;
  box-shadow: 2px 2px 4px #666;
  text-decoration: none !important; }
  .pagetop span {
    color: #fff;
    display: block; }

.pagetop:hover, .pagetop:link, .pagetop:visited {
  color: #fff;
  text-decoration: none; }

@media (max-width: 767px) {
  .navbar-toggle {
    display: inline-block;
    margin-top: 34px;
    float: right;
    border: none; }

  .small .navbar-toggle {
    margin-top: 10px; }

  .navbar-toggle:active, .navbar-toggle:hover, .navbar-toggle:link {
    background-color: none !important;
    color: #e5e2d0; }

  .navbar-nav > li > a {
    line-height: normal;
    height: auto; }

  .navbar .dropdown-submenu ul {
    padding-left: 15px; } }

.header {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative; }

.header h1 {
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  color: #e5e2d0; }

.block_3 {
  background-color: #3c6575;
  border-top: 7px solid #e5e2d0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #e5e2d0;
  min-height: auto !important; }
  .block_3 h1, .block_3 h2, .block_3 h3, .block_3 h4, .block_3 h5, .block_3 h6 {
    color: #e5e2d0; }
  .block_3 h1 {
    font-size: 135%; }
  .block_3 h2 {
    font-size: 120%; }
  .block_3 a, .block_3 a:hover, .block_3 a:visited, .block_3 a:link {
    color: #fff; }

.header.brown {
  border-top: 7px solid #513b20;
  background-color: #392602; }

.footer.container-fluid {
  color: #e5e2d0;
  background-color: #3c6575;
  min-height: 250px;
  border-top: 7px solid #392602;
  border-bottom: 7px solid #4c859c;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer.container-fluid a, .footer.container-fluid a:hover, .footer.container-fluid a:visited {
    color: #fff; }
  .footer.container-fluid h1, .footer.container-fluid h2, .footer.container-fluid h3, .footer.container-fluid h4, .footer.container-fluid h5, .footer.container-fluid h6 {
    color: #e5e2d0; }

@media (min-width: 768px) {
  .column-bar .column {
    padding-bottom: 30px; }

  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .button-bottom {
    position: absolute;
    bottom: 0; } }

.row {
  margin-left: 0;
  margin-right: 0; }

.content-bar {
  min-height: 50%;
  font-size: 115%; }
  .content-bar.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px; }
  .content-bar.block_1 {
    background-color: #e5e2d0;
    background-image: url('/media/pattern-tan.jpg');
    color: #392602;
    border-top: 7px solid #4c859c; }
  .content-bar.block_2 {
    border-top: 7px solid #392602;
    background-color: #392602;
    background-image: url('/media/pattern-dark-brown.png');
    background-repeat: repeat;
    color: #e5e2d0; }
    .content-bar.block_2 a, .content-bar.block_2 a:hover, .content-bar.block_2 a:link, .content-bar.block_2 a:visited {
      color: #e5e2d0; }
    .content-bar.block_2 h1, .content-bar.block_2 h2, .content-bar.block_2 h3, .content-bar.block_2 h4, .content-bar.block_2 h5, .content-bar.block_2 h6 {
      color: #e5e2d0; }

body.no-slider {
  padding-top: 50px; }

.copyright.container-fluid {
  background-color: #e5e2d0;
  padding: 10px; }
  .copyright.container-fluid .container {
    text-align: right; }
  .copyright.container-fluid a, .copyright.container-fluid a:hover, .copyright.container-fluid a:visited, .copyright.container-fluid a:link {
    color: #1b5a1b; }
