/*BOOTSTRAP OVERRIDES*/
div.item.active {
  max-height: 400px;
}
div.item.active img {
  overflow-y: hidden;
}
.container {
  max-width: 922px;
}
body {
  font-family: Montserrat,'Helvetica-Neue Light',sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight:300;
}
a,
a:active,
a:focus,
a:visited,
a:hover {
  color: #a29061;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.btn,
.btn-default {
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #a29061;
  border: 1px solid #a29061;
  color: #ffffff;
  transition: background-color .2s ease-in-out, border .2s ease-in-out;
}
.WINETD {
 padding-left: 10px;  
 padding-right: 10px;
}

.btn:hover,
.btn-default:hover {
  background-color: #002d47;
  border: 1px solid #002d47;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  text-align: center;
  color: #a29061;
  line-height: 1.15em;
  margin: 0px;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 10px;
}
h1 {
  margin-top: 28px;
  font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}
h3 {
      font-size: 22px;
    font-weight: 300;
    line-height: 26px;
 padding-left:10px;
 padding-right: 10px;
}
h4 {
  line-height: 1.2;
  margin-bottom: 17px;
 padding-left:10px;
 padding-right: 10px;
}
p {
  padding-left: 10px;
  padding-right: 10px;
}
.alert-danger {
  margin-top: 20px;
}
/*CUSTOM CLASSES*/


.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  padding-top: 20px;
}
.enjoy-responsibly {
  width: 80px;
  padding-top: 15px;
}
.social-icon {
  width: 40px;
  margin: 15px;
}
.nav-links {
  padding-top: 20px;
}
.menu-link,
.menu-link:active,
.menu-link:focus,
.menu-link:visited,
.menu-link:hover {
  color: #002d47;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
}
.menu-link:hover {
  text-decoration: none;
  padding-bottom: 13px;
  color: #a29061;
  border-bottom: 4px solid #a29061;
}
.footer-link,
.footer-link:active,
.footer-link:focus,
.footer-link:visited,
.footer-link:hover,
.footer-title {
  color: #ffffff;
  text-decoration: none;
  font-family: Montserrat,'Helvetica-Neue Light',sans-serif;
text-transform: none;
}
.footer-link:hover {
  text-decoration: underline;
}
.body-content {
  position: relative;
  top: 140px;
  z-index: 1;
}
.bottle-shot {
  height: 250px;
  margin: 0 auto;
  padding: 15px;
  border: 0;
}
.read-more {
  cursor: pointer;
}
.paragraph-lead {
  color: #a29061;
  text-transform: uppercase;
    font-weight: bold;
  
} 
.hidden-desktop {
  display: block;
}
.hidden-mobile {
  display: none;
}
.desktable {
  display: block;
  align: center;
}
/*just for building
      div{
      border:0.25px solid;
      }*/
@media (min-width: 768px) {
  .body-content {
    top: 180px;
  }
.hidden-desktop {
  display: none;
}
.hidden-mobile {
  display: block;
}

.desktable {
  display: block;
  width: 50%;
  align: center;
}
  .bottle-shot {
    height: 300px;
  }
  p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bottom-nav {
  padding: 60px 20px;
  background-color: #a29061;
  color: #ffffff;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 1050;
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
}
.fa-social{
color: #ffffff;
font-size:28px;
margin:26px;
cursor:pointer;
}
.fa-social:hover{
font-size:30px;
margin-top: 25px;
margin-bottom: 25px;
}


/* Mobile */
@media (max-width: 767px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
         width: 80%;
    }
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
        width: 80%;
    }
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .slider-size {
         height: 200px;
    }
    .slider-size > img {
        width: 80%;
    }
}

/* desktops */
@media (min-width: 1024px) {
    .slider-size {
        height: 300px;
    }
    .slider-size > img {
        width: 60%;
    }
}