@font-face {
    font-family: "Hyperjump Extra Bold Oblique";
    src: url("../fonts/Hyperjump\ ExtraBold\ Oblique.otf"),
         url("../fonts/Hyperjump\ ExtraBold\ Oblique.otf") format('embedded-opentype');
}
@font-face {
    font-family: "Hyperjump Regular";
    src: url("../fonts/Hyperjump\ Regular.otf"),
         url("../fonts/Hyperjump\ Regular.otf") format('embedded-opentype');
}
body table a[href^="tel"] {
    color: #FFF;
}
body table p a {
    color: #FFF;
}
body table span.material-icons-outlined {
    vertical-align: middle;
}
body table .nav {
    font-family: 'Hyperjump Extra Bold Oblique', Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    width: 325px;
    height: 40px;
    background-color: #D5D2D2;
    color: #A4242B;
    line-height: 43px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 0 25px;
}
body table .nav:hover {
    background-color: #9c9696;
}
body table .header {
    font-family: 'Hyperjump Extra Bold Oblique', Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #D5D2D2;
    color: #A4242B;
    line-height: 43px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 25px;
}
body table.footer-links a{
    color: #FFF;
}
.icon{
    height: 32px;
    vertical-align: middle;
    margin: 10px;
}