

h1 {
	font-family: "Oswald", sans-serif;
	color: var(--gold);
	font-size: 36px;
	margin: auto 0 30px 0;
	font-weight: 400;
}


h2 {
	font-family: "Oswald", sans-serif;
	color: var(--charcoal);
	font-size: 38px;
	margin: auto 0 30px 0;
	font-weight: 900;
	text-transform: uppercase
}


h3 {
	font-family: "Oswald", sans-serif;
	color: var(--gold);
	font-size: 23px;
	font-weight: 400;
	margin: auto 0;
	margin-bottom: 15px;
	display: block;
}

h3::after {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	background-color: var(--gold);
	justify-self: center;
	margin-top: 10px;
}

h4 {
	font-family: "Oswald", sans-serif;
	color: var(--ivory);
	font-size: 28px;
	font-weight: 400;
	margin: auto 0;
	margin-bottom: 25px;
	display: block;
}

h4::after {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background-color: var(--gold);
	margin-top: 15px;
}


p, ul {
	font-family: "Lato", sans-serif;
	color: var(--charcoal);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

p a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	cursor: pointer;
	color: var(--charcoal);
	text-decoration: none;
	transition-duration: 0.2s;
}

p a:hover {
	color: var(--gold);
}

h5 {
	font-family: "Lato", sans-serif;
	font-weight: 200;
	color: var(--ivory);
	letter-spacing: 0.8px;
	line-height: 26px;
	font-size: 22px;
}









li a {
	font-family: "Oswald", sans-serif;
	color: var(--black);
	text-decoration: none;
	font-weight: 600;
	transition-duration: 0.3s;
	letter-spacing: 1px;
}

ul {
	font-family: "Oswald", sans-serif;
	padding-left: 20px;
}

li a:hover {
	color: var(--red);
}

.footer-details p {
	font-size: 15px;
}
.footer-details p a {
	text-shadow: none;
}



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

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

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

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

/* ----------------------------------------------------- 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 1000px ----------------------------------------------------- */

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

	h1 {
		font-size: 30px;
		font-weight: 300;
	}
	h1 span.yellow {
		font-size: 35px;
		font-weight: 900;
	}
	h2 {
		font-size: 25px;
	}
	h5 {
		font-size: 20px;
		letter-spacing: 0.6px;
	}
	p, ul {
		font-size: 16px;
	}
}

/* ----------------------------------------------------- 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 {
		font-size: 25px;
	}
	h5 {
		font-size: 18px;
		letter-spacing: normal;
		font-weight: 300;
	}
	
}

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