

h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, button, input {
	font-family: 'Poppins', sans-serif;
	z-index: 3;
}

blockquote {
    margin-left: 4%;
	margin-right: 4%;
}
blockquote p {
	font-size: 21px;
    font-style: italic;
}

a {
	color: var(--dark-blue);
	text-decoration: none;
}
.white-link, .white-link a {
	color: var(--white);
}

h1 {
	font-size: 3vw;
	font-weight: 800;
	color: var(--green);
	text-transform: uppercase;
}

h2 {
	font-size: 2.2vw;
	font-weight: 700;
	color: var(--dark-blue);
	text-transform: uppercase;
}

h3 {
	font-size: 1.8vw;
	font-weight: 700;
	color: var(--dark-blue);
	text-transform: uppercase;
}

h4 {
	font-size: 1.6vw;
	font-weight: 100;
	color: var(--dark-blue);
}

h5 {
	font-size: 22px;
	font-weight: 200;
	color: var(--white);
	line-height: 150%;
}

.black-text h5 {
	color: var(--black) !important;
	margin-bottom: 25px;
}

h6 {
	color: var(--orange);
	font-size: 17px;
}

p, ul {
	font-size: 18px;
	font-weight: 300;
}

ul {
	margin-bottom: 30px;
}

p#breadcrumbs {
	font-size: 14px;
    margin-bottom: 25px;
}


/* ----------------------------------------------------- 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) {	
	p, ul {
		font-size: 17px;
	}
	ul {
    	margin-bottom: 22px;
	}
}

/* ----------------------------------------------------- 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) {	
	p, ul {
		font-size: 16px;
	}
}

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

@media only screen and (max-width : 1250px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 19px;
	}
	
	p, ul {
		font-size: 15px;
	}
	
	blockquote p {
		font-size: 19px;
	}
} 

/* ----------------------------------------------------- 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) {	
	h3 {
    	font-size: 25px;
	}
}

/* ----------------------------------------------------- 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) {
}

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

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

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

@media only screen and (max-width : 600px) {	
	h1 {
		font-size: 30px !important;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 25px;
	}
	
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	
	p, ul {
		font-size: 16px;
	}
	blockquote {
    	margin-left: 0;
	}
	blockquote p {
		font-size: 18px;
	}

}

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

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

}

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

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