/*homepage subheading */
.masthead_subheading{
	text-align:center;
	padding-top: 14rem;
}
@media (min-width: 768px){
	.masthead_subheading{
	padding-top: 11rem;
	}
	.masthead-homepage_heading{
		font-size: 68px !important;
	}
}
@media (max-width: 767px){
	.masthead_subheading{
    padding-top: 4rem;
    font-size: 16px;
	}

	.masthead-homepage_heading{
		font-size: 42px !important;
	}
}
@media (min-width: 1200px){
	.masthead_subheading{
	padding-top: 14rem;
	}
}
/*changed font style header and subheading*/
.masthead-homepage_heading{
	font-family:"Raleway" !important;
	font-weight: 700 !important;
    color: #2F4D5A !important;
	text-shadow: none !important;
	font-size: calc(1em + 3vw) !important;
text-shadow: 0 0 12px #ffffffba !important;
}
.masthead_subheading{
	    font-family: 'Moontime' !important;
    font-weight: 700 !important;
    color: #fcf7e3 !important;
	        font-weight: 400 !important;
        text-shadow: 0 0 10px #e4bb11, 0 0 20px #e4bb11 !important;
	font-size:calc(2em + 3vw) !important;
}