body{
  background-color: #f8f9fa;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#siteContent{
  flex: 1;
  background: url(../images/mainbg.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
#headerMenu{
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
.ui.inverted.grey.menu, .ui.inverted.menu .grey.active.item{
    background-color: #adabab;
}
.statNumber{
  position: relative;
  z-index: 999;
  font-family: 'Neuton', serif !important;
  text-align: center;
  font-size: 140px;
  line-height: normal;
  text-align: center;
  width: 100%;

  margin-top: -25px;
  margin-bottom: -15px;
}
.smallStat{
  font-size:80px;
}
.textoBajoStat{
  text-align: center;
  font-size: 10px;
  height: 10px;
}

.loading img{
  display: none;
}
.ui.segment{
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.ui.segment h4{
  padding: 10px 14px;
  color: #fff;
  background-color: #006097;
}

#mozo{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  z-index: 0;
}
#polaroid{
  position: absolute;
  bottom: -110px;
  left: 30%;
  right: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  opacity: 0.5;
  z-index: 0;
}
#botellaFernet{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
  z-index: 0;
  transform: rotate(-25deg);
}
.footer.segment{
  padding: 20px;
}
.footer p{
  margin-top: -10px;
}

.ui.horizontal.divider{
  color: #fff;
}
