
  body, html {
    background: #2a2e32;
    height: 100%;
  }
  /* img {
    display: block;
    max-width:230px;
    max-height:250px;
    width: auto;
    height: auto;
} */
    .add-spaces{
      height: 600px;
    }
    .jumbotron{
      background: url("../Images/image_72192707.JPG") transparent no-repeat center; 
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
  }

.beer-card{
    justify-content: center;
    background-color: transparent;
    border: none
}

.card-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}

.card {
  background: transparent;
  border: none;
}


.carousel-inner{
  width: 100%;
  max-height: 600px !important;
}

.text-small {
  font-size: 0.9rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  background: #212529;
  border-color: #545454;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff
}

.form-control:focus {
  background: #212529;
}

footer {
  background: #212529;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-containers {
  padding: 10px 0;
}

.carousel-containers {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {
  .carousel-containers {
    padding: 1.5em 0;
  }

}

@media screen and (max-width: 600px) {
 iframe {
   width: 380px;
 }
}
@media screen and (max-width: 600px) {
 .add-spaces {
   height: 300px;
 }
 }

@media screen and (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}

@media only screen and (max-width : 1200px) {
  .container {
    max-width: 80vw;
max-height: 80vh;
  }
}

  