@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, button, input {
	font-family: "Exo", sans-serif !important;
	color: var(--white) !important;
}

h1 {
	font-size: 50px;
	text-transform: initial;
}

.text-grad {
    background: var(--white);
    background: -webkit-linear-gradient(right, rgba(230,0,126,1), rgba(255,237,0,1));
    background: -o-linear-gradient(right, rgba(230,0,126,1), rgba(255,237,0,1));
    background: -moz-linear-gradient(right, rgba(230,0,126,1), rgba(255,237,0,1));
    background: linear-gradient(to right, rgba(230,0,126,1), rgba(255,237,0,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
	font-size: 35px;
	text-transform: initial;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: initial;
	line-height: 34px;
}

h4 {
	font-size: 22px;
	line-height: 28px;
}

p, ul, ol, li {
	font-size: 17px;
	font-weight: 400;
}
.intro p {
	font-size: 22px;
}
p.large {
	font-size: 22px;
}
a {
	text-decoration: none;
}
a {
	color: var(--white) !important;
}
a:hover {
	color: var(--pink) !important;
}
b, strong {
	font-weight: 700;
}

li {
	margin-bottom: 8px;
}

ul {
	padding: 0;
}
li {
  margin: 0;
	margin-left: 20px;
}

.fab { 
	color: var(--white) !important;
}

.fa-brands { 
	color: var(--white) !important;
}

.fab:hover, .fa-brands:hover { 
	color: var(--pink) !important;
}

.bg-black, .bg-black p, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black li {
	color: white !important; 
}

footer p, footer a {
	color: var(--black) !important;
}

/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {	
}

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

@media only screen and (max-width : 1080px) {
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	h1 {
    	font-size: 28px;
	}
	h2 {
    	font-size: 25px;
	}
	h3 {
    	font-size: 19px;
	}
	h4 {
    	font-size: 18px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	.intro p {
		font-size: 18px;
	}

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {	
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

@media only screen and (max-width : 767px) {

	h1 {
    	
	}
	h2 {
    	
	}
	h3 {
    	
	}
	h4 {
    	
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	
	}
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 600px) {	

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 420px) {
}