

@font-face {
  font-family: 'Recharge Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Recharge Bold'), url('../fonts/recharge bd.ttf') format('truetype');
  }


.callout.callout-transparent{
    background-color: transparent;
    border-bottom: #fff;
}

.callout.limit-width{
    background-color: rgba(10, 10, 10, 0.5);
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.logo-henkorh{
    width: 75%;
    height: 75%;
    margin-top: -150px;
    margin-left: 12.5%;
    margin-bottom: -80px;
}
.logo-discord{
    width: 15%;
}

.title-caption {
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}

h1.title-caption {
    width: 30%;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}
img.steve{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

h3.title-caption {
    width: 200px;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}
.float-right{
    float: right;
}

.title-ip{
    font-family: 'Recharge Bold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 20px;
    text-decoration: underline;
}

#viewerCount {
  font-family: 'Recharge Bold', Arial, Helvetica, sans-serif;
}
/** LOADER **/
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

.lienSite {
  margin-top: 300px;
  color: white;
}

.colorWhite {
  font-family: 'Recharge Bold', Arial, Helvetica, sans-serif;
  color: white;
}

.cellStream {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reddot {
  position: absolute;
  top: 40px;
  right: 21px;
  width: 70px;
  height: auto;
  z-index: 5;
}

.customLabelWhite
{
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  color: black;
  background-color: white;
}

.viewerCount
{
  background-color: black;
  margin: 50px;
  padding: 5px 8px;
  left: 10px;
  border-radius: 10px;
  position: absolute;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  z-index: 5;
}

.viewerCount img
{
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.description {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.thumbnail 
{
  width: 250px;
  height: 150px;
}

.blockNoLive
{
  margin: auto;
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
}

.blockNoLive p
{
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.blockNoLive img
{
  width: 150px;
  height: auto;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* relevant styles */
.img__wrap {
  position: relative;
  height: 165px;
  width: 250px;
}

.img__description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: rgba(29, 106, 154, 0.32);
  visibility: hidden;
  opacity: 0;
  z-index: 6;
  font-family: 'Lato', Arial, Helvetica, sans-serif;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}