@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");

html {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

.dropdown {
    display: inline-block;
}

    .dropdown dd {
        display:none;
        box-shadow: 0px 0px 2px 0px #555;
        width: 182px;
        position: absolute;
        margin-left: 1px;
        margin-top: 1px;
        background-color: white;
        opacity:0.95;
    }

    .dropdown ul {
        list-style: none;
        padding-left: 0px;
    }
/*Menu Button*/
dt a {
    display: inline-block;
    background-image: url("../Images/icons/menu-icon1.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 15px;
    text-indent: -9999999px;
    color: white;
    text-decoration: none;
}
/*Link List Item*/
.dropdown li a {
    text-decoration:none;
    color: black;
    font-weight:600;
    display:inline-block;
    width: 180px;
}
    .dropdown li a:hover {
        font-weight: 900;
        font-size: larger;
    }
/*Menu List*/
.dropdown li{
    padding: 6px;
    cursor:pointer;
}

    .dropdown li:hover {
        background-color: palegoldenrod;
        padding: 12px;
    }

.hrt {
    display: flex;
    flex-direction: row;    
}
.hrt div:first-child{
    background-color:none;
    margin-left:40px;
}
    .hrt div:last-child {
        background-color: none;
        margin-right: 40px;
    }

.hrt div {
    margin: auto;
    position:relative;
    top:-10px;
}
    .hrt div:hover {
        filter: sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 4px gold);
    }

.l1 {
    background-image: url("../Images/icons/LogoMin3.png");
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-indent: -9999999px;
}

.stm {
    background-image: url("../Images/icons/steamico.png");
    background-size: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: auto;
    text-indent: -9999999px;
}

body {
    background: rgb(0, 0, 0);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}

header {
    background: Black;
    height: 60px;
    font-variant-caps: titling-caps;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    position: relative;
    z-index: 2;
}


footer{
    padding:40px;
    background-color:black;
    color:darkgrey;
    text-align:center;
}
/*Featured*/
.featured {

    background-color:black;
    padding:0px;
    margin:0px;
    opacity:0.9;
}
/*Features*/
.title {
    color: darkgoldenrod;
    text-align: center;
    font-size:30px;
    font-weight: 400;
    font-family: 'BankGothic Lt BT','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.features {
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(20,20,20);
    /*background-image: url("../Images/png/wall2.png");*/
    background-size: 12.5%;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}
.games {
    background-image: none;
    background-size:100%
}
.Yreh {
    flex-direction: column;
}
.RowYreh {
    flex-direction: row;
}
.RowYreh img:hover {
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 20px gold);
}
asd {
    width: 100px;
}
.features button {
    width: 100px;
    margin: auto;
    font-family: 'BankGothic Lt BT','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.foot {
    margin: auto;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'BankGothic Lt BT','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.Abre {
    background-color: lightgray;
    background-image: url("../Images/gif/fire7.gif");
    background-position: center;
    background-repeat:repeat;
    background-size:cover;
    filter: invert(100%);
    opacity: 1;    
}

    .features figure {
        margin: auto;
        padding: 5px;
        text-align: center;
        /*text-transform: uppercase;*/
        width: 300px;
    }

        .features figure img {
            border: 1px solid white;
            box-shadow: gray 0 0 10px;
            border-radius:10%;
            width: 300px;
        }
        .features figure figcaption button{
            width: 300px;
            font-size:20px;
        }
.Abre figure img {
    border: none;
    box-shadow:none;
    width: 300px;
    margin:auto;
    filter: invert(000%);
}
    .features video {
        margin: auto;
        padding: 5px;
        text-align: center;
        border: 1px solid white;
        box-shadow: gray 0 0 10px;
        width: 75%;
    }
    .features p {
        margin: auto;
        padding: 15px;
        width: 75%;
    }
    a{
        color:lightgray;
        text-decoration:none;
    }
    a:hover
    {
        color:darkgoldenrod;
        text-decoration:underline;
    }
    button:hover{
        background-color:darkgoldenrod;
        border:none;
    }
    button{
        border:none;
    }
.row{
    display:flex;
    flex-direction:row;
}
.row ul{
    margin:auto;
    color:white;
    font-weight:600;
}
    .row ul:first-child {
        margin-left: 10px;
        text-align:center;
    }
    .row ul:last-child {
        margin-right: 10px;
        text-align: center;
    }
    .row ul li {
        list-style: none;
        color: grey;
        font-weight: 400;
        opacity: 0.75;
        text-align: center;
    }  
.row img{
    margin:auto;
    height:35px;
    width:35px;
}
    .row img:hover {
        filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 20px gold);
    }
    .row a {
        margin: auto;
        height: 35px;
        width: 35px;
    }

