
body 
{
	background-color:#CF4D29;
	color: #90361d;
	
	-moz-box-shadow: inset 0 0 2em #000;  
    -webkit-box-shadow: inset 0 0 2em #000;   
    box-shadow: inset 0 0 2em #000;
	min-height:100%;
	margin: 0px;
	
	font-family: 'Bitter', serif;
}

a
{
	color:#ffffff;
	text-decoration:none;	
}

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

* {
    box-sizing: border-box;
}


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

.header a
{
    font-family: 'Bitter', serif;
    font-size: 20px;
    letter-spacing: 2px;
}

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

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

.logo hr
{
    border: 2px solid rgba(0,0,0,.3);
    max-width: 90%;
    text-align: center;
}

.subtitle
{
	letter-spacing:1px;
	font-size:14px;	
	margin-bottom: 20px;
    margin-top: 20px;
	font-style:italic;
	color: #e7a694;
	line-height: 30px;
    text-align: center;
}




.andmore
{
	margin-top:10px;
	margin-right: 10px;
	font-size:30px;
	letter-spacing:4px;
    text-align: right;
    font-size: 15px;
}

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







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

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

h2
{
    color: #e7a694;
    font-size: 28px;
    margin-bottom: 5px;
}

form
{
    margin-top: 5px;
}

input
{  
  width: 65%;
  padding: 10px 10px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 7px;
  
  transition: all .2s ease-out;
}

input[type=submit]
{
  background-color: #90361d;
  border: none;
  color: white;
  font-family: 'Bitter', serif;
  text-decoration: none;
  margin: 0px 8px;
  cursor: pointer;
  width: 25%;
  text-align: center;
}

input[type=submit]:hover
{
    transform: scale(1.1);
}


input[type=submit]:hover
{
  background-color: #e7a694;
}


.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;
}

@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);
}


.wishlistbox
{
    background-color: #75b022;
    border-radius: 11px;
    
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    margin-left:50px;
    margin-right:50px;
    margin-top:30px;
    margin-bottom:20px;
    
    box-shadow: 3px 3px 10px #672614;    
    transition: all .1s ease-in-out;
}




.wishlistbox: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: #90361d;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all .3s ease-out;    
}

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

.social a:hover
{
    background-color: #e7a694;    
    transform: scale(1.15) rotate(-3deg);
}





