﻿@font-face {
    font-family: 'NeuroFont';
    src: url('../fonts/NeuroFont.eot');
    src: url('../fonts/NeuroFont.eot%3F') format('embedded-opentype'), url('../fonts/NeuroFont.woff2') format('woff2'), url('../fonts/NeuroFont.woff') format('woff'), url('../fonts/NeuroFont.ttf') format('truetype'), url('../fonts/NeuroFont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Regular.eot');
    src: url('../fonts/Play-Regular.eot%3F') format('embedded-opentype'), url('../fonts/Play-Regular.woff2') format('woff2'), url('../fonts/Play-Regular.woff') format('woff'), url('../fonts/Play-Regular.ttf') format('truetype'), url('../fonts/Play-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    background: #101010;
    font-family: 'Play';
    font-size: 1.8em;
    min-height: 110vh;
}

hr {
    background: linear-gradient(to right, transparent, #373737, transparent);
    border: 0;
    height: 2px
}

p, li {
    font-size: 1.1em;
}

h1 {
    color: white;
    font-family: 'NeuroFont';
    margin-top: 5px;
    font-size: 3em;
    z-index: 1040;
    position: fixed;
    margin-left: 7%;
    text-shadow: 0 5px 20px blue;
    transition: font-size 0.25s ease-in-out;
    -moz-transition: font-size 0.25s ease-in-out;
    -webkit-transition: font-size 0.25s ease-in-out;
}

    h1 > span {
        color: white;
    }

@media (max-width: 1600px) {

    h1 {
        font-size: 2.5em;
        margin-top: 6px;
    }
}

@media (max-width: 1500px) {

    h1 {
        font-size: 1.8em;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {

    h1 {
        font-size: 1.2em;
        margin-top: 15px;
    }
}

h1 > div {
    font-size: 0.6em;
    text-shadow: 0 0 10px #101010;
}

h2 {
    color: white;
    padding-bottom: 20px;
    /*margin-bottom: 50px;*/
    font-family: 'Play';
    font-size: 2.2em;
    font-weight: bold;
    /*border-bottom: 2px solid #373737;*/
    /*display: inline-block*/
}

    h2 hr {
        background: linear-gradient(to right, transparent, #373737 20%, transparent);
        border: 0;
        height: 2px
    }

    h2 > span:first-child {
        font-size: 1.8em;
        font-family: 'NeuroFont';
        margin-right: 30px;
        color: #373737;
        position: relative;
    }

h3 {
    color: white;
    font-family: 'Play';
    font-size: 1.6em;
    font-weight: bold;
}


.main_container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.navbar {
    width: 1920px;
    max-width: 100%;
    margin: auto;
    /*padding-left: 7%;*/
    padding-right: 7%;
    background: linear-gradient(#101010 40%, rgba(0, 0, 0, 0));
    border: 0;
    min-height: 100px;
}

    .navbar a {
        /* font-size: 1.2em;*/
        color: silver !important;
        text-shadow: 0 0 10px #101010;
    }

        .navbar a:hover {
            color: gray !important;
        }

    .navbar li:hover {
        /*background: linear-gradient(#101010 40%, rgba(0, 0, 0, 0));*/
    }

.navbar-collapse.in {
    background: none;
    transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -webkit-transition: background 0.6s ease-in-out;
    max-height: unset !important;
}

.navbar-collapse.in {
    background: #101010;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 1370px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 40px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


.logo_background {
    position: fixed;
    max-height: 80vh;
    width: 1920px;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

    .logo_background img {
        flex: none;
        /*height: 1080px*/
        width: 1920px;
        max-width: 100%;
    }

.page_background {
    background: url(Img/bg_page.png) 0 0 repeat-x;
    background-size: contain;
    height: 100px;
    width: 100%;
    margin-top: -100px;
    margin-bottom: -80px
}

/*@media (max-width:1340px) {
    .page_background {
        margin-top: -120px;
    }
}*/

.page_content {
    display: none;
    background: #101010;
    color: #9d9d9d;
    position: absolute;
    /*top: 80vh;*/
    left: 0;
    width: 1920px;
    max-width: 100%;
    /*border-top: 2px solid #101010;*/
}

.content_block {
    padding: 30px 10% 50px 10%;
   /* max-width: 1400px;*/
}

    .content_block:nth-child(odd) {
        background: #191919
    }


table tr td {
    padding-right: 50px
}

.inline-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 50px 20px;
    text-align: center;
}

    .inline-block.down {
        vertical-align: bottom;
    }

    .inline-block header {
        color: white;
        font-size: 1.3em;
    }

    .inline-block img {
        margin: auto;
    }

    .inline-block.two {
        width: 48%
    }

    .inline-block.third {
        width: 31%
    }

    .inline-block.quart {
        width: 23%
    }

@media (max-width:800px) {
    .inline-block {
        display: block;
        width: 100% !important
    }
}

.color-white {
    color: white;
}

iframe {
    border: 0;
}
