/*-----------TYPOGRAPHY-----------*/
/*Heading Styles*/
h1, h2, h3, h4, h5, h6 {
	color : #002856;
	font-family: "Gotham";
	font-style: normal;
	font-weight: 400;
}

/*Gutenberg Cover Text*/

/*'Huge' Font Size*/
.wp-block-cover .has-huge-font-size{
	font-family: "Gotham";
	font-style: normal;
	font-size: 5em !important;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 0.6) !important;
}

/*'Large' Font Size*/
.wp-block-cover .has-large-font-size{
	font-family: "Gotham";
	font-style: normal;
	font-size: 4em !important;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 0.6) !important;
}

/*'Medium' Font Size*/
.wp-block-cover .has-medium-font-size{
	font-family: "Gotham";
	font-style: normal;
	font-size: 2em !important;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 0.6) !important;
}

/*h1*/
.wp-block-cover__inner-container h1{
	font-family: "Gotham";
	font-style: normal !important;
	font-size: 5em !important;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 0.6) !important;
}
 
.wp-block-cover .wp-block-cover__inner-container h2{
	 color: #ffffff !important;
} 
 
.wp-block-cover .wp-block-cover__inner-container h4{
	 color: #ffffff !important;
} 

/*Medium Screens*/
@media only screen and (max-width : 1062px){
	/*Huge Font Size*/
	.wp-block-cover .has-huge-font-size{
		font-size: 4em !important;
	}

	/*h1*/
	.wp-block-cover__inner-container h1{
		font-size: 4em !important;
	}
}

/*Small Screens*/
@media only screen and (max-width : 808px){
	/*huge font size*/
	.wp-block-cover .has-huge-font-size{
		font-size: 3em !important;
	}

	/*h1*/
	.wp-block-cover__inner-container h1{
		font-size: 3em !important;
	}
}

/*Kindle Screens*/
@media only screen and (max-width : 781px){
	.wp-block-cover .has-medium-font-size{
		font-size: 2em !important;
	}
}

/*Medium (Kindle) Screens*/
@media only screen and (max-width : 1020px){
	.wp-block-cover .has-medium-font-size{
		font-size: 1em !important;
	}
}