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

}

html,body {
  font-family: 'with_my_woesregular', serif;
}
.hero {
  background-color: #000000;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero .title {
    color: #FFD700;
}