@font-face {
  font-family: 'Baskerville Old Face';
  src: url('../fonts/baskerville-old-face.ttf');
}

body {
  font-family: "Baskerville Old Face";
}

.container {
  max-width: 960px;
}

/*
   * Custom translucent site header
   */

.site-header {
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #000;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #1d524b;
  text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
* Extra utilities
*/

.flex-equal>* {
  -ms-flex: 1;
  flex: 1;
}

.beer-key {
  font-weight: bold;
}

.beer-profile {
  margin-top: 4.0em;
}

.beer-profile h1 {
  word-spacing: 100vw;
}

.beer-profile h2 {
  font-size: 1em;
  font-style: italic;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    -ms-flex: 1;
    flex: 1;
  }
  .beer-stats {
    margin-bottom: 0.5em;
  }
  .beer-stats .beer-key:after {
    content: ":";
  }
  .beer-stats .beer-key {
    float: left;
    margin-right: 1em;
    min-width: 3vw;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    text-align: center;
  }
  /*
  .beer-image {
    background-color: red;
    order: 1;
  }

  .beer-stats {
    margin-bottom: 0.5em;
  }
  .beer-stats .beer-key:after {
    content: ":";
  }
  .beer-stats .beer-key {
    float: left;
    margin-right: 1em;
    min-width: 3vw;
  }
*/
  .beer-stats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  .beer-stats {
    width: 33%;
    min-height: 4em;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.logo path {
  fill: #000000;
}

.social-instagram path, .social-facebook path, .social-untappd path, .social-brewfather path {
  fill: #000000;
}

/*
main > .container {
  height: calc(100%-60px);
}
*/

/*
main {
  min-height: calc(100vh - 200px);
}
*/

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: calc(100vh - 150px);

  display: flex;
  align-items: center;
}

.beer-image img{
  max-width: 100%
}