@font-face {
    font-family: Font;
    src: url(font.ttf)
}

* {
    margin: 0;
    padding: 0
}

body {
    background: #000;
    font-family: open sans,sans-serif;
    overflow: hidden;
    margin-top: 0!important;
    padding-top: 0!important
}

h1 {
    font-family: Font;
    font-size: 8vw;
    font-weight: 400;
    margin: 0
}

font {
    float: left
}

h1>a {
    transition: color .5s ease
}

.hidden_overlay {
    width: 100%;
    height: 100%;
    background: 0 0;
    position: fixed
}

#video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 110%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    background-size: cover;
    filter: blur(10px)
}

.wrap {
    position: absolute;
    width: calc((225px * 3) + (20px * 4) + 2px);
    height: 60px;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.wrap .button {
    display: block;
    float: left;
    width: 225px;
    height: 60px;
    text-align: center;
    line-height: 3.85;
    font-weight: 700;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    margin-left: 10px;
    margin-right: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition: .3s all;
    cursor: pointer
}

.wrap .button a {
    color: #000;
    text-decoration: none
}

.wrap .button .fa {
    margin-right: 6px
}

.wrap .button:hover {
    transform: scale(1.1);
    background: #bc01c9;
    border-color: #bc01c9
}

@media only screen and (max-width: 719px) {
    .button {
        float:none!important;
        margin: none;
        margin-top: 25px
    }

    .wrap {
        width: auto;
        height: auto;
		position: absolute;
		top: 65%
    }
}

.pageoverlay {
    display: block;
    height: 95%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%
}

.awrapper {
    align-content: center;
    background-size: cover;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100%
}

a:link {
    color: #bc01c9
}

a:visited {
    color: #bc01c9
}

a:hover {
    color: #bc01c9
}

a:active {
    color: #ff1493
}
