@charset "utf-8";
/* CSS Document */

/*/--------------------Font-Gradients--------------------/*/

.TextGradient {
	background: linear-gradient(#a8cf45, #00a859);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.orangeGradientWht{
  background:
    linear-gradient(to right, 
    #444444, 
    #e36537, 
    #faab30, 
    #e36537, 
    #444444);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    -o-animation: rainbow 2s ease-in-out infinite;
    -ms-animation: rainbow 2s ease-in-out infinite;
    -moz-animation: rainbow 2s ease-in-out infinite;
    -webkit-animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -o-background-clip:text;
    -ms-background-clip:text;
    -moz-background-clip:text;
    -webkit-background-clip:text;
    color:#fff;
    text-align:center;
    transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    font-weight:900;
}

.orangeGradientWht:hover{
  color:rgba(255,255,255,0);
}

/*/--------------------Fonts--------------------/*/

@font-face {
	font-family:PoppinsBlack;
	src:url(../../fonts/PoppinsBlack.ttf);
}

@font-face {
	font-family:PoppinsBlackItalic;
	src:url(../../fonts/PoppinsBlackItalic.ttf);
}

@font-face {
	font-family:PoppinsBold;
	src:url(../../fonts/PoppinsBold.ttf);
}

@font-face {
	font-family:PoppinsBoldItalic;
	src:url(../../fonts/PoppinsBoldItalic.ttf);
}

@font-face {
	font-family:PoppinsExtraBold;
	src:url(../../fonts/PoppinsExtraBold.ttf);
}

@font-face {
	font-family:PoppinsExtraBoldItalic;
	src:url(../../fonts/PoppinsExtraBoldItalic.ttf);
}

@font-face {
	font-family:PoppinsExtraLight;
	src:url(../../fonts/PoppinsExtraLight.ttf);
}

@font-face {
	font-family:PoppinsExtraLightItalic;
	src:url(../../fonts/PoppinsExtraLightItalic.ttf);
}

@font-face {
	font-family:PoppinsItalic;
	src:url(../../fonts/PoppinsItalic.ttf);
}

@font-face {
	font-family:PoppinsLight;
	src:url(../../fonts/PoppinsLight.ttf);
}

@font-face {
	font-family:PoppinsLightItalic;
	src:url(../../fonts/PoppinsLightItalic.ttf);
}

@font-face {
	font-family:Poppins-Medium;
	src:url(../../fonts/Poppins-Medium.ttf);
}

@font-face {
	font-family:PoppinsMediumItalic;
	src:url(../../fonts/PoppinsMediumItalic.ttf);
}

@font-face {
	font-family:PoppinsRegular;
	src:url(../../fonts/PoppinsRegular.ttf);
}

@font-face {
	font-family:PoppinsSemiBold;
	src:url(../../fonts/PoppinsSemiBold.ttf);
}


@font-face {
	font-family:PoppinsSemiBoldItalic;
	src:url(../../fonts/PoppinsSemiBoldItalic.ttf);
}

@font-face {
	font-family:PoppinsThin;
	src:url(../../fonts/PoppinsThin.ttf);
}

@font-face {
	font-family:PoppinsThinItalic;
	src:url(../../fonts/PoppinsThinItalic.ttf);
}


@font-face {
	font-family:BebasNeueRegular;
	src:url(../../fonts/BebasNeueRegular.ttf);
}

@font-face {
	font-family:BubbleMint;
	src:url(../../fonts/BubbleMint.ttf);
}

@font-face {
	font-family:CartoonistKooky;
	src:url(../../fonts/CartoonistKooky.ttf);
}

@font-face {
	font-family:ComicKings;
	src:url(../../fonts/ComicKings.ttf);
}

@font-face {
	font-family:Saitama;
	src:url(../../fonts/Saitama.ttf);
}


/*/--------------------Font-Styles--------------------/*/

.PoppinsBlack {
	font-family:PoppinsBlack !important;
}

.PoppinsBlackItalic {
	font-family:PoppinsBlackItalic !important;
}

.PoppinsBold {
	font-family:PoppinsBold !important;
}

.PoppinsBoldItalic {
	font-family:PoppinsBoldItalic !important;
}

.PoppinsExtraBold {
	font-family:PoppinsExtraBold !important;
}

.PoppinsExtraBoldItalic {
	font-family:PoppinsExtraBoldItalic !important;
}

.PoppinsExtraLight {
	font-family:PoppinsExtraLight !important;
}

.PoppinsExtraLightItalic {
	font-family:PoppinsExtraLightItalic !important;
}

.PoppinsItalic {
	font-family:PoppinsItalic !important;
}

.PoppinsLight {
	font-family:PoppinsLight !important;
}

.PoppinsLightItalic {
	font-family:PoppinsLightItalic !important;
}

.PoppinsMedium {
	font-family:PoppinsMedium !important;
}

.MontserratBlack {
	font-family:PoppinsMediumItalic !important;
}

.PoppinsRegular {
	font-family:PoppinsRegular !important;
}

.PoppinsSemiBold {
	font-family:PoppinsSemiBold !important;
}

.PoppinsSemiBoldItalic {
	font-family:PoppinsSemiBoldItalic !important;
}

.PoppinsThin {
	font-family:PoppinsThin !important;
}

.PoppinsThinItalic {
	font-family:PoppinsThinItalic !important;
}

.BebasNeueRegular {
	font-family:BebasNeueRegular !important;
}

.BubbleMint {
	font-family:BubbleMint !important;
}

.CartoonistKooky {
	font-family:CartoonistKooky !important;
}

.ComicKings {
	font-family:ComicKings !important;
}

.Saitama {
	font-family:Saitama !important;
}
