@font-face {
  font-family: 'Jaro';
  src: url('Jaro-Regular.woff2') format('woff2'),
      url('Jaro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
  margin: 0px;
  padding: 0px;
  background: url(bg.webp) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#mask{
  background: black;
  opacity: .9;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 55;
}

#social-container{
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  overflow: auto;
}

#social{
  width: 50%;
  margin: auto auto;
  text-align: center;
  max-width: 490px;
}

#title{
  color: white;
  font-family: "Jaro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 7vh;
  line-height: 7vh;
  margin-bottom: 0px;
}

#counter{
  color: white;
  text-decoration: underline;
  font-family: "Jaro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3vh;
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.fa {
  position: relative;
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: linear-gradient(270deg, rgba(245,132,60,1) 0%, rgba(215,57,122,1) 55%, rgba(89,89,206,1) 100%);
  color: white;
}

.fa-threads{
  background: linear-gradient(180deg, #393939 0%, #1B1B1B 51.56%, #000000 100%);
  color: white;
}

.fa-twitch {
  background: linear-gradient(0deg, rgba(88,45,155,1) 0%, rgba(142,72,252,1) 100%);
  color: white;
}

.fa-steam{
  background: linear-gradient(180deg, #45566D 0%, #343F53 60.14%, #1B1A1B 100%);
  color: white;
}

.fa-steam-symbol{
  background: linear-gradient(180deg, #45566D 0%, #343F53 60.14%, #1B1A1B 100%);
  color: white;
}

.fa-tiktok{
  background: linear-gradient(0deg, rgba(89,59,186,1) 0%, rgba(39,233,226,1) 100%);
  color: white;
}

.fa-kick{
  background: linear-gradient(#42FF00, #38D900);
  color: white;
}

.fa-kick svg{
  width: 20px;
  color: white;
  fill: white;
}

.link-text{
  font-size: 10px;
  display: inline-block;
  line-height: 13px;
  position: absolute;
  z-index: 999;
  left: 0px;
  bottom: 4px;
  width: 100%;
  text-align: center;
  font-family: "Jaro", sans-serif;
}

.logo{
  width: 100%;
}


@media only screen and (max-width: 400px) {
  #social {
    width: 60%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 300px) {
  #social {
    width: 70%;
    padding-bottom: 50px;
  }
}