@media (max-width: 1441px) and (min-width: 320px) {
    .hero .container-mid {
        padding: 0 30px !important;
    }

    .hero-1 .front-content p {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 768px), only screen and (max-height: 630px){
    .hero-1 .front-content h1 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .sponsors-bottom img{
        margin: 20px 10px !important;
    }

}

@media only screen and (max-width: 425px), only screen and (max-height: 630px){
    .hero-1 .front-content h1 {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .sponsors-bottom img{
        width: 140px !important;
        margin: 5px 5px !important;
    }

}

.whats-float {

    position: fixed;
    transform:translate(108px,0px);
    top:67%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: #fff;
  font-size: 3.625em;
  text-align: center;
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

/* paypal */

.pp-float {

  position: fixed;
  transform:translate(108px,0px);
  top:75%;
  right:0;
  width:150px;
  overflow: hidden;
  background-color: #142c8e;
  color: #FFF;
  border-radius: 4px 0 0 4px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}
.pp-float a span {
  color: #fff;
font-size: 3.625em;
text-align: center;
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.pp-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform:rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align:center;

}

.pp-float:hover {
  color: #FFFFFF;
  transform:translate(0px,0px);
}

.pp-float:hover i  {
  transform:rotate(360deg);
}


.sponsors-bottom img{
    margin: 0 10px;
    /*width: 150px;*/

}

.cd-intro {display:flex; justify-content:center; align-items:center; height:100vh;}

.cd-headline {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ffd800;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 2rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------
xclip
-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  /*padding: .2em 0;*/
  text-transform: uppercase;

}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;*/
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.grock {
    color: #FF7F50;
  }
  
  .greggae {
    color: #33FF83;
  }
  
  .gska {
    color: #c4f5ee;
  }
  
  .gpoprock {
    color: #ff3366;
  }
  
  .gindie {
    color: #33e4ff;
  }
  