@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;
}
/*the burger dropdown dl parent of dd links*/
.dropdown {
    display: inline-block;
}
    /*defining style for the dd parent of unordered list (all links) of burger*/
    .menu {
        display:none;
        box-shadow: 0px 0px 4px 0px #555;
        width: 182px;
        position: absolute;
        margin-left: 8px;
        margin-top: 8px;
        background-color: white;
        opacity:0.95;
    }
    /*the unordered list of links*/
    .dropdown ul {
        list-style:none;
        padding-left: 0px;
    }
/*Menu Button => Hamburger <a> link placeholder #*/
.burger {
    display: inline-block;
    background-image: url("../images/svg//menu.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 15px;
    font-size: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0); /* default */
    transition: filter 0.5s;
}
.burger:hover {
    filter: sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 4px gold);
  }
.burger.active {
    filter: sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 4px gold);
  }
/*hamburger Link inside List Item*/
.dropdown li a {
    align-content: center;
    text-decoration:none;
    color: black;
    font-weight:600;
    display:inline-block;
    text-anchor: middle;
    width: 180px;
    height: 32px;
    padding: 6px;
    transition: all 0.3s;
}
    /*hove over a list item from dropdown*/
    .dropdown li a:hover {
        font-weight: 900;
        font-size:x-large;
    }
/*Menu List*/
.dropdown li{
    padding: 0px;
    cursor: default;
    transition: background-color 0.1s ease;
}

    .dropdown li:hover {
        background-color: palegoldenrod;
        padding: 0px;
    }
#dynamicheader{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        transition: top 0.3s;
        height: 70px;
    }
.header{
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    z-index: 999;
}
/*hrt section that has hamburger home and store divisions*/
.hrt {
    display: flex;
    flex-direction: row;    
    margin-top: 10px;
}
/*burger section*/
.hrt div:first-child{
    background-color: red;
    margin-left:40px;
}
    /*store section*/
    .hrt div:last-child {
        background-color: rgb(255, 0, 0);
        margin-right: 40px;
    }
/*any division of the hrt section*/
.hrt div {
    height: 0px;
    margin: auto;
    position:relative;
    transition: filter 0.3s ease;
}
/*home page header link*/
.l1 {
    background-image: url("../images/svg/logo.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-indent: -9999999px;
    text-align: center;
    transition: filter 0.5s;
    filter: sepia(3%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 4px red);
}
.l1:hover{
    filter: sepia(23%) saturate(2207%) hue-rotate(0deg) brightness(125%) contrast(90%) drop-shadow(0px 0px 3px red) invert(100%) ;
}
.stm {
    background-image: url("../images/svg/steam.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: auto;
    text-indent: -9999999px;
    transition: filter 0.5s;
}
.stm:hover{
    filter: sepia(13%) saturate(3207%) hue-rotate(0deg) brightness(95%) contrast(80%) drop-shadow(0px 0px 4px gold) invert(100%);
}
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;
}
@keyframes filterLoop {
    0% {
      filter: sepia(0%) brightness(100%);
    }
    33% {
      filter: sepia(50%) brightness(200%);
    }
    66% {
      filter: sepia(50%) brightness(200%);
    }
    100% {
        filter: sepia(0%) brightness(100%);
    }
}
/*Featured*/
.featured {
    transition: all 0.5s;
    background-color:black;
    padding:0px;
    margin:0px;
    opacity:0.9;
}
/*Features*/
.title {
    color: rgb(255,181,163);
    text-align: center;
    font-size:30px;
    font-weight: 400;
    filter: drop-shadow(0px 0px 1px rgba(255, 0, 0, 0.5));
}
.features {
    transition: all 0.5s;
    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;
}
    .features button {
        width: 100px;
        margin: auto;
    }
    .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;
    }

    .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%;
    }
    .features .egg{
        border: 0px;
        box-shadow:none;
        border-radius: 0%;
        width: 200px;
        animation: filterLoop 3s linear infinite;
    }
.games {
    flex-direction: column;
    background: linear-gradient(180deg,rgba(0, 0, 0) 0%, rgba(32, 16, 8) 25%, rgba(32, 16, 8) 75%, rgba(0, 0, 0) 100%);
    /*background-image: none;*/
    background-size:100%
}
.gameslinks{
    /*margin: auto;
    padding: 12px;
    text-align: center;*/
    display:flex;    
    flex-direction:row;
    text-align: center;
    transition: all 0.5s;
}
.gameslogo img{
    border:none;
    box-shadow: none;
    border-radius:0%;
    width: 300px;
}
.news{
    transition: all 0.5s;
    background-color:black;
    padding:0px;
    margin:0px;
    opacity:0.9;
}
.newssection {
    flex-direction: column;
}
.newspagenewssection {
    background: linear-gradient(180deg,rgba(0, 0, 0) 0%, rgba(32, 16, 8) 25%, rgba(32, 16, 8) 75%, rgba(0, 0, 0) 100%);
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding:auto;
    margin:auto;
}
.newspagenewssection img{
    transition: filter 0.5s;
}
.newspagenewssection img:hover {
    filter: drop-shadow(0px 0px 10px darkgoldenrod);
}
.foot {
    margin: auto;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.logosection {
    background-color: lightgray;
    background-image: url("../images/gif/fire.gif");
    background-position: center;
    background-repeat:repeat;
    background-size:cover;
    opacity: 1;
}
    .logosection figure img {
        border: none;
        box-shadow:none;
        width: 300px;
        margin:auto;
    }   
a{
    transition: all 0.5s;
    color:lightgray;
    text-decoration:none;
}
a.link{
    color:#1a73e8;
}
a:hover
{
    color:darkgoldenrod;
    text-decoration:underline;
}
button{
    transition: all 0.5s;
    border:none;
    border-radius: 15px;
}
button:hover{
    background-color:darkgoldenrod;
    font-weight:bolder;    
    border-radius: 0px;
}
.row{
    display:flex;    
    flex-direction:row;
    text-align: center;
    transition: all 0.5s;
}
    .row ul{
        list-style: none;
        margin:auto;
        color:white;
        font-weight:600;
        padding: 0;
    }
        .row ul li {
            color: grey;
            font-weight: 400;
            opacity: 0.75;
        }  
    .row img{
        margin:auto;
        height:35px;
        width:35px;
        transition: all 0.5s;
    }
        .row img:hover {
            filter: invert(48%) sepia(13%) saturate(3207%) brightness(95%) contrast(80%) drop-shadow(0px 0px 10px gold);
        }
    .row a {
        margin: auto;
        height: 35px;
        width: 35px;
    }
img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@keyframes colorCycle {
    0%   { color: rgb(255,181,163); }
    25%  { color: black; }
    50%  { color: silver; }
    75%  { color: black; }
    100% { color: rgb(255,181,163); }
  }
  
  .color-changing-text {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
    animation: colorCycle 4s infinite;
  }
  .color-changing-text2 {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
    animation: colorCycle 2s infinite;
    margin : 2px;
    font-size: 18px;
  }
