.banner {
    display: inline-block;
    background: #000;
    padding: 0 5px;
    font-size: 1em;
    font-weight: 0;
    font-family: "Raleway";
    box-sizing: border-box;
}


small.banner {
    font-family: "Raleway", sans-serif
}

.pushable a {
   text-decoration: none;
   display: inline-block;
}




.homepage {
   color: #fff;
}



.homepage #adblocked,
.homepage #adpacks {
    position: absolute;
    top: 50px;
    left: 12px
}

@media (max-width: 375px) {
    .homepage #adblocked,
    .homepage #adpacks {
        display: none
    }
}

@media (max-width: 649px) {
    .homepage #adblocked,
    .homepage #adpacks {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@media (min-width: 650px) {
    .homepage #adblocked,
    .homepage #adpacks {
        top: auto;
        left: 15px;
        bottom: 20px
    }
}

@media (min-width: 768px) {
    .homepage #adblocked,
    .homepage #adpacks {
        left: 25px;
        bottom: 40px
    }
}

@media (min-width: 769px) {
    .homepage #adblocked,
    .homepage #adpacks {
        left: 3em;
        bottom: 3.5em
    }
}

.documentation .sponsors {
    min-height: 100px;
    text-align: center
}

@media (min-width: 992px) {
    .documentation .sponsors {
        text-align: left
    }
}

.documentation .adpacks-wrap {
    display: block;
    margin-top: 5px
}

.documentation .adpacks-img img {
    margin: 0
}

@media (min-width: 992px) {
    .documentation .adpacks-img img {
        float: left;
        margin-right: 15px
    }
}

.documentation .adpacks-text {
    color: #fff;
    line-height: 1.7
}

.header-logo {
    position: absolute;
    top: 14px;
    left: 15px;
    font-family: "Raleway";
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.header-logo small {
    opacity: .8
}

.header-logo a {
    color: #fff !important
}

.header-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.header-menu a {
    color: #fff !important
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway";
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu-shown .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.menu-container {
    height: 100%
}

.menu-close {
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 24px
}

.menu-close a {
    color: #fff
}

.menu-wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 2em
}

.menu-wrapper a {
    color: #fff !important;
    opacity: .8;
    -webkit-transition: .5s all;
    transition: .5s all
}

.menu-wrapper a:hover {
    opacity: 1
}

.menu-wrapper ul {
    vertical-align: middle;
    display: table-cell
}

.menu-active a {
    opacity: 1
}

.homepage-header {
    width: 100vw;
    height: 100vh;
/*    background-color: #000  */
}

.homepage-info {
    position: relative;
    /*overflow: hidden;*/
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 10px #000;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    line-height: 1em;
    right: 5%;
    top: 30em;
    bottom: 10em;
}

.homepage-info > *{
    display: block;
}

.homepage-info h2 {
    font-size: 80px;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
}

.homepage-info p{
    line-height: 1.2;
    font-size: 20px;
    margin: 0;
}

.homepage-info a{
    background: #b50005;
    color: #fff;
    padding: 10px 35px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    text-shadow: none;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 10px #000;
}

.homepage-info a:hover{
    background: #ec0000;
}

@media (max-width: 620px) {

    .homepage-info {
        top: 35%;
        bottom: auto;
    }

    .homepage-info h2 {
        font-size: 30px;
    }

    .homepage-info p,
    .homepage-info a{
        font-size: 15px;
    }
}

@media (max-width: 620px) and (orientation: landscape) {

    .homepage-info {
        top: 20%;
        bottom: auto;
    }
}
