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,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    background: #000;
    color: #fff;
    font-family: "mb", "Space Mono", monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
p a {
    color: #F1F1F2;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
p a:hover {
    border-bottom: 1px solid;
    color: #fff;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 21px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
}

h3 {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}

h1.site-description {
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0 6%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.1;
    z-index: 3;
}

#hero_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home_hero {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.home_hero:after {
    content: "";
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: block;
}

.hero_overlay {
    background: url('img/noise.png');
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: .5;
}

@media screen and (min-width: 64em) {
    h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 36px;
    }

    h1.site-description {
        padding: 0 25%;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 21px;
    }

    h3 {
        font-family: 'Space Mono', monospace;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 24px;
    }
}

@media screen and (min-width: 1600px) {
    p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    h1.site-description {
        padding: 0 25%;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 21px;
    }
}

@font-face {
    font-family: 'mb';
    src: url('t/mb.eot');
    src: url('t/mb.eot?#iefix') format('embedded-opentype'),
         url('t/mb.svg#mb') format('svg'),
         url('t/mb.woff') format('woff'),
         url('t/mb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
