html { padding:0px; margin:0px; }

* { padding:0px; margin:0px; }

body { font-family: system-ui, sans-serif, 'Titan One'; background: linear-gradient(lightblue,white); background-attachment: fixed; margin:0; color: #fff; }
   
#header {
    /*width:100%; */
    height:100px;
    margin-bottom: 10px;
}

#header h1 a 
{
    text-decoration:none;
    color:white;
}

#header a.header
{
    position: absolute;
    top:15px;
    right:0px;
}

h3,h2  { font-family: 'Bagel Fat One'; display: inline-block;  margin:0 0 0 auto;  }

#header { display: flex; flex-direction: column;  }      

#header h1 { font-family: 'Bagel Fat One', courier ; font-size: 2em; padding: 0px;  text-align: center;  }
#header #banner_home  { text-align:center; }

#sub_header { width: 50%;  padding: 3px; margin: 0 auto; text-align: center; text: bold; }

.big_game_desc { font-family: 'Bagel Fat One', courier; font-size: 5em; padding: 0px; margin: 0; }

#game_list a { text-decoration:none; color:white; }
#game_list :hover { background-color: orange }

#center_div
{
    margin:0 auto;
    width:75%;
}


.big_game_desc  img.card_icon {
    position:absolute; 
    top: 5px;
    left: 5px;
    width:15px;
    height:15px;
    text-align:none;
    border: solid thin;
}

.big_game_desc  img.card_icon_right {
    position:absolute; 
    bottom: 5px;
    right: 5px;
    width:15px;
    height: 15px;
    text-align:none;
    border: solid thin;
}

#game_list  {
    width: 75%;
    margin: auto; margin-top: 20px; margin-bottom: 20px;
    border: solid green;
    border-radius: 10px;
    background: green;
}

div.big_game_desc  {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border: solid white;
    border-radius: 10px;
    text-align: center;
    width:85%;
	font-size:1em;
}

.about {
    color: black;
    margin: 20px 0;
}

.about h3 {
    margin-bottom: 10px;
}

.about h2,h3,h4 {
    font-family: 'Bagel Fat One';
    color:#228B22;
}
/*
Forest Green
HEX #228B22
*/
.footer 
{
    margin: 0 auto;
    color: black; 
    width: 100%;
    text-align:center;
}

.footer h4,h5 {
    margin: 0 auto;
/*    font-family: 'Bagel Fat One'; */
    font-family: courier;
}

.gdc_ads {
    width:150px;
    height:400px;
    text-align:center;
    /*background: url("/images/corporate-capital-structure-hierarchy.png"); */
    /*background: url("/images/super_man_tenor.gif"); */
    background: url("/images/miles_morales_spider_giphy.gif");
    /*background: url("http:/*localhost.games/images/super_man_tenor.gif");*/*/
    /*background-size:contain; */
    background-size:cover;
    background-position:center;
	display:none;
}

.gdc_ads_no_img {
    width:150px;
    height:400px;
    text-align:center;
/*    border: dashed thin; */
}

#gdc_ads_left {
    margin-left:10px;
    margin-top: 50px;
    float:left;
}

#gdc_ads_right {
    margin-right:10px;
    margin-top: 50px;
    float:right;
}

