html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-size: 12px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 1340px;
	background-color: #000;
}


#wrapper {
    overflow: hidden;
	color: #000;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 10px;
	background-color: #000;
}



/*Anchor Reset*/

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}



/* Header Styling*/

#header {
    position: relative;
    margin: 0 0 0px;
}

#header .top-bar {
	
    font-family: 'Josefin Sans', sans-serif;
    height: 134px;
	align-content: center;
   
    padding: 0px;
    margin: 0 0 10px;
}

#logo {
    letter-spacing: 0.1em;
    font-size: 36px;
    color: #000 !important;
	padding-top: 0px;
	padding-left: 0px;
	align-content: center;
	
}

#contacttext {
	horizontal-align: center;
    letter-spacing: 0.1em;
    font-size: 22px;
    color: black !important;
	padding-top: 7px;
	padding-left: 5px;
}


#header .top-bar .login_area {
    vertical-align: top;
	float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 10;
	padding-right: 5px;
    list-style: none;
    color: #000 !important;
}


#header .top-bar .login_area li {
    display: inline-block;
    vertical-align: top;
    margin-top: -30px;
	color: #000
	
}

#header .top-bar .login_area li a {
   	display: inline-block;
  
	color: #000
	
}


#previousbutton {
	align-content: center;
    top: 14px;
    right: 1000px;
   
	
}

#nextbutton {
	
    top: 14px;
    right: 289px;
   
	
}



/*Nav Styling*/

#nav {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    text-align: center;
}

#nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
}

#nav ul li a {
    text-align: center;
    font-size: 15px;
    padding: 6px 31px;
    border-radius: 15px;
    color: #000;
    display: block;
    transition: all 0.3s ease;
}

#nav ul li a.class1 {
    background-color: #AED136;
}

#nav ul li a.class2 {
    background-color: #9CA98C;
}

#nav ul li a.class3 {
    background-color: #AED136;
}

#nav ul li a.class4 {
    background-color: #78C3AE;
}

#nav ul li a.class5 {
    background-color: #AED136;
}

#nav ul li a.class6 {
    background-color: #9CA98C;
}

#nav ul li a.class7 {
    background-color: #78C3AE;
}

#nav ul li a.class8 {
    background-color: #AED136;
}

#nav ul li a.class9 {
    background-color: #9CA98C;
}

#nav ul li a:hover {
    background-color: Green;
}

#nav ul li a.active {
    background-color: #4CAF50;
}


#main {
    position: relative;
}

#mainbody {
    line-height: 30px;
    padding: 0px;
    border-radius: 8px;
}

#siteseal {
     float: center;
}



.home_main {
    background: #000;
    padding: 15px;
}

.home_main .section_heading {
    height: 50px;
    width: 400px;
    text-align: center;
    margin: 0 auto 15px;
}

.home_main .section_heading img {
    display: block;
}


.home_main .middle_row {
    overflow: hidden;
    margin: 0 0 30px;
}

.home_main .middle_row .right_info_text,
.home_main .middle_row .left_info_text {
    width: 20%;
    float: left;
    position: relative;
    top: 85px;
    text-align: center;
	font-size: 20px;
	
}

.home_main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home_main ul li {
    display: inline-block;
    vertical-align: middle;
}

.home_main .middle_row .buttons_row {
    text-align: center;
    float: left;
    width: 60%;
}

.home_main .middle_row .buttons_row li {
    padding: 0px;
}




.home_main .zombie_row {
    width: 100%;
    overflow: hidden;
}

.home_main .zombie_row {
    text-align: center;
    margin: 0 0px 0 0px;
	border: thin;
}

.home_main .zombie_row li {
   margin: 0 0px 0 30px;
}

.home_main .zombie_row #jail {
    position: relative;
    height: 110px;
	border: thin;
}


#middlebar1 {
	background-color: #000;
    border: 2px solid #006600;
	border-radius: 25px;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
    height: 200px;
	width: 350px;
    margin: 0px 0px 20px 0px;
	padding: 7px 5px 6px 5px;
}

#middlebar2 {
	background-color: #000;
	color: #66FF66;
    border: 2px solid #006600;
	border-radius: 25px;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-align: left;
    height: 200px;
	width: 350px;
    margin: 0px 0px 20px 0px;
	padding: 10px 5px 10px 15px;
}

#middlebar3 {
	background-color: #000;
	color: #F4F7F4;
    border: 2px solid #006600;
	border-radius: 25px;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
    height: 200px;
	width: 350px;
    margin: 00px 0px 20px 0px;
	padding: 10px 5px 10px 15px;
}



.home_main .year_row {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row li {
    margin: 0 5px;
}

.home_main .year_row1 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row1 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row1 li {
    margin: 0 5px;
}

.home_main .year_row2 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row2 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row2 li {
    margin: 0 5px;
}

.home_main .year_row3 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row3 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row3 li {
    margin: 0 5px;
}

.home_main .year_row4 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row4 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row4 li {
    margin: 0 5px;
}


.home_main .year_row5 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row5 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row5 li {
    margin: 0 5px;
}

.home_main .year_row6 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row6 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row6 li {
    margin: 0 5px;
}

.home_main .warning_message_row {
    text-align: center;
}

.home_main .year_row7 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row7 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row7 li {
    margin: 0 5px;
}

.home_main .year_row8 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row8 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row8 li {
    margin: 0 5px;
}

.home_main .year_row9 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row9 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row9 li {
    margin: 0 5px;
}

.home_main .year_row10 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row10 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row10 li {
    margin: 0 5px;
}

.home_main .year_row11 {
    width: 100%;
    overflow: hidden;
}

.home_main .year_row11 {
    text-align: center;
    margin: 0 0 10px;
}

.home_main .year_row11 li {
    margin: 0 5px;
}



.home_main .warning_message_row #warning {
 	height: 40px;
    width: 700px;
    margin: 5px auto 2px;
	text-align: center;
	font-size: 40px;
	color: mediumseagreen;
	background-color: #000;
	color: #F4F7F4;
}





#textbox1 {
    position: relative;
	width: 100%;
	text-align: center;
    margin: 0 auto;
}

#textbox2 {
    position: relative;
	 width: 100%;
	text-align: center;
    margin: 0 auto;
}


/* Bottom right text */
.text-block1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.text-block2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}


.home_main .warning_message_row1 {
    text-align: center;
}

.home_main .warning_message_row #warning1 {
 	height: 40px;
    width: 1200px;
    margin: 1px auto 10px;
	text-align: center;
	font-size: 16px;
	background-color: #000;
	color: #F4F7F4;
}

		
}
.home_main .warning_message_row5 #warning5 {
 	height: 10px;
    width: 1300px;
    margin-left: 0px;
	
	
}


.home_main .warning_message_row2 #warning2 {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #F4F7F4;
}

/*End of Home Page*/


/*Start of Mathematics Page*/

.mathematics_main .addition_block {
    line-height: 20px;
    align-content: left;
    align-items: left;
    text-align: left;
    font-size: 14px;
    color: #000;
    margin: 10px;
    float: left;
}

.mathematics_main .w3-sidebar {
    position: static !important;
    float: left;
	 margin: 10px;
}


/*End of Mathematics Page*/


/*Start of Game Main Menu Page*/

.game_menu_main {
    background: #E9E9E9;
}

.game_menu_main .main_content {
    overflow: hidden;
    text-align: center;
    padding: 40px 0 50px;
}

.game_menu_main .main_content .section_heading {
    margin-bottom: 20px;
}

.game_menu_main .main_content .section_heading img {
    display: inline-block;
    vertical-align: middle;
}

.game_menu_main .main_content .game_list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.game_menu_main .main_content .game_list li {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px 10px;
}

.game_menu_main .main_content .game_list li a img,
.game_menu_main .main_content .game_list li a {
    display: block;
    transition: all 0.3s ease;
}

.game_menu_main .main_content .game_list li a:hover img {
    opacity: 0.5;
}


/*End of Game Main Menu Page*/


/*Start of Play Page*/

.game_area {
    width: 960px;
    float: left;
    padding:0 10px;
}

.game_container {
    line-height: 30px;
    background-color: #787878;
    height: 300px;
    padding: 5px;
    border-radius: 8px;
}

.game_area .result_row {
    overflow: hidden;
    margin-bottom: 10px;
}

.game_area .result_row #question,
.game_area .result_row #answer {
    padding: 4px;
    height: 100px;
    width: 66%;
    background-color: white;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
    color: #910000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 84px;
 
	line-height:87px; 
    font-weight: normal;
    border: medium;
    border: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
    border-radius: 8px;
}

.game_area .result_row #answer {
    width: 33%;
    font-size: 80px;
}

.game_area .game_inputs {
    padding-top: 4px;
    top: 117px;
    height: 173px;
    width: 100%;
    background-color: #F1F1F1;
    border: thick;
    border-color: #000000;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    z-index: 0;
    margin-bottom: 20px;
}

.game_area .game_inputs .game_buttons {
    font-family: arial;
    border: 0px solid black;
}

.game_area .game_inputs .game_buttons td,
.game_area .game_inputs .game_buttons th {
    border: 0px solid black;
}

.game_area .game_inputs .game_buttons input[type="button"] {
    width: 155px;
    height: 50px;
    font-size: 30px;
    font-weight: 300;
    border-style: solid;
    border-width: thin;
    padding: 6px 31px;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.game_area .game_inputs .game_buttons input[type="button"]:hover,
.game_area .game_inputs .game_buttons input[type="button"]:focus {
    background-color: rgba(108, 167, 150, 1.00);
}


.game_area #bots{
    width: 3.5%;
    float: left;
    text-align: center;
    color: #000;
}

.game_area #bottable tr td{
    padding:20px 0; 
}

.game_area .canvas_container{
    width: 96%;
    float:left;
}

.game_right_sidebar{
    float: left;
    width: 180px;
}

.game_right_sidebar #toptex {
    background-color: #E7E7E7;
    height: 110px;
    text-align: center;
    vertical-align: center;
    padding-top: 10px;
    border-radius: 8px;
    border: thin solid black;
    font-size: 20px;
    color: #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
    margin: 0 0 12px;
}

.game_right_sidebar #score{
    font-size: 20px;
    color: #000;
    padding: 15px 0px 0px;    
}

.game_right_sidebar #halloffame {
    height: 274px;
	font-size: 20px;
    font-weight: 300;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 10px 25px;
    border-radius: 8px;
    background-color: #E7E7E7;
    border-style: solid;
    border: 1px solid black;
    z-index: 9999;
}

.game_right_sidebar #scoretext,
.game_right_sidebar #hoflevel {
    font-weight: 100px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #E7E7E7;
    color: #000000;
    margin:0 0 5px; 
    color: black;
    text-align: center;
    font-size: 20px
}

.game_right_sidebar #tablehof {
    font-size: 13px;
    font-weight: 300;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
}

.game_right_sidebar #boxes {
    font-size: 30px;
    font-weight: 300;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 300px;
    width: 100%;
    background-color: white;
}

.game_right_sidebar #scorepage {
    line-height: 30px;
    background-color: #E7E7E7;
    padding: 5px;
    border-radius: 8px;
    border: thin solid black;
    margin-bottom: 11px;
    padding: 10px 10px 15px;
}

.game_right_sidebar table#boxnumbers td,
th {
    border: 1px solid black;
}


.game_sidebar {
    float: left;
    width: 180px;
}

.game_sidebar #resultspage {
    line-height: 30px;
    background-color: white;
    width: 100%;
    border-radius: 8px;
    border: thin solid black;
    position: relative;
}

.game_sidebar #goalscanvas {
    line-height: 30px;
    background-color: white;
    height: 713px;
    width: 100%;
    border-radius: 8px;
    border-bottom: thin solid black;
    margin-bottom: 5px;
}

.game_sidebar .goal_stats {
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

.game_sidebar .goal_stats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.game_sidebar .goal_stats ul li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    font-size: 9px;
}

.game_sidebar .goal_stats #goallabel1,
.game_sidebar .goal_stats #goallabel2,
.game_sidebar .goal_stats #goallabel3 {
    text-align: center;
	font-size: 12px;
}


/*End of play Page*/

#coins {
    position: absolute;
    top: 6px;
    right: 220px;
    height: 40px;
    width: 100px;
    text-align: right;
    font-size: 24px;
    color: #F1F1F1;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', sans-serif;
}




#preview1 {
    position: absolute;
    top: 30px;
    right: 320px;
    background-color: whitesmoke;
    height: 80px;
    width: 800px;
    text-align: centre;
}

#preview1image {
    position: absolute;
    top: 130px;
    right: 250px;
    line-height: 30px;
    height: 336px;
    width: 780px;
    padding: 5px;
    border-radius: 8px;
}

#previous {
    position: absolute;
    top: 470px;
    right: 820px;
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 200;
    border-style: outset;
    border-width: thin;
}

#home {
    position: absolute;
    top: 470px;
    right: 620px;
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 200;
    border-style: outset;
    border-width: thin;
}

#next {
    position: absolute;
    top: 470px;
    right: 420px;
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 200;
    border-style: outset;
    border-width: thin;
}



footer {
    clear: both;
}