﻿body {
    background-color: #000000;
    width: 100%;
    background-image: url('GFX/BG TAO.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'BebasNeue-Regular';
    font-size: 22px;
    /*color: #de5858;*/
    color: #939090;
    position: relative;
    background-size: cover;
}



@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('Fonts/BebasNeue-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Irresponsible Direction';
    src: url('Fonts/Irresponsible Direction.ttf') format('truetype');
}

@font-face {
    font-family: 'UnfinishedScreamRegular';
    src: url('Fonts/UnfinishedScreamRegular.otf') format('opentype');
}


h3 {
    font-family: 'Irresponsible Direction';
    /*color: #ffd800;*/
    color: #8e3c3c;
    /*color: #e4cb88;*/
    font-size: 50px !important;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.specialcontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}



.borders2 {
    border: solid 2px red;
}

.img {
    margin: auto;
    display: block;
}

.responsive {
    max-width: 100%;
    height: auto;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

li {
    text-align: center;
}

    li a {
        display: block;
        color: #550917;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        width: 100%;
        font-size: 20px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.50);
        font-family: 'FUTRFW';
    }

        li a:hover {
            color: #939090;
            text-decoration: none;
        }


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}



@media screen and (max-width: 416px) {


    h3 {
        font-family: 'Irresponsible Direction';
        /*color: #ffd800;*/
        color: #8e3c3c;
        /*color: #e4cb88;*/
        font-size: 35px !important;
    }

    .youtube {
        width: 360px;
        height: 215px;
    }


    .toplogo {
        width: 92% !important;
    }
}

@-ms-viewport {
    width: device-width;
}
