/**/
/*general styles*/
.rounder{
    border-radius:25px;
}
*{

font-family:sans-serif

}
     /* homepage*/
/*header styles*/

#head-txt{
    margin-top:100px;
    margin-bottom:5px;
    background-color:#dddfcb
}
/*title styles*/
#title-txt{
    font-size: 250%;
}
/* Styling divs*/
main{
    background-color:#362734;
}
/* homepage overlay text container style*/
#homepage-overlay{
    height:700px;
    bottom:0;
    left:0;
    right:0;
    background-size:cover;
    background-position:center;
    background-image:url(gameroom-by-brendan-maramda-unsplash.jpg);

}
#overlay-txt{
    padding-top:300px;
    color:white;
}



     /*Collection*/
/*Header styles*/
#head-txt-collection{
    margin-top:100px;
    margin-bottom:5px;
    background-color:#dddfcb
    
}

#iframe-collection{
    margin-left:23%
}
#collection-txt{
    margin-top:50px;
}



     /*Search page*/
.games, .games-link{
    color:#545576;
}



      /*About us page*/
/*Website description text*/
.web-des{
    background-color:#dddfcb;
    position:relative
}
/*Contact us button and text*/
.homepage-contact{
    position:absolute;
    top:410px;
    margin:20px;
}
/*goal text*/
#homepage-goal{
    padding-left:40%
}



     /*Multiplayer PvP, Multiplayer PvE and Single player RPG game pages*/
/*div around text*/
.games-txt{
    background-color:#545576;
    padding:20px;
    margin-top:10px;
    margin-bottom:10px;
    
}
#img-too-large{
    height:353px; 
    width:616px;
}

     /*individual game pages*/
.game-txt{
    background-color:#dddfcb;
}

      /*footer*/
footer {
  position: fixed;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 25px; 
  background-color: black;
  transition: all 0.3s ease-in-out;
   
}
footer:hover{

    height:80px;
}
#footer-txt{
    color:white;
}