/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
	/*background: #f2f2f2;*/
	background: #F0F0DD;
	color: #333;
	/*font-family: "Proxima Nova Regular","Segoe UI",Roboto,"Droid Sans","Helvetica Neue",Arial,sans-serif; */
	/*font-family: "Nitti iA","Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	margin: 0;
	padding: .5em;
}

header {
/*	max-width: 38em;*/
	margin: auto;
	text-align: center;
}

nav {
	background:#fff;
	margin: auto;
	padding: .6em;
/*	max-width: 25em;*/
}

nav ul {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
}

/*li {
	flex-basis: 100%;
}*/

a {
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px #34495e;
	        box-shadow: 0 1px 3px #34495e;
	text-decoration: none;
	display: inline-block;
	margin: 1px;
	padding: 5px;
}

a:active {
	-webkit-box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background: rgba(0,0,0,0.1);
    color: #0000CD;
} 

article {
	max-width: 38em;
	margin: auto;
	/*border: 2px solid mistyrose; */
}

h1 {
	font-family: "Skolar Bold","Segoe UI Bold","Roboto Slab","Droid Serif",AvenirNext-Bold,"Avenir Bold",Georgia,"Times New Roman",Times,serif;
	font-size: 2.25em;
	background: #fff;
	max-width: 17em;
	margin: auto;
}

h2 {
	font-size: 1.25em;
	margin: 1em 0;
	text-align: center;
}

h3 {
	font-size: 1.125em;
	margin: 1em 0;
}

.logo {
	font-family: "kristen itc", Times, serif;
    color: #0000CD;
    text-shadow: 3px 3px 3px #cacab4;
	font-weight: bold;
    text-align: center;
}

p {
	font-size: 1em;
	margin: 1.286em 0;
	background: #fff;
	/*border: 3px solid goldenrod;*/
	border-radius: 12px;
	/*box-shadow: 0 1px 3px #34495e;*/
	padding: 1em;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}

a.picked {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: rgba(0,0,0,0.1);
    color: #0000CD;
}

.centerbold {
	text-align: center;
	font-weight: bold;
}

.clickblue {
	color: #0000FF;
	font-size: 2em;
}

.rules-image {
	display: inline-block;
	-webkit-box-shadow: 2px 2px 10px 0.1px #34495e;
			box-shadow: 2px 2px 10px 0.1px #34495e;
}

.show-menu {
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: block;
}

			input[type=checkbox]{
			    display: none;
			}

/*Show menu when invisible checkbox is checked*/
			input[type=checkbox]:checked ~ #menu{
			    display: block;
			}

.testing {color: #f00;}

@media (min-width:36em) {body {font-size: 105%}
	.show-menu {display: none;}
	.navigation {display: -webkit-box;display: -ms-flexbox;display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;} 
	a:hover {-webkit-box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}}
@media (min-width:48em) {body {font-size: 110%}}
@media (min-width:60em) {body {font-size: 115%}
/*fix navigation near top and lower the header image enough for the buttons to wrap*/
    nav {
        position: fixed;
        top: 0;
        width: 100%;
    }
  header {
    margin-top: 5.45em;
  }    
}
@media (min-width:72em) {body {font-size: 120%}}