/*BOOTSTRAP OVERRIDES*/
.hero-banner {
  overflow: hidden;
  max-height: 400px;
}
.container {
  max-width: 922px;
}
.col-sm-4,
.col-sm-8 {
  margin-bottom: 20px;
}
body {
  font-family: "Open Sans";
  color: #222;
  font-size: 1.5em;
  line-height: 1.5em;
}
a,
a:active,
a:focus,
a:visited,
a:hover {
  color: #222;
  text-decoration: none;
}
.btn,
.btn-default {
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  padding: 0.6em 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn:hover,
.btn-default:hover {
  color: #ffffff;
  background-color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  line-height: 1.5em;
  margin: 0px;
}
h1 {
  margin: 10px;
}
p {
  padding-left: 10%;
  padding-right: 10%;
}
.form-control {
	border: 1px solid #000;
border-radius: 0px;
box-shadow: none;
-webkit-box-shadow: none;
height: 3em;
letter-spacing: 1.2px;
}
.form-control:focus  {
	border: 1px solid #000;
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0,0,0,.6);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0,0,0,.6);
}


.alert-danger {
  margin-top: 20px;
}
/*CUSTOM CLASSES*/
.top-nav {
  background-color: #000;
  padding: 20px;
  color: #fff;
  text-align: center;
  top: 0px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1050;
}
.logo {
  width: 100%;
  max-width: 200px;
}
.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: #fff;
  text-decoration: none;
}
.body-content {
  position: relative;
  top: 65px;
  z-index: 1;
}
.bottle-shot {
  height: 250px;
  margin: 0 auto;
  padding: 15px;
  border: 0;
}
.read-more {
  cursor: pointer;
}
/*just for building
div{
border:0.25px solid;
}*/
@media (min-width: 768px) {
  .body-content {
    top: 110px;
  }
  .bottle-shot {
    height: 300px;
  }
  p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bottom-nav {
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 1050;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}