@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body, h3, h4, h5, p, a, li, ul, ol, button {
	font-family: "Montserrat", sans-serif;
	color: var(--white);
}

h1 {
	font-family: "Bebas Neue", sans-serif;
	color: var(--white);
	font-size: 75px; /*6vw*/
	line-height: 1;
}
h1 .outline-text-white {
	font-size: 130%;
}
h1 img {
	max-height: 53px;
}
h2 {
	font-family: "Bebas Neue", sans-serif;
	color: var(--white);
	font-size: 55px;
	line-height: 1;
}
h2 img {
	max-height: 40px;
}

h3 {
	color: var(--white);
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 20px;
}
h3.icon {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}
h3.icon img {
	max-width: 40px;
	margin: -12px 0 0 10px;
}
h3.icon-lc {
	font-weight: 700;
}
h3.icon-lc img {
	max-width: 35px;
	margin: -12px 0 0 10px;
}

h4 {
	font-size: 21px;
	font-weight: 400;
}

p, ul, ol {
	font-size: 17px;
}

a, a:hover {
	color: var(--dark-grey);
	text-decoration: none;
}
#breadcrumbs {
  font-size: 13px;
}

li {
	margin-bottom: 8px;
}

.outline-text-white {
	-webkit-text-stroke: 1px white;
  	color: transparent;
	font-size: 182%;
}
h2.community-heading .outline-text-white {
	font-size: 182%;
}
h2.community-heading img {
	max-height: 4.16vw;
}
h2 .outline-text-white {
	font-size: 85px;
}
h2 .outline-text-white img {
	max-height: 60px;
}

/* ----------------------------------------------------- 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: 60px;
	}
	h1 img {
  		max-height: 43px;
	}
	h2 {
    	font-size: 40px;
	}
	h3 {
    	font-size: 30px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}

}

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

@media only screen and (max-width : 991px) {	
 	h1 {
    	font-size: 50px;
	}
	h1 img {
  		max-height: 36px;
	}
	h2 {
    	font-size: 40px;
	}
	h2 img {
  		max-height: 29px;
	}
	h2 .outline-text-white {
		font-size: 65px;
	}
	h2 .outline-text-white img {
		max-height: 48px;
	}
	.community-heading {
		font-size: 10vw !important;
	}
	h2.community-heading img {
		max-height: 7.16vw;
	}
	h3 {
    	font-size: 24px;
	}
	h4 {
    	font-size: 18px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	font-size: 16px;
	}
}

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

}

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

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

}

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

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