/* Enter Your Custom CSS Here */
.mainintro {
    color: red; 
    background: yellow;
  	-ms-filter: "alpha(opacity=75)"; /* IE8 */
	filter: alpha(opacity=75); /* Old IE */
	-khtml-opacity: 0.75; /* Old Safari */
	-moz-opacity: 0.75; /* Old Firefox, Netscape */
	opacity: 0.75; /* Standard */
}

vc_custom_heading .glow {
    text-shadow: 0 0 3px #FF0000;
}

h1 {
    text-shadow: 0 0 3px #000000;
}

.site-main {
    margin-top: 0px;
  	padding-top: 0px;
}

div.secondary-nav.clearfix {
	visibility: hidden;
}