/*fonts*/
/*colors*/
/*top level*/
/*next-level*/
/*mixins*/
/*measurements*/
/*timings*/
/*colors*/
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #b0caf4;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
body #container {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-image: url("../img/banners/backdrop1.jpg");
}
body #container .section {
  padding: 40px 0 20px;
  outline: none;
  background-color: rgba(0, 38, 102, 0.5);
}
body #container .section .row.content {
  margin-top: 40px;
}
body #container .section .row.content .maintext p:first-of-type {
  margin-top: 12px;
}
body #container .section .row.content .maintext .portrait {
  display: inline-block;
  width: 300px;
  height: 450px;
  background-color: #002666;
  float: left;
  margin-right: 12px;
  margin-bottom: 6px;
  background-image: url("../img/general/hazel.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
body #container .section .row.content .maintext .bortrait {
  display: inline-block;
  width: 300px;
  height: 450px;
  background-color: #002666;
  float: left;
  margin-right: 12px;
  margin-bottom: 6px;
  background-image: url("../img/general/bottle.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
body #container .section .row.content .maintext blockquote {
  position: relative;
}
body #container .section .row.content .maintext blockquote::before {
  content: '“';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 300%;
}
body #container .section .row.content .maintext cite {
  margin-top: 0;
  margin-left: 50px;
}
body #container .section .row.content .maintext cite::before {
  content: '— ';
}
body #container .banner {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  opacity: 0.5;
}
body #container #about.section {
  padding-top: 100px;
  min-height: 100vh;
}
body #container #about .banner {
  background-image: url("../img/banners/about_banner.png");
  opacity: 0.8;
}
body #container #about .banner h1 {
  margin-left: 0;
  margin-top: 290px;
  color: #cbceab;
}
body #container #details {
  min-height: 100vh;
}
body #container #details .banner {
  background-image: url("../img/banners/detail_banner.png");
}
body #container #details .row .col-2.listicle {
  font-size: 1.2vw;
  font-style: italic;
}
body #container #details .row.flexible {
  margin-top: 12px;
  display: flex;
  min-height: 400px;
}
body #container #details .row.flexible .col-2.image {
  flex: 1;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0;
  background-image: url("../img/general/details.jpg");
}
body #container #details .row.flexible .col-2.image * {
  opacity: 0;
}
body #container #history {
  min-height: 100vh;
}
body #container #history .banner {
  background-image: url("../img/banners/detail_banner.png");
}
body #container #buy .shopfront {
  min-height: 60vh;
  overflow: hidden;
  padding: 0 15%;
  text-align: left;
}
body #container #buy .shopfront .shelf {
  width: 100%;
  display: flex;
  overflow: hidden;
  text-align: center;
}
body #container #buy .shopfront .shelf .product {
  overflow: hidden;
  color: #000;
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 6px;
  flex-basis: 30%;
  flex-grow: 1;
}
body #container #buy .shopfront .shelf .product img {
  width: 100%;
  height: auto;
}
body #container #buy .shopfront .shelf .product form {
  height: 40px;
}
body #container #buy .shopfront .shelf .product p {
  font-size: 80%;
  margin: 6px;
}
body #container #buy .shopfront .labelling {
  text-align: center;
}
body #container #buy .shopfront a {
  text-decoration: none;
  color: #fff;
}
body #container #buy .shopfront a:hover {
  text-decoration: underline;
  color: #ff0;
}
body #container #reviews {
  min-height: 100vh;
}
body #container #reviews .banner {
  background-image: url("../img/banners/contact_banner.png");
  background-position: 45% 0;
}
body #container #reviews blockquote {
  position: relative;
}
body #container #reviews blockquote i {
  position: absolute;
  top: -10px;
  left: -30px;
  font-size: 150%;
  opacity: 0.5;
}
body #container #reviews cite {
  margin: 0 80px 20px 80px;
  position: relative;
  display: block;
}
body #container #reviews cite::before {
  position: absolute;
  display: block;
  top: 0;
  left: -20px;
  content: '- ';
}
body #container #contact {
  min-height: 100vh;
  text-align: center;
}
body #container #contact .central {
  text-align: center;
}
body #container #contact .banner {
  background-image: url("../img/banners/contact_banner.png");
  background-position: 45% 0;
}
body #container #contact a {
  text-decoration: none;
  color: #fff;
}
body #container #contact a:hover {
  text-decoration: underline;
  color: #ff0;
}
body h1,
body h2,
body h3 {
  font-family: 'Playfair Display SC', serif;
  text-transform: uppercase;
  color: #b0caf4;
}
body #footer {
  background-color: #857819;
  color: #b0caf4;
  text-align: center;
}
body #footer h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2em;
  padding-top: 36px;
  padding-bottom: 26px;
}
body #footer a {
  text-decoration: none;
  color: #fff;
}
body #footer a:hover {
  text-decoration: underline;
  color: #ff0;
}
/* grid.less */
.grid-container {
  width: 100%;
}
.grid-container * {
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  /*-- our gutter --*/
  padding: 12px;
}
.col-1 {
  width: 16.66%;
}
.col-2 {
  width: 33.33%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 66.66%;
}
.col-5 {
  width: 83.33%;
}
.col-6 {
  width: 100%;
}
@media (max-width: 768px) {
  [class*='col-']:empty {
    display: none;
  }
  .col-1 {
    width: 33.33%;
  }
  .col-2 {
    width: 50%;
  }
  .col-3 {
    width: 83.33%;
  }
  .col-4 {
    width: auto;
  }
  .col-5 {
    width: auto;
  }
  .col-6 {
    width: 100%;
  }
  .row .col-2:last-of-type {
    width: auto;
  }
  .row .col-5 ~ .col-1 {
    width: auto;
  }
}
@media all and (max-width: 650px) {
  [class*='col-']:empty {
    display: none;
  }
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: auto;
  }
  .col-3 {
    width: auto;
  }
  .col-4 {
    width: auto;
  }
  .col-5 {
    width: auto;
  }
  .col-6 {
    width: 100%;
  }
}
/* NAV */
nav {
  font-family: 'Playfair Display SC', serif;
  font-size: 120%;
  z-index: 1000;
  height: 100px;
  width: 100%;
  position: fixed;
  font-weight: bold;
  border-bottom: 2px solid #5f7a8c;
  background-color: #002666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
nav logo a {
  font-size: 250%;
  text-transform: uppercase;
  padding-top: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav ul {
  float: right;
  display: inline-block;
  padding: 0 5px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
nav ul li {
  display: inline;
}
nav a {
  color: #cbceab;
  display: inline-block;
  width: auto;
  padding: 0 15px;
  text-decoration: none;
  line-height: 50px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
nav a:hover {
  color: #fff;
  text-shadow: 1px 1px 0 #4a4d2d;
}
nav a:active {
  color: #fff;
  text-shadow: 1px 1px 0 #4a4d2d;
}
nav #pull {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.smaller {
  height: 60px;
  font-size: 80%;
}
.smaller logo a {
  padding-top: 0;
}
.navbar-fixed {
  box-sizing: border-box;
  top: 0;
  padding-left: 30px;
  z-index: 100;
  position: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  nav logo a {
    font-size: 120%;
    padding-top: 0;
  }
  nav ul {
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    float: none;
    background-color: #002666;
  }
  nav ul li a {
    width: 100%;
    float: none;
  }
  nav.smaller ul {
    width: 100%;
  }
  nav #pull {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 6px;
  }
  nav #pull .icon-bar {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    border-radius: 6px;
    position: relative;
    transition: all 500ms ease-in-out;
  }
  nav #pull .icon-bar:nth-of-type(2) {
    top: 1px;
  }
  nav #pull .icon-bar:nth-of-type(3) {
    top: 2px;
  }
  nav #pull.active .icon-bar:nth-of-type(1) {
    /*top: 11px;
        transform: rotate(45deg);
        */
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  nav #pull.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
  nav #pull.active .icon-bar:nth-of-type(3) {
    /*
        top: -11px;
        transform: rotate(-45deg);
        */
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  #columns {
    column-gap: 0;
  }
  #columns div.image-block {
    min-width: 200px;
  }
  #container #about.section .row.imageheader {
    display: none;
  }
  #container #details.section .row .col-2.listicle {
    font-size: 80%;
  }
  #container #details.section .row.flexible .col-2.image {
    display: none;
  }
  #container #buy.section .shopfront {
    padding: 0 0;
  }
  #container #buy.section .shopfront .shelf {
    display: block;
  }
  div.panela {
    /*display: none;*/
  }
  nav.smaller ul {
    position: absolute;
    top: 48px;
  }
  .navbar-fixed {
    padding-left: 0;
  }
  #contactform label span {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
}

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