html, body {
  margin: 0;
  padding:0;
  font-size: 18px;
}

.row-header {
  margin: 0px auto;
  padding: 0px auto;
}

.jumbotron {
  padding: 20px 0px 20px 0px;
  margin: 0px auto;
  /* background: #187AEA; */
  background-color: hsl(212,83%,40%);
  color: floralwhite;
}

body {
  padding: 55px 0px 0px 0px;
  z-index: 0;
}

.navbar-inverse {
  /* background-color: #0f56a6; */
  background-color: hsl(212,83%,35%);
  color: floralwhite;
}

.card-header {
  background-color: #187AEA;
}

.card {
  margin: 25px 0px 25px 0px;
  padding-left: 0px;
}

.card-block {
  padding: 5px 10px 5px 10px;
}

.cardcontainer {
  padding: 0px;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #deecfc;
 }

.table {
   border:2px solid #0f56a6;
   background: white;
}

.table thead > tr > th { border-bottom: none; }
.table tbody > tr > td { border-top: 1px solid #0f56a6; }

.breadcrumb {
  background: transparent;
  font-size: 1.5rem;
}

.footer {
  /* background-color: #bad7f9; */
  background-color: hsl(212,83%,70%);
  /*margin: 0px auto;*/
  padding: 0px 0px 20px 0px;
  /*margin-right:-17px;*/
  clear: both;
}

#bhbblogo {
  border:5px ridge #0c4281;
  display: block;
  margin: auto;
}

.btnspc {
  margin-right: 5px;
}

.btnfit {
  white-space: nowrap;
  width: 20%;
}

i.fa-beer {
  /*color: #187AEA;*/
}

.beerlists {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.2;
}

.maindiv {
  width: 100%;
  height: 110%;
  display: block;
  position: relative;
  background: linear-gradient(rgba(255, 204, 0, 0.7), rgba(240, 144, 0, 0.7)), url("../Images/Beer-faq-bg-1500.jpg");
  background-repeat: no-repeat;
  background-position: center top ;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size: cover;
  box-sizing: initial;
  border:1px solid yellow;
}

p {
  font-size: 1.25rem;
  margin-bottom: 0rem;
}

a {
  color: black;
}

.container {

}

.imgalignright {
  padding: 10px;
  margin-right: 10%;
  max-width: 35%;
}

@media (max-width: 992px) {
  .imgalignright {
    display: block;
    margin: auto;
    padding: 0px;
    max-width: 75%;
  }

}

.black {
  background: black;
  border-radius: 15px;
  color: white;
  margin-bottom:25px;
}

.calcp {
  margin-bottom: 10px;
}

.entrylabel{
  font-size: larger;
}

.lastentry, .brewButton {
  margin-bottom: 25px;

}

.result {
  visibility: hidden;
}

.resultcalc {
  font-weight: bold;
  font-size: larger;
  background: grey;
  color: black;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 25px;
}

.waterinput{
  width: 100px;
  display: inline;
  margin: 10px;
}

.center-text {
  text-align: center;
}


@media (min-width: 992px) {
  .listdiv {
    margin-left: 1%;

  }

}

#toggleLogin {
  padding-right: 15px;
}

#loginAlert {
  display: none;
}

.faicons {
  margin-right: 20px;
}

.hopTableOn {
  display:block;
}

.hopTableOff {
  display: none;
}

.cardhome {
  width: 18rem;
  transition: all 1s;
  transition-timing-function: ease-in-out;
}

.cardhome:hover {
  transform: scale(1.1);
}

.cardall {
  border: 2px solid #0f56a6;
  -moz-box-shadow: 4px 4px 5px #888888;
  -ms-box-shadow: 4px 4px 5px #888888;
  -webkit-box-shadow: 4px 4px 5px #888888;
  -o-box-shadow: 4px 4px 5px #888888;
  box-shadow: 4px 4px 5px #888888;
}

.bhbtitle {
  font-size: 2.5em;
}

@media screen and (min-width: 768px) {
  .bhbtitle {
    font-size: 3.5em;
  }
}
