/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    /*overflow: hidden;*/
    margin: 0px;
    padding: 0;
    /*max-width: 1920px;*/
}

body {
    font-family: "Microsoft Yahei", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

/* Header */

.header {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    position: relative;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    font-weight: 700;
}

.bg-canvas {
    background:black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-canvas canvas { width: 100%;height: 100%;}