html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
}
header {
	border-bottom:1px solid #666666;
	overflow:hidden;
}
header h1 {
	float:left;
	font-size:1.8em;
	text-align:left;
	margin:.5em;
	padding:0;
    font-weight: bold;
}
header img.gameTitle {
	float:left;
	margin:1em 0 1em 1em;
	padding:0;
}
header img.logo {
	float:right;
    padding: .5em;
    margin: 0;
	width:60px;
}
section {
	margin: 0 1em;
}
header.instructions h1 {
	margin:.9em .5em;
}
.instructions p {
	padding:.5em 1em;
	font-size:1.2em;
}
h3 {
	font-size:1.7em;
	text-align:left;
	margin:0 0 0 0;
	padding:0;
	font-weight:normal;
}

.hide {
	display: none;
}
.main.settings {
	width:96%;
	margin:0 auto;
	height:100vh;
	padding:0;
}
@media screen and (max-width:1000px) {
	.main.settings {
		width:95%;
	}
}
.mainContainer {
	width:80%;
	height:100vh;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}
.mainContainer section {

}

/* Button Styles */
button {
	margin:0;
	padding:0;
}
/*button.coreBtn*/
.coreBtn {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #aaa;
    color: #222;
    background: #fff none;
    letter-spacing: .1em;
	line-height: 2em;
    border-radius: 5px;
    margin: .5em 1em .5em 0;
	padding: 0.5em 1.5em;   /* .5 1.5,  0.4em .6em */
	width:auto;
    font-weight: bold;
    font-size: 1.1em;  /* 1.5 */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    2px 2px 3px 1px rgba(50, 50, 50, 0.55);
    box-shadow:         2px 2px 3px 1px rgba(50, 50, 50, 0.55);
}
@media screen and (max-width:1000px) {
  button.coreBtn	 {
    margin: .5em 1em .5em 0;
	padding: 0.5em 1.3em;
/*	height: 1.8em; */
    font-size: .9em;
    font-size: 1.0em;
  }
}

.coreBtn p {
	margin: 0px;
	padding: 0px;
}
.settingsBlock.buttons .coreBtn {
	float:left;
}
.settingsBlock button:first-of-type {
	margin-left:0;
}
.coreBtn.active {
    color: #333333;
    background-color: #9fc9ed;
}
.coreBtn.info {
    background-color: #99ccff;
	margin:1em 5em;
}
.coreBtn.settings.inactive, .coreBtn.settings.inactive:hover {
    background-color: #ffffff;
}
.coreBtn.settings {
    background-color: #faface;
	float:left;
}
.coreBtn.settings.active {
    background-color: #e8e80b;
}
.coreBtn.settings:hover {
    background-color: #e8e80b;
}
.coreBtn.action {
    background-color:#4C9726;
	color:#ffffff;
	text-shadow: 1px 1px 2px #333;
}
.coreBtn.action a {
	color:#ffffff;
	text-decoration:none;
	font-weight:300;
}
.coreBtn.small {
    font-size: 1.0em; /* .9em; */
	padding: .2em 0.7em;
	margin: 0.3em 0.4em .5em .4em;
}
.coreBtn.action.menu {
    font-size: 1.1em; /* .9em; */
	float:left;
	padding:0 .3em;
	margin:.4em .2em;
}
.coreBtn.disabled {
    color: #000000;
    background-color: #dddddd;
	text-shadow:none;
}
.coreBtn.center, .coreBtn.info.center, .coreBtn.action.center {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:block;
}
.coreBtn.right {
	float:right;
}
.coreBtn.newLine {
	clear:both;
	margin:1em auto;
}
button#playGame {
	margin-top:4em;
}
.gameIcon {
	float:left;
}
/* Blocks */
.settingsRow {
	overflow:hidden;
	margin:0 1em 1em 1em;
	clear:both;
}
.settingsRow.moveUpOne {
	margin-top:-1em;
}
.settingsRow.moveUpOne {
	margin-top:-1em;
}
.settingsRow.center .col {
    margin: 0 auto;
    float: none;
}
.settingsRow.bordered {
    border-bottom: 1px solid #337ab7;
}
.settingsBlock {
	margin:.5em 0;
	float:left;
	width:100%;
}
.settingsBlock.action {
	float:right;
}
.settingsBlockLeft.action {
	float:left;
	margin:.5em 0 0 0;
}

/* Reponsive */
.col {
	float:left;
	margin:0;
	padding:0;
}
.span1of12 {
	width:8%;
}
.span2of12 {
	width:16%;
}
.span3of12 {
	width:24%;
}
.span4of12 {
	width:33%;
}
.span5of12 {
	width:40%;
}
.span6of12 {
	width:49%;
}
.span7of12 {
	width:57%;
}
.span8of12 {
	width:65%;
}
.span9of12 {
	width:73%;
}
.span10of12 {
	width:81%;
}
.span11of12 {
	width:89%;
}
.span12of12 {
	width:99%;
}

.howToPlay{
    display: none;
    position: absolute !important;
    top: 50px;
    right: -70px;
}

/* --- Pop-Up Box --- */

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* PopUp Content */

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: #fff !important;
    float: right;
    font-size: 58px;
    font-weight: bold;
    width: 40px;
    margin-right: 10px;
}
.close:hover,
.close:focus {
    color: #fff;
}
.popup-header {
    background-color: deepskyblue;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
    margin-top: -20px;
}

.popup-header h2{
    text-align: center;
    padding-top: 14px;
    font-size: 25pt;
}

.popup-body {
    margin-top: 10px;
    padding: 2px 16px;
    min-height: 520px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popUpInfo{
    text-align: left;
}

.popUpInfo p{
    font-size: 14.5pt;
}

.popUpInfo h2{
    font-size: 20pt;
}


#menu_container {
    display: none;
}
