@font-face {
    font-family: Open Sans Regular;
    src: url(/fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: Futura XBlk BT;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/futura.woff) format("woff")
}

@font-face {
    font-family: Futura Bk BT;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Futura Bk BT Book.woff") format("woff")
}

@font-face {
    font-family: Futura Md BT;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Futura Md BT Medium.woff") format("woff")
}

@font-face {
    font-family: Futura Hv BT;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Futura Hv BT Heavy.woff") format("woff")
}

@font-face {
    font-family: Futura-Light-Italic;
    src: url(/fonts/Futura-Light-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Light-Italic.woff) format("woff"), url(/fonts/Futura-Light-Italic.ttf) format("truetype"), url(/fonts/Futura-Light-Italic.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Bold-Italic;
    src: url(/fonts/Futura-Bold-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Bold-Italic.woff) format("woff"), url(/fonts/Futura-Bold-Italic.ttf) format("truetype"), url(/fonts/Futura-Bold-Italic.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Bold;
    src: url(/fonts/Futura-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Bold.woff) format("woff"), url(/fonts/Futura-Bold.ttf) format("truetype"), url(/fonts/Futura-Bold.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Book-Italic;
    src: url(/fonts/Futura-Book-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Book-Italic.woff) format("woff"), url(/fonts/Futura-Book-Italic.ttf) format("truetype"), url(/fonts/Futura-Book-Italic.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Book;
    src: url(/fonts/Futura-Book.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Book.woff) format("woff"), url(/fonts/Futura-Book.ttf) format("truetype"), url(/fonts/Futura-Book.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Light;
    src: url(/fonts/Futura-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Light.woff) format("woff"), url(/fonts/Futura-Light.ttf) format("truetype"), url(/fonts/Futura-Light.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Medium-Italic;
    src: url(/fonts/Futura-Medium-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Medium-Italic.woff) format("woff"), url(/fonts/Futura-Medium-Italic.ttf) format("truetype"), url(/fonts/Futura-Medium-Italic.svg#webfont) format("svg")
}

@font-face {
    font-family: Futura-Medium;
    src: url(/fonts/Futura-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/Futura-Medium.woff) format("woff"), url(/fonts/Futura-Medium.ttf) format("truetype"), url(/fonts/Futura-Medium.svg#webfont) format("svg")
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px
}

body {
    padding-top: 96px;
    margin: 0;
    font-family: Futura Bk BT;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(13, 10, 19, 1);
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

* {
    box-sizing: border-box
}

img {
    display: block;
    margin: 0;
    padding: 0
}

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

a[id] {
    position: absolute
}