html, body {
    margin: 0;
    padding: 0;
  /*  background-image: url(background.jpg);
    background-repeat: no-repeat;*/
        font-family: Arial, Helvetica, sans-serif;
}

#navContent {
    margin: auto;
    width: 650px;
    height: 850px;
    position: relative;
    overflow: hidden;
    transform: translate(10%, 40%);
}

#game1{
margin:auto;
width:650px;
height:650px;
right:0px;
position:absolute;
}


#game2 {
    margin: auto;
    width: 650px;
    height: 650px;


    right: -800px;
    position: absolute;
}


.questionText {
    margin: 40px;
    word-wrap: break-word;
    max-width: 450px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: relative;
    transform: translate(0%, 0%);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.pix {
    width: 125px;
    height: 125px;
    margin: 5px;
    float: left;
    /*border: 5px solid white;*/
    cursor: pointer;
}

.pix2 {
    width: 125px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    /*border: 5px solid white;*/
    cursor: pointer;
    transform: translate(-50%, -10%);
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    transform: translate(40%, -30%);
}

    .pix:hover {
        /*border:#FC0 solid 5px;*/
        -moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
    }

#headingbar {
    margin: auto;
    width: 650px;
    height: 100px;
    position: center;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
}


#topbar {
    height: 40px;
    margin: 10px;
    margin-top: 50px;
    color: #4800ff;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;

}

#instructions {
    height: 10px;
    margin: 5px;
    margin-bottom: 5px;
    color: #e80000;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;
    text-align: center;
    position: absolute;
}
 
.spacer{
height:50px;
}

 

.feedback1{
width:150px;
padding:5px;
font-size:30px;
color:#FFFFCC;
background-color:#009900;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
position:absolute;
top:170px;
}

.feedback2{
width:150px;
padding:5px;
font-size:30px;
color:#FFFFCC;
background-color:#CC3300;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
position:absolute;
top:170px;
}

.hero-image {
    background-image: url("background.jpg");
    background-color: #cccccc;
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
 
 
@media screen and (max-width:800px) {
	#topbar{margin-left:1%;margin-right:1%;	width:98%;}
	#navContent{margin:1%;	width:98%;}
	#game1{margin:1%;	width:98%;}
	#game2{margin:1%;	width:98%;}


}
@media screen and (max-width:400px) {
	.pix{margin:1px;margin-top:10px;}


}