/*header contact links*/
.hrd-contact-links-inner{
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	font-size:9pt;
	font-weight:bold;
}

.site-title{
	font-size:15pt;
}

.site-logo{
	  display:none !important;
		float:left;
		margin-left:-5px;
		margin-right:-10px;
	}

.entry-title{
	margin-top:-0px !important;
}

/*social links*/
#menu-item-454{
	margin-left:0px;
}

.wp-block-cover{
		min-height:0px !important;
	}

@media only screen and (max-width: 768px) {
	.hp-main-welcome-text{
	font-size:20pt !important;
	}
}


@media screen and (min-width: 1024px)
{
	
	.hp-main-welcome-text{
	font-size:30pt !important;
	}
	
	/*reduce whitespace above page header*/
	.site-content
	{
		margin-top:30px !important; 
	}

	.main-menu{
		margin-left:-160px !important;
	}
	.menu-item > a{
		font-size:12pt !important;
	}
	
	/*social links*/
	#menu-item-454{
		margin-left:-155px !important;
	}
	
	.entry-title
	{
		margin-top:-30px !important;
	}
	
 .site-logo
	{
		display:block !important;
	}

	.site-title >a
	{
		margin-left:-150px !important;
	}
	
	.hrd-contact-links-inner
	{
	  font-size:15pt;
	}
	
		.site-header{
		width:1024px !important; /* fix header width on IE*/
	}
	
	.wp-block-cover{
		min-height:350px !important;
	}
	
	/*IE fixes*/
	<!--[if IE]>
	.wp-block-cover__image-background{
		top:0% !important;
		margin-top:0px !important;
		clear:both;
		height:auto !important;
	}
<![endif]-->


	
}


.custom-logo
{	
	margin-top:-55px !important;
	height:190px;
	width:auto;
	margin-left:-30px !important;
	
}

#custom_html-5>h2
{
	display:none !important; /*hide widget title for header contact links*/
}

#masthead
{
	margin-top:-15px;
}

/*hide share daddy buttons*/
.sd-sharing-enabled
{
	display:none !important;
} 

.site-info
{
	display:none !important;
}

/*reduce whitespace above page header*/
.site-content
{
	margin-top:-20px !important; 
}

body
{
	margin:auto;
	max-width:2048px;
	width: auto !important; /* IE max-width hack */
    width: 2048px;           /* width value for IE */
}

.site-header{
	width:1000px !important; /* fix header width on IE*/
}


/* remove underline for all links, we only want them on active menu items*/
a{
	text-decoration:none !important;
}

/**underline curren menu item*/
.current_page_item{
	text-decoration:underline;
}






