@font-face {
    font-family: 'days';
    src: url('../fonts/Days-webfont.eot');
    src: url('../fonts/Days-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Days-webfont.woff') format('woff'), url('../fonts/Days-webfont.ttf') format('truetype'), url('../fonts/Days-webfont.svg#pf_din_text_comp_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {height: 100%;}

body {
    margin: 0;
    background: #000;
    overflow: hidden;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.content {
    width: 1000px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 370px auto 0;
}

.content-text {
    color : #8392ac;
    font-size: 20px;
}

.text__top,
.text__bottom {
    margin-bottom: 260px;
    height: 50px;
}

.text__bottom {display: none;}

.content-btn {
    margin: 0 auto;
}

.btn {
    font-family: 'days';
    padding: .45em 2em;
    line-height: 1.2em;
    font-size: 19px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 1px rgba(51, 102, 204, 0.5);
    background: rgb(51,102,204);
    background: -moz-linear-gradient(top,  rgba(51,102,204,1) 0%, rgba(0,0,51,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(51,102,204,1) 0%,rgba(0,0,51,1) 100%);
    background: linear-gradient(to bottom,  rgba(51,102,204,1) 0%,rgba(0,0,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#000033',GradientType=0 );
}

.btn:hover {
    background: rgb(51,153,255);
    background: -moz-linear-gradient(top,  rgba(51,153,255,1) 0%, rgba(0,0,102,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(51,153,255,1) 0%,rgba(0,0,102,1) 100%);
    background: linear-gradient(to bottom,  rgba(51,153,255,1) 0%,rgba(0,0,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#000066',GradientType=0 );
}

hr {
    border: 0;
    height: 2px;
    margin-bottom: -21px;
    background: rgb(14,37,48);
    background: -moz-linear-gradient(left,  rgba(14,37,48,1) 0%, rgba(66,168,198,1) 20%, rgba(66,168,198,1) 50%, rgba(66,168,198,1) 80%, rgba(14,37,48,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(14,37,48,1) 0%,rgba(66,168,198,1) 20%,rgba(66,168,198,1) 50%,rgba(66,168,198,1) 80%,rgba(14,37,48,1) 100%);
    background: linear-gradient(to right,  rgba(14,37,48,1) 0%,rgba(66,168,198,1) 20%,rgba(66,168,198,1) 50%,rgba(66,168,198,1) 80%,rgba(14,37,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2530', endColorstr='#0e2530',GradientType=1 );
}

/* Not found body.not-found */

.not-found .text__top {display: none;}
.not-found .text__bottom {display: block;}


@media screen and (max-device-height: 900px) {
    .content-text__top {
        margin-bottom: 180px;
    }
    video {
        transform: translateX(-50%) translateY(-45%);
    }
}

@media screen and (max-device-height: 768px) {
    .content-text__top {
        margin-bottom: 90px;
    }

    video {
        transform: translateX(-50%) translateY(-35%);
    }
}


/* mobile view*/
.mobile-view {
    display: none;
    order: 1;
    -webkit-order: 1;
    width: 100%;
    max-height: 75%;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 2;
    background: url(../images/vulkanclub/vulkan.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    align-content: space-between;
}

.mobile .text__top {
    margin: 0;
    height: auto;
}

.mobile .content-btn {display: none;}

.mobile .mobile-view {
    display: flex;
    display: -webkit-flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mobile .content {
    -webkit-order: 2;
    order: 2;
    margin: 0;
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

@media all and (orientation:portrait) {
    .mobile-view {flex-grow: 3;}
    .mobile .text__top {font-size: 36px;}
}

@media all and (orientation:landscape) {
    .mobile-view {height: 75%;}
}