/* Enter Your Custom CSS Here */
h1.mytitle {
    font-size: 66px;
    font-weight: 100;
    color: #C72230 !important;
}
a.mybannerbutton {
    background-color: #028B8E;
    color: white;
    padding: 15px 20px;
    width: 200px;
    display: block;
    margin: 20px auto 0px;
}
a.mybannerbutton:hover {
    background-color: #A51724;
}