body {
    background-color: ghostwhite;
}
.is-justified{
     text-align: justify;
  	 text-justify:distribute;
}
.image-circle{
    border-radius: 50%;
}

.is-youtube{
    border-color: transparent;
    color: #e52d27;
}

.button.is-youtube:hover{
    border-color: transparent;
    color:#e52d27;
}

.is-facebook{
    border-color: transparent;
    color: #147fcc;
}

.button.is-facebook:hover{
    border-color: transparent;
    color:#147fcc;
}

.is-twitch{
    border-color: transparent;
    color: mediumpurple;
}

.button:hover{
  background-color:#232323;
}

.button.is-twitch:hover{
    border-color: transparent;
    color:#7a58bc;
}

.hero.is-black{
  color:rgba(255,255,255,0.9);
}

.hero.is-black .subtitle strong{
  color:cadetblue;
}

.hero.is-black .subtitle{
  color:lightblue;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: lightblue;
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: ghostwhite;
  border-color: white;
  color: steelblue;
}

.section{
  background-color:ghostwhite;
}

.section.is-social{
  background-color: #c9d6e2;
}

.is-black{
    background-color:#212121;

}
.footer {
  background-color: #212121;
  padding: 3rem 1.5rem 3rem;
}

.is-gray, .is-gray strong{
  color:gray;
}

a{
  color:#1ca4e4;
}

.nav-item a.is-tab:hover,
a.nav-item.is-tab:hover {
  border-bottom-color: #1ca4e4;
}

.nav-item a.is-tab.is-active,
a.nav-item.is-tab.is-active {
  border-bottom: 3px solid #1ca4e4;
  color: #1ca4e4;
}

.tier{
  position:absolute;
  bottom: 10px;
  left: 5px;
  width: 50px;
  border-radius: 50%;
  border:2px solid #B38110;



}