

body 
{
	background-color:#ded9c8;
	color: #000;
	
	-moz-box-shadow: inset 0 0 3em #000;  
    -webkit-box-shadow: inset 0 0 3em #000;   
    box-shadow: inset 0 0 3em #000;
	min-height:100%;
	margin: 0px;
	
    font-family: "Lexend Deca", sans-serif;
}


a
{
	color:#0000ff;
	text-decoration:none;	
}

a:hover 
{
	color:#1f7ff6;
	text-decoration:none;	
}

* {
    box-sizing: border-box;
}


.header
{
    max-width: 350px;
    margin: auto;
	padding: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.header a
{
    font-size: 20px;
    letter-spacing: 2px;
}

.logo
{
    text-align: center;
    padding-top: 20px;
}

.logo img
{    
	max-width: 100%; /*resize image according to window size*/
}

.header hr
{
    border:none;
    max-width: 270px;
    text-align: center;
    border-top:2px dashed rgba(0,0,0, .3);
}

.subtitle
{
	letter-spacing:1px;
	font-size:14px;	
	margin-bottom: 20px;
    margin-top: 20px;
	font-style:italic;
	color: rgba(0, 0, 0, 0.4);
	line-height: 30px;
    text-align: center;
}

.description
{
    line-height: 30px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}




.footer
{
	text-align: center;
	padding-bottom: 50px;
	color: #5f200f;
	margin-top: -20px;
}




.newmain
{
    max-width: 1000px;
    margin: auto;
	padding: 0px;    
    text-align: center;
}

.newmain hr
{
  border:none;
  border-top:2px dashed rgba(0,0,0, .3);
  background: none;
  height:0;  
  margin-bottom: 30px;
  
  max-width: 850px;
}





.newgamebox img
{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;	
	padding: 0px;
	box-shadow: 5px 5px 20px #672614;
    display: inline-block;
    
    transition: all .2s ease-in-out;
}

.newsletterbox
{
    max-width: 500px;
    margin: auto;    
    padding-left: 10px;
    text-align: left;
    
}

.socialcontainer
{
    text-align: center;
    margin: auto;
}

.gamelist ul
{
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  list-style: none;
  break-before: column;
  break-inside: avoid;
}

.gamelist li
{
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    break-inside: avoid;
}

.gamelist a
{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    
    background-image: linear-gradient(blue, blue);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 30px;
    transition: background-size .2s;
}

.gamelist a:hover
{
    background-size: 100% 30px;
    margin-bottom: 10px;
    color: #fff;
}

.gamelistcontainer
{
    background-color: rgba(255,255,255,.3);
    border-radius: 30px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}



.eventimages img
{
    padding: 1px;
    border-radius: 12px;
}

@media only  screen and  (orientation:portrait)
{
    .eventimages img
    {
        max-width: 45%;
    }
    
    .gamelist ul
    {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
    }
}

@media only  screen and  (orientation:portrait) and (max-device-width: 767px) 
{
    .newmain
    {
        max-width: 820px;
    }
    
    h2
    {
        font-size: 20px;
    }

    .newgamebox img
    {
        max-width: 110px;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 0px;	
    }
    
    .newsletterbox
    {
        max-width: 350px;
    }
    
    .newmain hr
    {
      width:360px;
    }
    
    .socialcontainer
    {
        text-align: center;
        max-width: 280px;
    }
}

.newgamebox a img:hover
{
	box-shadow: 0px 0px 50px yellow;
    transform: scale(1.05);
}


.megabutton
{
    background-color: #0000ff;
    border-radius: 11px;
    
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    margin-left:30px;
    margin-right:30px;
    margin-top:10px;
    margin-bottom:10px;
    
    box-shadow: 3px 3px 10px #444;    
    transition: all .3s ease-in-out;
}




.megabutton:hover
{
    color:#555;
	text-decoration:none;
    background-color: #FFD800;
    
    box-shadow: 0px 0px 50px yellow;
    transform: scale(1.02);
}





.social
{
    padding: 3px;    
}

.social a
{
    background-color: rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all .2s ease-out;    
}

.social img
{
    width: 80px;    
    height: 80px;
}

.social a:hover
{
    background-color:  rgba(0, 0, 0, 0.4);    
    transform: scale(1.15) rotate(-3deg);
}

.faqcontainer
{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.faqcontainer hr
{
    max-width: 200px;
    border-top:2px dashed rgba(0,0,0, .1);
}

.question
{
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 5px;
    color: rgba(64,0,0, .6);
    font-family: monospace, "courier new";
}

.answer
{
    text-align: left;
    font-weight: lighter;
    font-size: 90%;
    line-height: 160%;
    padding-bottom: 40px;
}