*
{
    font-family: 'Montserrat';
}

#fh5co-home .flexslider .fh5co-text h2
{
    font-family: 'Montserrat';
}

.myButton {
	box-shadow: 1px 1px 0px 2px #fcbd8f;
	background:linear-gradient(to bottom, #edab7c 5%, #f58434 100%);
	background-color:#edab7c;
	border-radius:10px;
	border:1px solid #f58434;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:32px 54px;
	text-decoration:none;
	text-shadow:-1px 0px 0px #d45800;
}
.myButton:hover {
	background:linear-gradient(to bottom, #f58434 5%, #edab7c 100%);
	background-color:#f58434;
}
.myButton:active {
	position:relative;
	top:1px;
}

a:hover
{
    text-decoration:none;
}

#fh5co-home .flexslider .fh5co-text {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	margin-top: -412px !important;
	text-align: center;
  }

  a:-webkit-any-link{
	  text-decoration: none;
  }