@font-face {
    font-family: 'snasmbook';
    src: url('../fonts/typodermic_-_snasmbk-regular-webfont.woff2') format('woff2'),
         url('../fonts/typodermic_-_snasmbk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html{
    font-family: Helvetica, Arial, sans-serif;
}

h1,h2,h3{
    font-family: snasmbook, Verdana, sans-serif;
    color: #344151;
}
.button{
    background: #18274c;
}
.button:hover{
    background: #344151;
}
.brochure-image{
    border: 1px solid #344151;
    margin-bottom: 8px;
}
.top-bar{
    background: #fff;
    padding: 5em 1em;
}

.top-bar .logo{
    max-width: 40em;
    margin: 0 auto;
    margin-bottom: 4em;
}
