@font-face {
    font-family: 'Scto Grotesk A';
    src: url('/assets/fonts/Scto-Grotesk-A-Regular.woff2') format('woff2'),
         url('/assets/fonts/Scto-Grotesk-A-Regular.woff') format('woff'),
         url('/assets/fonts/Scto-Grotesk-A-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
    background-color: black;
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

#bgcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nav-container {
    display: flex;
    margin: 25px 30px 77px 0;
}

.logo {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    padding: 0 40px 0 30px;
    vertical-align: middle;
}

.header-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    font-family: "Scto Grotesk A", sans-serif;
    font-size: 1.125em;
}

.header-nav li:nth-child(1),
.header-nav li:nth-child(2) {
    margin-right: 20px;
}

.header-nav .nav-contact {
    margin-left: auto;
}

.hero {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    font-size: calc(100vw / 7);
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.59;
}

.hero span {
    font-family: "Scto Grotesk A", sans-serif;
    letter-spacing: -2px;
    vertical-align: middle;
}
