.cursor-a{cursor:pointer;}

/* Fonts */
.ff-sanserif{
  font-family: sans-serif;
}
@font-face {
  font-family: TitanOneRegular;
  src: url(../Fonts/TitanOne-Regular.ttf);
  }
@font-face {
  font-family: BingBamBoum;
  src: url(../Fonts/BingBamBoum.ttf);
}
@font-face {
  font-family: Munstar-Regular;
  src: url(../Fonts/Munstar-Regular.ttf);
}
.ff-munstar {
  font-family: Munstar-Regular;
}
/* Logo */
.logo {
  color:#fff;
  font-family:TitanOneRegular;
}
.logo span {
  position: relative;
  top: 20px;
  display: inline-block;
  -webkit-animation: bounce 0.5s ease infinite alternate;
  /*font-size: min(max(50px, 6vw), 80px);*/
  font-size: clamp(48px, 6vw, 72px);
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
	0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
	0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
}

.logo span:nth-child(1) {
  color:#fd7e14;
}
.logo span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

.logo span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}

.logo span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}

.logo span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}

.logo span:nth-child(6) {
  -webkit-animation-delay: 0.4s;
}
@-webkit-keyframes bounce {
100% {
  top: -20px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
  0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
  0 50px 25px rgba(0, 0, 0, 0.2);
  }
}

/*Navigation Menu Buttons*/
.nav-btns div{
  transition: transform 300ms ease-in-out;
  transition-delay:0.5s;
  font-weight:500!important;
  cursor:pointer;
  font-size:1em!important;
}

.nav-btns div:nth-child(1) {
  transform:rotate(-5deg);
}

.nav-btns div:hover:nth-child(1){
  transform:rotate(0deg);
  transition: transform 300ms ease-in-out;
}
.nav-btns div:hover:nth-child(2){
  transform:rotate(7deg);
  transition: transform 300ms ease-in-out;
}
.nav-btns div:hover:nth-child(3){
  transform:rotate(7deg);
  transition: transform 300ms ease-in-out;
}
.nav-btns div:hover:nth-child(4){
  transform:rotate(7deg);
  transition: transform 300ms ease-in-out;
}
.nav-btns div:hover:nth-child(5){
  transform:rotate(7deg);
  transition: transform 300ms ease-in-out;
}