.masthead_text {
font-size:24px;
font-weight:600;
}
.entry-title {
display:none;
}
a.myButton:link { color: white!important; }
a.myButton:active { color: white!important; }
a.myButton:hover { color: white!important; }
a.myButton:visited { color: white!important; }
.myButton {
box-shadow: 3px 4px 0px 0px #8a2a21;
background:linear-gradient(to bottom, #c71100 5%, #ff1100 100%);
background-color:#c71100;
border-radius:18px;
border:1px solid #d02718;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
padding:7px 25px;
text-decoration:none;
text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
background:linear-gradient(to bottom, #ff1100 5%, #c71100 100%);
background-color:#ff1100;
}
.myButton:active {
position:relative;
top:1px;
}
.schedule-now-button {
padding:5px;
text-align:center;
}