/*styles - nav*/
.h1, h1 {
  font-family: 'rifficbold';
  font-size: 32px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 35px;
  margin: 0 25px;
}

@media (min-width: 576px) {
  .h1, h1 {
    font-size: 56px;
  }
}

.h2, h2 {
  font-family: 'rifficbold';
  font-size: 24px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 15px 0;
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 36px;
    padding: 24px 0 15px 0;
    margin: 0 25px;
  }
}

.navbar{
	z-index: 100;
}

.nav-clean {
  background-color: #6900c2;
}

#navcol-1 {
  font-family: 'rifficbold';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFF;
}

@media (min-width: 992px) {
  #navcol-1 {
    font-family: 'rifficbold';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #FFF;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #FFF;
}

.navbar-default .navbar-toggle.collapsed {
  border-color: white;
  border: 2px;	
}

.navbar-default .navbar-toggle{
 border-color: white;
 border: 2px;	
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgba(255,255,255,1.00);
} 

.navPad {
  padding-right: 25px;
}

.close{
	font-family: 'rifficbold' !important;
  	font-size: 32px !important;
  	color: #1A1A1A !important;
	opacity: 1 !important;
    float:right;
    z-index:101;    
}



/*------------------FOOTER------------------*/
#superfooter {
  width: 100%;
  height: 600px;
  background-color: #8c04ff;
  color: #FFFFFF;    
  text-align: center;
  padding: 50px 0px;
}

@media (min-width: 576px) {
  #superfooter {
    height: 550px;
  }
}

@media (min-width: 768px) {
  #superfooter {
    height: 280px;
  }
}

@media (min-width: 992px) {
  #superfooter {
    height: 250px;
  }
}

.sf-left {
  margin-bottom: 20px;
}

.sf-center {
  margin-bottom: 20px;
}

.sf-right {
  margin-bottom: 20px;
}

.footHead {
  color: #ffffff;
  font-family: 'Mouse Memoirs';
  font-size: 36px;
}

.social-foot a {
  font-size: 32px;
  padding-right: 10px;
  color: white;
}

.footCopy {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;   
  color: #FFFFFF;    
}

.hash {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 700;    
  color: #FFFFFF;    
}

#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 100px;
  background-color: #730dca;
}

@media (min-width: 768px) {
  #footBasic {
    padding: 20px 0;
    font-size: 14px;
    height: 65px;
    background-color: #730dca;
  }
}

.footlink { 
	color: #FFFFFF; 
}

.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;    
}

.footer-basic {
  padding: 20px 0;
  color: rgba(255,255,255,.5);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.80;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
/*----------------end FOOTER---------------------------*/

#mayhemHero {
  background-color: #0EB9FA;
  height: 500px;
  padding-top: 56px;	
}

@media (min-width: 992px){
    #mayhemHero {
  padding-top: 68px;
}
}

.logoHolder {
  height: 250px;
  margin: 25px;
}

.mayLogo {
  background-image: url("../../assets/img/mayhem/may-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#mayhemBox {
  padding: 0 0 50px 0;
}

.boxHolder {
  height: 270px;
  z-index: 100;
  margin-top: -170px;
}

@media (min-width: 768px){
	.boxHolder {
  height: 350px;
  z-index: 100;
  margin-top: -130px;
}
}

.mayBox {
  background-image: url("../../assets/img/mayhem/may-BOX.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.excHolder {
  height: 200px;
}

@media (min-width: 992px){
	.excHolder {
  height: 250px;
}
}


.heroJack {
  background-image: url("../../assets/img/mayhem/may-jack.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.heroPunk {
  background-image: url("../../assets/img/mayhem/may-punky.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.heroMoney {
  background-image: url("../../assets/img/mayhem/may-money.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.heroYum {
  background-image: url("../../assets/img/mayhem/may-yum.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.storyCopy{
  font-family: 'Lato';
  font-weight: 600;	
  font-size: 12px;
  color: #0eb9fa;
  text-align: center;
  line-height: 1;
  padding: 10px 10px;
}


@media (min-width: 576px){
  .storyCopy {
  font-family: 'Mouse Memoirs';
  font-weight: 300;	  
  font-size: 20px;	  
  color: #0eb9fa;
  text-align: center;
  line-height: 1;
  padding: 10px 10px;
}
}


@media (min-width: 768px){
  .storyCopy {
  font-size: 22px;
  line-height: 1.1;
  padding: 15px 10px;
}
}

@media (min-width: 992px){
 .storyCopy {
  font-size: 28px;
  margin: 40px 0 0 0;	 
}
}

#mayhemButt {
  align-content: center;
}

.buttonKS {
  height: 60px;
  cursor: pointer;
  align-content: center;
}

.buttonIMG {
  background-image: url("../../assets/img/mayhem/button_ks.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px;
}

.buttonAMZ {
  background-image: url("../../assets/img/mayhem/button_amz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px;
}

.parallaxHolder {
  height: 250px;
}

@media (min-width: 992px){
	.parallaxHolder {
  height: 300px;
}
}

.parallaxIMG {
  background-image: url("../../assets/img/mayhem/may-parallax.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

#mayhemCards {
  padding: 30px 0;
}

.cardHolder {
  height: 250px;
}

@media (min-width: 768px){
	.cardHolder {
  height: 350px;
}
}

.cardToss {
  background-image: url("../../assets/img/mayhem/may-toss.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.cardChaos {
  background-image: url("../../assets/img/mayhem/may-chaos.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

#mayhemStory2 {
  padding: 100px 0 10px 0;
  margin-top: 25px;	
}
.storyCopy2{
  font-family: 'Lato';
  font-weight: 600;	
  font-size: 12px;
  color: #0eb9fa;
  text-align: center;
  line-height: 1;
  padding: 10px 10px;
}


@media (min-width: 576px){
  .storyCopy2 {
  font-family: 'Mouse Memoirs';
  font-weight: 300;	  
  font-size: 20px;	  
  color: #0eb9fa;
  text-align: center;
  line-height: 1;
  padding: 10px 10px;
}
}


@media (min-width: 768px){
  .storyCopy2 {
  font-size: 22px;
  line-height: 1.1;
  padding: 15px 10px;
}
}

@media (min-width: 992px){
 .storyCopy2 {
  font-size: 28px;
  margin: 40px 0 0 0;	 
}
}

#mayhemButt2 {
  align-content: center;
}