@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Bell MT:200,400,500,600");
:root {
  --blue: #50a1ff;
  --indigo: #6610f2;
  --purple: #926dde;
  --pink: #e83e8c;
  --red: #ff4954;
  --orange: #ffbe00;
  --yellow: #ffba00;
  --green: #3cd458;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #40441F;
  --secondary: #BAB8AC;
  --success: #3cd458;
  --info: #926dde;
  --warning: #ffba00;
  --danger: #ff4954;
  --light: #F3F1E2;
  --dark: #191919;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Libre Baskerville', serif, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

html {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.rem;
  font-weight: 300;
  line-height: 1.9;
  color: #151515;
  text-align: left;
  background-color: #F2F0E1;
}
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: 300;
  line-height: 1.5;
  color: #050505;
}

.font-title {
  font-family: 'Libre Baskerville', serif;
}

/* Offset */
.anchor {
    display: block;
    padding-top: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
}

/* Button Swap */
.btn-zro {
    display: none;
}

/* Dropdown Nav Width */
.nav-navbar .nav {
    min-width: 13rem;
}

/* Extra Space Fix */
body {
    display: block;
}

/* Vertical Tab Fix */
.nav-link.dropdown-toggle {
    white-space: normal;
}

/* Dropdown Padding */
.dropdown-item {
  padding-left: 4px;
  padding-right: 4px;
}

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/ajax-loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.preloader-holder {
    height: 80px;
    width: 80px;
    padding-top: 8px;
    padding-left: 8px;
}

/* Hamberger */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-light .nav-navbar > .nav-item > .nav-link, .navbar-light .nav-navbar > .nav-link, .navbar-stick-light.stick .nav-navbar > .nav-item > .nav-link, .navbar-stick-light.stick .nav-navbar > .nav-link {
  color: rgba(255, 255, 255, 1.0);
}

/* Photoswipe */

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 22px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }
  
/* Form Address */
  
.form-control-address {
  height: calc(2.2em + 0.75rem + 2px);
  padding: 1rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.2;
  border-radius: 2px; }

/* IE Modal Space */
  
@media all and (-ms-high-contrast: none) {
  .modal-dialog {
    display: block;
    padding-top: 0rem; }
  /* IE10 */
  *::-ms-backdrop, .modal-dialog {
    display: block;
    padding-top: 0rem; }
  /* IE11 */ }

/* Disabled */

input[type="text"]:disabled {
  background: #fff;
  color: #999; }

/* Carousel */

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 100px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  }

/* Header */

.header {
  padding-top: 0px;
}

.header-scrolled [data-navbar="sticky"] {
  background-color: rgba(186, 184, 172, 0.0);
  box-shadow: none;
}

/* Gallery */

.gallery-item {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0.25rem;
  display: block; }
  .gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Buttons */

.btn-primary {
    color: #fff;
    background-color: #40441F;
    border-color: #40441F;
}

.btn-outline-primary {
  color: #40441F;
  background-color: transparent;
  background-image: none;
  border-color: #40441F; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #40441F;
    box-shadow: 0 0 0 0rem rgba(64, 68, 31, 0.5); }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #40441F;
    border-color: #40441F;
    box-shadow: 0 1px 10px rgba(64, 68, 31, 0.4); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #40441F;
    background-color: transparent; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #40441F;
    border-color: #40441F;
    box-shadow: 0 0 0 0rem rgba(64, 68, 31, 0.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #BAB8AC;
    border-color: #BAB8AC;
    box-shadow: 0 1px 10px rgba(186, 184, 172, 0.4);
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F3F1E2;
    border-color: #F3F1E2;
    box-shadow: 0 0 0 0rem rgba(186, 184, 172, 0.5);
}

/* Backgrtound */

.bg-secondary {
    background-color: #BAB8AC !important;
}

/*Animation */

.element {
  margin: 0 auto;
  animation-name: stretch;
  animation-duration: 4s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes stretch {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
  }
}

* Header Height
.navbar {
  height: 120px;
}
.navbar-brand img {
  max-height: 100px;
} */

/* Carousel Caption */
.carousel-caption {
  bottom: 25px;
}

/* Next */
