
/*Responsive CSS*/

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

	/*Header Images*/
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size: 60px;
	}
	#post-1694 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size: 50px;
	}
}









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

	/*Header Images*/
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size: 45px;
	}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-image img {
	    height: 160px;
    	margin-top: -25px;
    	padding-bottom: 55px;
	}

	/*Header Image for Hawsdown Training*/
	#post-1171 .et_pb_fullwidth_header_0.et_pb_header_with_image {
		background-size: 120%;
	}
	#post-1171 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content img {
		display: none;
	}

}

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

	/*Header Images*/
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size: 38px !important;
	}
	/*Header Image for Hawsdown Training*/
	#post-1171 .et_pb_fullwidth_header_0.et_pb_header_with_image {
		background-size: 135%;
	}

}