body{
  background-color: #f8f9fa;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#siteContent{
  flex: 1;
}
#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{
    font-family: 'Roboto Slab', serif;
    font-size: 4em;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 999;
}
textarea{
    height: 400px;
    width: 100%;
}
.statNumber span{
    display: inline-block;
    /* width: 60px; */
}

.odometerContainer{
    text-align: center;
}

#pjselfie{
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 150px;
    z-index: 0;
}

#pjrumba{
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 150px;
    z-index: 0;
}
#pjpalanca{
    position: absolute;
    bottom: 70px;
    right: 0px;
    height: 150px;
    z-index: 0;
}
#pjturista{
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 150px;
    z-index: 0;
}

.loading img{
    display: none
}
.odometer{
    font-size: 4rem !important;
    font-family: 'Roboto Slab', serif !important;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1em;
    color: #1b1c1d;
    text-transform: uppercase;
    text-align: center;
}

.ui.statistics{
    margin: -15px -15px;
    position: relative;
    z-index: 999;
}
