* {
  -moz-transition: .2s ease-in-out 0s;
  -webkit-transition: .2s ease-in-out 0s;
  transition: .2s ease-in-out 0s;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  position: relative;
  background-color: #FBF8F7;
  font-weight: 300;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-fluid {
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-media-icons {
  display: block;
  width: 25px;
}

.icons-left {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.icons-right {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

header {
  height: 133px;
  z-index: 2;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav a,
.navbar-nav img {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  color: #541c03;
  text-transform: uppercase;
  width: 20.2%;
  text-align: center;
}

.navbar-nav a:focus {
  color: #1b0a03;
}

.navbar-nav a:hover {
  color: #ac4d30;
  background-color: transparent;
}

.navbar-nav a:active {
  color: #ac4d30;
  background-color: transparent;
}

img.logo {
  width: 18%;
  margin-top: -2%;
}

img.logo:hover {
  background-color: transparent;
}

.navbar-header {
  float: none;
  width: 8.5%;
  margin-left: 32%;
  border: 1px solid #541c03;
}

.icon-bar {
  color: #541c03;
  background-color: #541c03;
}


.btn {
  width: 24%;
  display: block;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #210102;
  border-radius: 0;
  border: 3px solid #f9f4f2;
  text-transform: lowercase;
  transition: color .4s linear 0s;
  -webkit-transition: color .4s linear 0s;
  -moz-transition: color .4s linear 0s;
}

.btn:hover {
  color: #f9f4f2;
  background-color: transparent;
  border: 3px solid #f9f4f2;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.btn-home {
  position: relative;
  top: -49%;
  width: 15%;
}

.btn-brew {
  display: block;
  width: 15%;
  right: 0;
}

.btn-send {
  display: block;
  width: 9%;
  margin: 0 auto;
  color: #f9f4f2;
  background-color: #541c03;
  border: 3px solid #f9f4f2;
}

.btn-send:hover {
  background-color: transparent;
  color: #541c03;
  border: 3px solid #541c03;
}

.btn-vote {
  display: block;
  clear: both;
  width: 9%;
  margin: 0 auto;
  color: #f9f4f2;
  background-color: #ac4d30;
  border: 3px solid #f9f4f2;
}

.btn-vote:hover {
  background-color: transparent;
  color: #ac4d30;
  border: 3px solid #ac4d30;
}


#home {
  position: relative;
  height: 650px;
  background-image: url('../images/dining03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.home-img {
  height: 650px;
  background: -webkit-linear-gradient(45deg, #000, #ac4d30);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(45deg, #000, #ac4d30);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(45deg, #000, #ac4d30);
  /* Firefox 3.6-15 */
  background: linear-gradient(45deg, #000, #ac4d30);
  opacity: .7;
  z-index: 1;
}

#home img.left {
  position: absolute;
  top: 0;
  left: 4%;
  width: 230px;
  z-index: 2;
}

#home img.right {
  position: absolute;
  top: 0;
  right: 4%;
  width: 230px;
  z-index: 2;
}

p.homepage-text {
  display: block;
  position: relative;
  top: -48%;
  width: 48%;
  margin: 0 auto;
  padding: 2%;
  background-color: rgb(251, 248, 247);
  background-color: rgba(251, 248, 247, .6);
  color: #210102;
  text-align: center;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
  z-index: 2;
}

h1.center {
  display: block;
  position: absolute;
  top: 8%;
  width: 100%;
  text-align: center;
  color: #f9f4f2;
  font-size: 2.8em;
  text-shadow: .08em .08em .08em #541c03;
  z-index: 2;
}

.graphic {
  display: none;
}

@keyframes fade-up {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.fade-up {
  position: relative;
  display: inline-block;
  -webkit-animation: fade-up 1s ease-in-out 0s;
  -moz-animation: fade-up 1s ease-in-out 0s;
  animation: fade-up 1s ease-in-out 0s;
}

#home-about {
  box-shadow: 3px 2px 12px #9D9B9A;
  margin-bottom: 20px;
}

#home-about img {
  padding-top: .5%;
}

#home-about img.left {
  width: 9%;
  float: left;
  margin-left: 11%;
}

#home-about img.right {
  width: 9%;
  float: right;
  margin-right: 11%;
}

#home-about img.center {
  width: 34%;
  margin: 0 auto;
  padding-left: 25%;
  text-align: center;
}

#home-about p.text {
  clear: both;
  width: 33%;
  padding: 0 3%;
  color: #1b0a03;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em;
  text-align: center;
}

#brewery {
  position: relative;
  height: 680px;
  width: 100%;
  background-image: url('../images/dining02.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.brew-img {
  width: 100%;
  height: 680px;
  background: -webkit-linear-gradient(-45deg, #000, #541c03);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(-45deg, #000, #541c03);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(-45deg, #000, #541c03);
  /* Firefox 3.6-15 */
  background: linear-gradient(-45deg, #000, #541c03);
  opacity: .8;
  z-index: 1;
}

.panel-one {
  position: absolute;
  display: block;
  top: 20%;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #f9f4f2;
  font-size: 1.4em;
  z-index: 2;
}

.panel-two {
  position: absolute;
  top: 53%;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #f9f4f2;
  font-size: 1.1em;
  z-index: 2;
}

.brew-title {
  position: absolute;
  top: .5%;
  right: 1%;
}

details summary::-webkit-details-marker {
  float: left;
  margin-top: 1%;
  margin-left: -5%;
  background-color: transparent;
  color: #f9f4f2;
  font-size: 100%;
}

#brewery-about {
  height: 250px;
  box-shadow: 3px 2px 12px #9D9B9A;
  margin-bottom: 20px;
}

#brewery-about p.text {
  width: 100%;
  padding: 3% 1%;
  color: #1b0a03;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

.heading-title {
  padding-top: .5%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: #f9f4f2;
  z-index: 2;
}

.left {
  font-size: 2.5em;
}

.right {
  text-align: right;
}

.center {
  padding-bottom: 2%;
  font-size: 2.3em;
  text-align: center;
  color: #541c03;
}

#menu {
  position: relative;
  height: 680px;
  background-image: url('../images/dining04.jpg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.menu-img {
  width: 100%;
  height: 680px;
  background: -webkit-linear-gradient(45deg, #000, #ac4d30);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(45deg, #000, #ac4d30);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(45deg, #000, #ac4d30);
  /* Firefox 3.6-15 */
  background: linear-gradient(45deg, #000, #ac4d30);
  opacity: .7;
  z-index: 1;
}

.menu-title {
  position: absolute;
  top: .5%;
  left: 1%;
}

.panel-three {
  position: absolute;
  top: 19%;
  left: 8%;
  width: 20%;
  padding: 1% 0 1% 1%;
  background-color: rgb(251, 248, 247);
  background-color: rgba(251, 248, 247, .6);
  color: #210102;
  font-size: 1.3em;
}

p.panel-menu {
  float: right;
  position: absolute;
  top: 63%;
  right: 4%;
  width: 40%;
  padding: 1% 0 1% 1.5%;
  background-color: rgb(251, 248, 247);
  background-color: rgba(251, 248, 247, .6);
  color: #210102;
  font-size: 1.3em;
}

#menu-about {
  height: 605px;
  box-shadow: 5px 2px 12px #9D9B9A;
  margin-top: 5px;
  margin-bottom: 21px;
}

#menu-about p.text {
  width: 100%;
  padding: 0 1%;
  color: #1b0a03;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

#group-list {
  display: inline-block;
  width: 30%;
  margin: 0 auto;
  padding: 0 1%;
  margin-top: 1%;
}

#dropzone-one {
  display: inline-block;
  float: left;
  width: 35%;
  height: 300px;
  padding: 1% 0;
  border: 1px solid #ccc;
  overflow: scroll;
}

#dropzone-two {
  display: inline-block;
  float: right;
  width: 35%;
  height: 300px;
  padding: 1% 0;
  border: 1px solid #ccc;
  overflow: scroll;
}

.brew-choice {
  margin-top: -1%;
  text-align: center;
  font-weight: 600;
  color: #541c03;
}

.brew-vote {
  text-align: center;
  background-color: #541c03;
  color: #f9f4f2;
}

#history {
  position: relative;
  height: 690px;
  background-image: url('../images/brew01.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}

.history-img {
  width: 100%;
  height: 690px;
  background-color: #541c03;
  background: -webkit-linear-gradient(-45deg, #000, #541c03);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(-45deg, #000, #541c03);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(-45deg, #000, #541c03);
  /* Firefox 3.6-15 */
  background: linear-gradient(-45deg, #000, #541c03);
  opacity: .89;
  z-index: 999;
}

.history-title {
  position: absolute;
  top: -30%;
}

.slide-obj {
  display: none;
}

.panel-four {
  position: absolute;
  top: 33%;
  right: 50%;
  width: 40%;
  background-color: transparent;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
  text-align: left;
  color: #f9f4f2;
  border: none;
  z-index: 3;
}

@keyframes slide-in {
  from {
    right: -800px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.slide-in {
  position: relative;
  display: block;
  -webkit-animation: slide-in 2.3s ease-out 0s;
  -moz-animation: slide-in 2.3s ease-out 0s;
  animation: slide-in 2.3s ease-out 0s;
}

#history img {
  float: left;
}

#history h2.heading-title {
  font-size: 1.8em;
}

#contact {
  padding-top: 20px;
  height: 520px;
  color: #1b0a03;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

#contact img.center {
  display: block;
  width: 7%;
  margin: 0 auto;
  margin-top: -2.5%;
  padding-bottom: 1%;
}

form {
  margin-top: 1%;
}

label[for*="form"] {
  color: #541c03;
}

input[id*="form"] {
  border: 1px solid #541c03;
  text-align: center;
}

.row-one {
  display: inline;
  width: 100%;
  margin: 0 auto;
}

footer {
  position: absolute;
  bottom: -8px;
  right: 0;
  height: 10px;
  width: 100%;
  padding-right: 1%;
  text-align: center;
}