@import url(https://fonts.googleapis.com/css?family=Work+Sans);

body {background: #fff;
font-family:'Work Sans', Georgia, serif;}


input[type=“submit”],
input[type=“button”],
button,
input[type=“submit”][disabled]:hover,
button[disabled]:hover,
a.button,
a.button:visited {
    border: none;
    padding: 12px;
    color: #fff;
    display: inline-block;
    font-family: ‘Oranienbaum’, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px rgba(0,0,0,0.75);
    border-bottom: 2px solid #1a171d ;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    background-color: #f64a19 ;
    text-align: center;
}

input[type=“submit”]:hover,
input[type=“button”]:hover,
button:hover,
a.button:hover,
a.button:focus {
    background: none;
    background-color: #f64a19;
    color: #fff;
}

a, a:visited {
    color: #f64a19 ;
    text-decoration: none;
}
a:hover {
    color: #f64a19;
}

