body, p, a, li, ul, ol, button, input {
	font-family: "Open Sans", sans-serif !important;
	color: var(--white) !important;
}

h1 {
	font-size: 38px;
	font-weight: 300;
	color: var(--white) !important;
	font-family: "Merriweather", serif !important;
	text-transform: initial;
}

h2 {
	font-size: 32px;
	font-weight: 300;
	color: var(--white) !important;
	font-family: "Merriweather", serif !important;
	text-transform: initial;
}

h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	color: var(--white) !important;
	text-transform: initial;
	font-family: "Merriweather", serif !important;
}

h4 {
	font-size: 24px;
	line-height: 28px;
	color: var(--yellow) !important;
	font-family: "Merriweather", serif !important;
}
h4 a {
	font-family: "Merriweather", serif !important;
}

p, ul, ol, li {
	font-size: 16px;
	font-weight: 400;
	color: var(--white) !important;
}
header p, header a {
	font-size: 14px;
	color: var(--yellow) !important;
	margin-bottom: 0;
}
.intro p {
	font-size: 22px;
}
a {
	text-decoration: none;
}
a, a:hover {
	color: var(--yellow) !important;
}

b, strong {
	font-weight: 700;
}

li {
	margin-bottom: 8px;
}

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

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

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

.fab:hover, .fa-brands:hover { 
	color: var(--white) !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; 
}


/* ----------------------------------------------------- 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: 23px;
	}
	h4 {
    	font-size: 21px;
	}
	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) {
}