.myButton {
	background-color: transparent;
	border: 3px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 34px;
	text-decoration: none;
}

.myButton:hover {
	background-color: transparent;
}

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

#projects.home-section .section-head, #home-posts.home-section .section-head {
	text-align: center;
}

#page-head {
	padding: 0 30px;
	margin: 0 0 40px;
	text-align: center;
	background: #fff;
}

.responsive-image {
	height: auto;
	max-width: 100%;
}

#Hours & Info {
	padding: 0 30px;
	margin: 0 0 40px;
	text-align: center;
	background: #fff;
}

#footer .contact_info_info-9 {
	text-align: center;
}

.bg {
	width: 100%;
	z-index: 0;
}

.myButtonPages {
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffffff),color-stop(1,#dbdbdb));
	background: -moz-linear-gradient(top,#ffffff 5%,#dbdbdb 100%);
	background: -webkit-linear-gradient(top,#ffffff 5%,#dbdbdb 100%);
	background: -o-linear-gradient(top,#ffffff 5%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,#ffffff 5%,#dbdbdb 100%);
	background: linear-gradient(to bottom,#ffffff 5%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dbdbdb',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f2f2f2;
	display: inline-block;
	cursor: pointer;
	color: #1f1f1f;
	font-family: Arimo;
	font-size: 25px;
	padding: 27px 64px;
	text-decoration: none;
}

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

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