@font-face {
    font-family: 'Muller';
    src: url('fonts/Fontfabric-MullerBlackItalic.otf') format('opentype');

  }

.kub {
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    background: white;
  }

  .bg-darker {
    background: #0f0f0f;
  }

  p {
    color: white;
  }
  
  .krub {
    font-family: "Krub", sans-serif;
  }

  .oswald {
    font-family: "Oswald", sans-serif;
  }
  .fw-semibold {
    font-weight: 600;
  }

  .green {
    color: #14d164;
  }

  .bg-green {
    background: #14d164;
  }

  .darker {
    color: #111 !important;
  }
  .darker a {
    text-decoration: none !important;
    }
  .darker a:hover {
text-decoration: underline !important;
}
  .butt {
    background-color: #14d164;
    color: white;
    padding: 10px 40px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
  }

  .forma {
    list-style-type: square;
  }

  .transparent-text {
    opacity: 0.1;
  }

  .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(180deg);
  }

  .vertical-text2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }




  /************************/


.mw-150 {
    min-width: 150px !important;
}

.bg-lopta {
    background-image: url(img/lopta.png);

}

.bg-zvezda {
    background-image: url(img/zvezda.png);

}

.bg-pitanja {
    background-image: url(img/pitanja.png);

}

.bg-medal {
    background-image: url(img/medal.png);
}

.bg-oglav {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.letter-spacing-1 {
    letter-spacing: 3px;
}

.grnsq {
    background-image: url(img/grn_pipk.png);
    background-repeat: no-repeat;
    margin-left: -2rem;
    padding-left: 2rem;
    background-position: 0px 3px;
}
.screamman {
  background: #111111 !important;
}



/* /***************************************** wwa   */
.wwatitle {
    font-family: muller;
    font-size: 94px;
    margin-top: 215px;
}
.bg-wwa {
    background-image: url(img/bg-wwa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
    background-color: #181818 !important;
}

.tmitem a, .contactus a {
  font-size: 1rem !important;
  padding-bottom: 1rem;
}
.tmitem {
  padding-bottom:1rem;
}


.tmitem:hover {
  border-bottom: 2px solid white;
  transition: .2s;
}
/*.contactus {
  padding: 0.7rem;
  background: white;
  margin-bottom: 10px;
}*/
.contactus {
    padding: 0.7rem;
    background: #14d164;
    margin-bottom: 10px;
    transition: .2s;
}
.contactus a {
  color: black;
}
.contactus:hover, .butt:hover {
    background: white;
    transition: .2s;
}
.contactus a:hover, a .butt:hover {
    color: #14d164 !important;
    transition: .2s;
}
.navbar-toggler {

    color: rgb(255 255 255);
    background-color: #ffffff3d;
}

/*******************************************/
@media (max-width: 768px) {
    .grnsq {
        background-image: url(img/grn_pipk.png);
        background-repeat: no-repeat;
        margin-left: -1.5rem;
        padding-left: 1.5rem;
        background-position: 0px 3px;
    }
    .wwatitle {
        font-family: muller;
        font-size: 40px;
        margin-top: -50px;
    }
    .bg-wwa {
        background-image: url(img/bg-wwa.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: left;
        background-position-y: top;
    }
}