@font-face{ font-family: "Gotham SSm A"; src: url("Gotham-ExtraLight.otf"); font-weight:200; font-style:normal; }
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;

}

body {
    font: 200 18px/1.2 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    /*background: url("../bg-pattern.png"),rgb(183, 45, 160, 0.2);*/
    color: #222
}

body.light {
    color: #222 !important
}

body.light a {
    color: #222 !important
}

body.light svg {
    fill: #222 !important
}

body.light ::selection {
    background: rgba(0, 0, 0, .2)
}

body.light ::-moz-selection {
    background: rgba(0, 0, 0, .2)
}

body.dark {
    color: #fff !important
}

body.dark a {
    color: #fff !important
}

body.dark svg {
    fill: #fff
}

body.dark .tweet {
    color: #fff;
    border-color: #fff
}

body.dark .tweet:hover {
    background-color: rgba(255, 255, 255, .15)
}

body.dark ::selection {
    background-color: rgba(255, 255, 255, .25)
}

body.dark ::-moz-selection {
    background-color: rgba(255, 255, 255, .25)
}

a {
    text-decoration: none;
    color: #222;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

a:hover {
    color: #111
}

a:focus {
    outline: 0
}

.c {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px
}

.logo {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 30px;
    height: 46px;
    margin-left: -15px
}

h1 {
    position: absolute;
    top: 30%;
    width: 100%;
    font-size: 42px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    margin-top: -30px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.s {
    text-transform: none
}

.tweet {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 100%;
    height: 31px;
    font: 700 13px/29px "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
    padding: 0 8px;
    border-radius: 3px
}

.tweet:active, .tweet:focus, .tweet:hover {
    background-color: rgba(0, 0, 0, .05)
}

.tweet svg {
    position: relative;
    top: 2px;
    margin-right: 1px;
    fill: #222
}

.oh a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 60px;
    font-weight: 300;
    line-height: 80px;
    text-align: center;
    z-index: 1
}

.oh a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px
}

.hm-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(130, 177, 255, 0.7), rgba(13, 17, 198, 0.69) 100%);

    background: linear-gradient(45deg, rgba(130, 177, 255, 0.6), rgba(0, 0, 0, 0.60) 100%);

}


.intro {
    min-height: 1000px;
    position: relative;
}

.intro-video video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 1s opacity;
    display: block;
    position: relative;
}


.view {
    overflow: hidden;
    position: relative;
    cursor: default;
    height: 100%;

}


@media only screen and (max-width: 400px) {
    .c {
        top: 15px;
        left: 15px
    }

    .tweet {
        bottom: 15px;
        left: 15px
    }

    .logo {
        bottom: 15px
    }
}