body
{
    font-family:  Verdana;
    width: 960px;
    color: #333;
    font-size: 11px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 40px 20px 20px 20px;
    background: #e2e2e2;
}

a
{
  color: #e2e2e2;
}

#header
{
    margin-bottom: 20px;
}

headerList
{
    height: 50px;
}

headerList ul 
{
	list-style: none;
	position: relative;
	display: inline-table;
    background: url('../images/headerbackground.png') repeat-x;
}

headerList ul:after
{
	content: ""; clear: both; display: block;
}

headerList li
{
    display: inline;
    right:510px;
    list-style-type: none;
    padding: 0;
}

headerList ul li:hover > ul
{
    display: block;
}

headerList ul li
{
	float: left;
}


headerList ul li:hover a
{
}

headerList ul li a
{
	display: block;
	text-decoration: none;
}

headerList ul ul
{
	display: none;
    position: absolute; top: 100%; padding: 0;
    background: none;
    background:  #bababa;
}

headerList ul ul li
{
    float: none; 
    position: relative; left: 0px;
}

headerList ul ul li a
{
	display: block;
	text-decoration: none;
}

#footer
{
    width: auto;
    height: 32px;
    margin-top: 40px;
    background: url('../images/footerbackground.png') repeat-x;
    font-size: smaller;
}

#footerList
{
    margin: 0 auto;
    width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
}

#footerList li
{
    display: inline;
    list-style-type: none;
}

#navSpacer
{
    width: 400px;
    height: 2px;
    display:inline-block;
}

#navSpacer2
{
    width: 40px;
    height: 2px;
    display:inline-block;
}

#navSpacer3
{
    width: 4px;
    height: 2px;
    display:inline-block;
}

#navButton
{
    width: 160px;
    height: 50px;
    background-repeat : no-repeat;
}

#footerButton
{
    width: 160px;
    height: 32px;
    display:inline-block;
}

#footerButtonWide
{
    width: 280px;
    height: 32px;
    display:inline-block;
}

.navHome        { background: url('/images/home.png'); }
.navHome:hover  { background-image: url('/images/home_highlight.png'); }
.navGames       { background-image: url('/images/games.png'); }
.navGames:hover { background-image: url('/images/games_highlight.png'); }
.pixeldefense       { background-image: url('/images/pixeldefense.png'); }
.pixeldefense:hover { background-image: url('/images/pixeldefense_highlight.png'); }
.chopperrescue       { background-image: url('/images/chopperrescue.png'); }
.chopperrescue:hover { background-image: url('/images/chopperrescue_highlight.png'); }
.navAbout       { background-image: url('/images/about.png'); }
.navAbout:hover { background-image: url('/images/about_highlight.png'); }

.navPrivacy         { background-image: url('/images/privacy.png'); }
.navPrivacy:hover   { background-image: url('/images/privacy_highlight.png'); }
.navContact         { background-image: url('/images/contact.png'); }
.navContact:hover   { background-image: url('/images/contact_highlight.png'); }
.navCopyright       { background-image: url('/images/copyright.png'); }
.navFacebook        { background-image: url('/images/facebook.png'); }
.navFacebook:hover  { background-image: url('/images/facebook_highlight.png'); }


#content
{
    width: 720px;
    margin-left: 190px;
    margin: 0 auto 0 auto;
    background:  #bababa;
}

#contentTitle
{
    margin-left: 140px;
    margin-top: 0;
}

#mainContentHeader
{
    width: 100%;
    height: 2px;
    background:  #000;
}

#mainContentFooter
{
    width: 100%;
    height: 2px;
    background:  #000;
}

#mainContent
{
    margin: 10px 10px 10px 10px;
    background:  #bababa;
}

#mainContentImage
{
    width: 100%;
}

#mainBannerImageLeft
{
    margin-top: 8px;
    margin-right:5px;
}

#mainBannerImageRight
{
    margin-top: 8px;
    margin-left:5px;
}

#platformLink
{
    margin-right: 20px
}

/* Games landing page buttons */
#game-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
}

#game-menu a.game-link {
  display: block;
  width: min(100%, 360px);
  max-width: 360px; /* optional clarity */
}

#game-menu img.game-thumb {
  display: block;
  width: 100%;
  height: auto;
}