html,
body,
button,
input,
select,
textarea {
    font: 400 12px/1.4 jubilat-n4, jubilat, Rockwell, serif;
    color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ff-karbid-slab-web-pro-n5, ff-karbid-slab-web-pro, Rockwell, serif;
    font-weight: 500;
}
h1,
h2,
h3 {
    line-height: 1.2;
    text-transform: uppercase;
}
h1 {
    margin: 0 0 .6em;
    font-size: 30px;
}
h2 {
    margin: 1em 0 .4em;
    font-size: 30px;
}
h3 {
    margin: 1.2em 0 .65em;
    font-size: 18px;
}
h4,
h5,
h6 {
    margin: 1.2em 0 .75em;
    font-size: 16px;
}
hr {
    border-color: #fbab1b;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    color: #000;
    text-decoration: underline;
}
.button,
.button:hover,
.button:active,
.button:focus,
.button:visited {
    position: relative;
    display: block;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
.button:before,
.button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-top: solid 13px #000;
    border-bottom: solid 13px #000;
}
.button:before {
    left: -10px;
    border-left: solid 10px transparent;
}
.button:after {
    right: -10px;
    border-right: solid 10px transparent;
}
.button:hover {
    background-color: #006363;
}
.button:hover:before,
.button:hover:after {
    border-top-color: #006363;
    border-bottom-color: #006363;
}
