#hero.has-background .overlay, #primary-header .overlay, .page-header.has-featured-image .overlay {
	opacity: .15;
}

#masthead .site-branding {
	max-width: 100%;
	margin-bottom: 1em;
}

#masthead .site-branding h1 {
	font-size: 32px;
}

/* Align Page Title on Frontpage */
#hero .hentry .entry-title {
	text-align: center;
}

/* Align Page text on Frontpage */
#hero .hentry .entry-content {
	max-width: none;
}

/* Button */
.myButton {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#0da5d3),color-stop(1,#0da5d3));
	background: -moz-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -webkit-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -o-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -ms-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: linear-gradient(to bottom,#0da5d3 5%,#0da5d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da5d3',endColorstr='#0da5d3',GradientType=0);
	background-color: #0da5d3;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	padding: 12px 37px;
	text-decoration: none;
}

.myButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#0da5d3),color-stop(1,#0da5d3));
	background: -moz-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -webkit-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -o-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: -ms-linear-gradient(top,#0da5d3 5%,#0da5d3 100%);
	background: linear-gradient(to bottom,#0da5d3 5%,#0da5d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da5d3',endColorstr='#0da5d3',GradientType=0);
	background-color: #0da5d3;
}

.myButton:active {
	position: relative;
	top: 1px;
}

/* Increase Widget Title Font Size */
h4.widget-title {
	font-size: 16pt !important;
}

/* Increase Font Size of Hours & Info Text */
aside#widget_contact_info-4.widget.widget_contact_info {
	font-size: 14pt;
}