body {
  min-height: 100%;
  /*padding-bottom: 40px;*/
  color: #FAF0EB;
  background-color: #192747;
  font-family: "Roboto", serif;
  font-weight: 300;
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 5px;
}

a {
  transition: 0.3s;
  border-radius: 3px;
}

a:link, a:visited {
  color: #967A49;
  /*color: #941a1d;*/
  text-decoration: none;
}

a:hover, a:active {
  color: #FAF0EB;
  /*background: #3f77bc;*/
}

.btn {
  margin: 4px;
  padding: 12px 22px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "metronic-slab";
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

a.btn-outline-primary, .btn-outline-primary {
  background: #fff;
  color: #967A49;
  border: 1px solid #967A49;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary {
  background: #967A49;
  border: 1px solid #967A49;
}

h2 {
  color: #967A49;
  font-family: "metronic-slab", sans-serif;
  margin: 20px 0;
  font-weight: 300;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 20px 0;
  z-index: 10;
  color: #967A49;
}

h3 span {
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 0 20px;
}

.wrapper.blue h3 {
  color: #967A49;
}

.wrapper.warm h3 {
  color: #192747;
}

h4 {
  font-family: "metronic-slab", sans-serif;
  color: #967A49;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px0;
}

p, li {
  font-size: 1.1rem;
}

.fa, .fab, .svg-inline--fa {
  transition: 0.3s;
  color: #967A49;
}

small {
  font-size: 12px;
  color: #999;
}

blockquote {
  font-size: 14px;
  margin: 10px;
  color: #666;
}

blockquote span {
  color: #bbb;
  font-weight: bold;
}

blockquote.right {
  float: right;
}

blockquote.left {
  float: left;
}

hr {
  background: #967A49;
  border: none;
  height: 1px;
  width: 100%;
}

div.inline-image {
  /*max-width: 300px;
  max-height: 300px;*/
  margin: 10px auto;
}

div.inline-image.right {
  float: right;
  margin-right: 0;
}

div.inline-image.left {
  float: left;
  margin-left: 0;
}

div.inline-image img {
  max-width: 100%;
  max-height: 350px;
  border: 1px solid #967A49;
}

div.inline-image p.caption {
  font-size: 12px;
  height: 24px;
  padding: 5px;
  margin-top: -24px;
  opacity: 0.7;
  background: #fff;
}

/*div.navbar-header, ul.nav li, div#wrapper
{
  box-shadow: 5px 5px 2px 0px #ddd;
}*/
img.img-fluid {
  width: 100%;
}

.row {
  /*padding-top: 30px;
  padding-bottom: 10px;*/
}

.form-group, label {
  text-align: left;
}

@media (min-width: 992px) {
  body {
    padding-top: 146px;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  body.page-index {
    padding-top: 0 !important;
  }

  .carousel-inner {
    max-height: 2000px !important;
    height: 100vh;
  }

  a.navbar-brand img {
    width: 220px;
  }

  .page-index a.navbar-brand img {
    width: 350px;
  }

  .page-index .navbar, .page-index .navbar .dropdown-menu {
    position: absolute;
    top: 40px;
    background: rgba(25, 39, 71, 0.5) !important;
    right: auto;
    border-radius: 0 5px 5px 0;
    opacity: 0.8;
    z-index: 9;
  }

  .page-index .navbar {
    padding-left: 90px;
  }

  .navbar .dropdown-menu {
    border: none;
    background: #FAF0EB;
    border-radius: 0;
    font-size: 1.2rem;
  }

  .nav-link, .page-index .navbar .dropdown-menu {
    font-size: 1.3em;
    font-weight: bold;
  }

  .page-index .navbar .dropdown-menu {
    font-size: 1.2rem;
  }

  .page-index .nav-link:link, .page-index .nav-link:visited, .page-index .navbar .dropdown-menu .dropdown-item:link, .page-index .navbar .dropdown-menu .dropdown-item:visited {
    color: white !important;
  }

  .page-index .nav-link:hover, .page-index .nav-link:active, .page-index .navbar .dropdown-menu .dropdown-item:hover, .page-index .navbar .dropdown-menu .dropdown-item:active {
    color: #967A49 !important;
    background: none;
  }

  .carousel-caption {
    left: auto;
    right: 0;
    padding-right: 90px !important;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 80px;
  }

  body.page-index {
    padding-top: 0;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  a.navbar-brand img {
    width: 100px;
  }

  .carousel-caption {
    left: 0;
    right: 0;
    padding-right: 90px;
    padding-left: 90px;
    font-size: 20px;
  }

  .carousel-caption h2 {
    font-size: 1.7rem;
  }

  .dropdown-menu {
    background: none;
    border: none;
  }

  .page-index .navbar {
    background: none !important;
  }

  .page-index .navbar.inner-open {
    background: #FAF0EB !important;
  }

  .page-index .navbar-toggler {
    background: rgba(255, 255, 255, 0.5);
  }

  .page-index .navbar a.navbar-brand img {
    display: none;
  }

  .page-index .navbar.inner-open a.navbar-brand img {
    display: block;
  }

  .page-index .navbar img.brand-floater {
    display: block !important;
    width: 260px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -130px;
    background: rgba(25, 39, 71, 0.3);
    padding: 10px;
    border-radius: 10px;
  }

  .page-index .navbar.inner-open img.brand-floater {
    display: none !important;
  }
}
a.navbar-brand span {
  display: none;
}

.navbar {
  font-family: "metronic-slab";
  background: #FAF0EB !important;
  border-bottom: 2px solid #967A49;
}

.page-index .navbar {
  border: none !important;
}

.navbar-light .navbar-nav .nav-link:link, .navbar-light .navbar-nav .nav-link:visited {
  color: #192747;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
  color: #967A49;
}

.dropdown-item:hover, .dropdown-item:active {
  background: none;
}

.navbar-toggler {
  color: #192747;
  border: 1px solid #192747;
}

.nav-item {
  margin: 0 1.2em;
}

.carousel-inner {
  /*overflow: hidden;*/
  vertical-align: middle;
}

.carousel-item {
  max-height: 100%;
}

div.carousel-wrapper {
  display: block;
  width: 100%;
}

.carousel-item img {
  /*object-fit: cover;
  object-position: 50% 50%;*/
  width: 100%;
}

.carousel-item {
  height: 100%;
}

div.carousel-wrapper {
  height: 100%;
}

.carousel-item img {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
}

a.carousel-control {
  color: #aaa;
}

a.carousel-control-prev:hover, a.carousel-control-prev:active, a.carousel-control-next:hover, a.carousel-control-next:active {
  background: none;
}

.carousel-caption {
  border-radius: 5px 0 0 5px;
  text-align: center;
  font-size: 30px;
  color: white;
  opacity: 0.8;
  background: rgba(25, 39, 71, 0.5);
  bottom: 30px;
  margin: auto;
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Raleway";
}

.carousel-caption i, .carousel-caption h2, .carousel-caption a {
  color: white;
}

.carousel-indicators li {
  height: 4px;
}

.carousel-control-prev, .carousel-control-next {
  max-width: 80px;
  z-index: 20;
}

.story.item {
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 0px;
}

.story.item img {
  max-width: 100%;
  max-height: 100vmin;
  margin: 0;
}

.story.item p {
  margin: -30px 0 0 0;
  height: 30px;
  color: #000;
  background: #fff;
  opacity: 0.6;
  vertical-align: middle;
  padding: 5px;
}

.story-thumb {
  display: table;
  margin: 10px 0;
  z-index: 1;
}

.story-thumb img {
  max-width: 100%;
  height: auto;
}

.story-thumb a:link, .story-thumb a:visited {
  color: #fff;
}

.story-thumb a:hover, .story-thumb a:active {
  color: #fff;
}

.story-caption {
  text-align: center;
}

@media (min-width: 992px) {
  .story-thumb div.story-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 2;
    margin: 10px 15px;
    transition: 0.3s;
  }

  .story-thumb div.story-caption {
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    /*bottom: 0;*/
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: 0.3s;
  }

  .story-thumb div.story-caption span {
    display: inline-block;
    /*vertical-align: bottom;*/
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
  }

  .story-thumb:hover div.story-caption, .story-thumb:focus div.story-caption {
    opacity: 1;
  }

  .story-thumb:hover div.story-overlay, .story-thumb:focus div.story-overlay {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .story-thumb {
    margin: 10px 0;
  }

  .story-thumb div.story-overlay {
    display: none;
  }

  .story-thumb div.story-caption {
    position: absolute;
    top: calc(75% - 30px);
    right: 0;
    /*bottom: 0;*/
    left: 0;
    z-index: 3;
    max-width: 100%;
  }

  .story-thumb div.story-caption span {
    display: inline-block;
    /*vertical-align: bottom;*/
    padding: 10px;
    font-weight: bold;
    /*font-size: 1.2em;*/
    opacity: 0.7;
    background: #000;
    max-width: 100%;
  }
}
.thumb {
  padding: 0;
}

.thumbnail {
  background: none;
  border: 2px solid #192747;
  border-radius: 0;
  padding: 0px;
  width: 100%;
  margin: 0px;
}

.thumbnail:hover {
  border: 2px solid #967A49;
}

img.full-size, img.full-size:hover {
  max-width: 600px, 100%;
  max-height: 600px, 100%;
  border: none;
}

.checkout {
  background-color: #f5d79e !important;
  background-repeat: repeat-x;
  background-image: linear-gradient(#FAF0EB, #EBDDD4);
  border-color: #967A49;
  color: #192747 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

.checkout:hover {
  color: #967A49;
}

#footer {
  margin-top: 20px;
  border-top: 1px solid #967A49;
  padding-top: 20px;
}

/*# sourceMappingURL=base.css.map */
