
/*_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_

	C H I L L O U T   G A M E S   A N D   S P O R T S . C O M
	Copyright 2020 All Rights Reserved

_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_*/

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-

    E L E M E N T S   R E S E T

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	line-height: 1.5;
	font-size: 1em;
}

body {
	background-color: rgb( 255, 255, 255 );
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, sup, sub {
	color: rgb( 20, 20, 20 );
	font-family: Arial, sans-serif;
	margin: 0.5em 0px;
}

h1 {
	font-size: 2.1em;
	font-weight: 500;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 8px 12px 12px 6px;
}

h2 {
	font-size: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 4px;
	padding-left: 4px;
	margin: 0.3em 0px;
	clear: both;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: 200;
	padding: 8px 16px;
}

h4 {
	font-size: 1.2em;
	text-indent: 0.5em;
	font-family: "Anton", Arial, sans-serif;
}
h5 {
	font-size: 1.0em;
	text-indent: 1.3em;
	font-weight: 500;
}
sup, sub {
	font-size: 12px;
	text-shadow: none;
	font-weight: 500;
	line-height: 14px;
}
p {
	font-size: 1.1em;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: 1.3em;
	line-height: 1.5em;
	margin: 10px 0px;
	margin-bottom: 35px;
	text-align: justify;
}
ul li,
ol li {
	font-size: 1.1em;
	font-weight: normal;
	list-style-position: inside;
	padding-left: 24px;
}
hr {
	margin: 5px;
	border-bottom: 1px solid rgb( 255, 255, 255 );
}
footer {
	margin-top: 0px;
	background-size: 100%;
}
img {
	padding: 2px;
	margin: 2px;
	border-radius: 10px;
}
a, a:active, a:visited, a:link { text-decoration: none; }
a:hover { text-decoration: none; }
hr {
	border-bottom: 8px solid rgb( 50, 50, 50 );
}
button {
	margin: 2px 20px;
	padding: 4px 28px;
	background-color: rgba( 80, 80, 80, 1.0 );
	font-family: Arial, sans-serif;
	color: rgb( 200, 200, 200 );
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid rgb( 142, 131, 111 );
	cursor: pointer;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-

    E L E M E N T S   O V E R R I D E

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/


h1 {
	font-family: "Anton", Arial, sans-serif;
}

h2 {
	font-family: "Anton", Arial, sans-serif;
}

a, a:active, a:visited, a:link { color: rgb( 51, 113, 137 ); }
a:hover { color: rgb( 0, 50, 70 ); }

p {
	font-family: "Dosis", Arial, sans-serif;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-

    G L O B A L S

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.bold {
	font-weight: 700;
}
.pointer {
	cursor: pointer;
}
.flex-container {
	display: flex;
	display: -webkit-flex;
	
	flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.dark-center-feature {
	width: 75%;
	margin: 12px auto;
	font-weight: bold;
	font-size: 32px;
	border: 2px solid rgb( 0, 0, 0 );
	border-radius: 4px; 
	background-color: rgba( 0, 0, 0, 0.7 );
}
.one-half {
	margin: 1%;
	padding: 1%;
	width: 46%;
	max-width: 46%;
}
.one-half img {
	width: 100%;
	height: auto;
}

.one-third {
	margin: 1%;
	padding: 1%;
	width: 29%;
	max-width: 29%;
}
.one-third img {
	width: 100%;
	height: auto;
}

.one-quarter {
	margin: 1%;
	padding: 1%;
	width: 21%;
	max-width: 21%;
}
.one-quarter img {
	width: 100%;
	height: auto;
}

.two-thirds {
	margin: 1%;
	padding: 1%;
	width: 63%;
	max-width: 63%;
}
.two-thirds img {
	width: 100%;
	height: auto;
}

.one-fifth {
	margin: 1%;
	padding: 1%;
	width: 16%;
	max-width: 16%;
}
.one-fifth img {
	width: 100%;
	height: auto;
}

.four-fifths {
	margin: 1%;
	padding: 1%;
	width: 76%;
	max-width: 76%;
}
.four-fifths img {
	width: 100%;
	height: auto;
}

.seven-eighths {
	margin: 1%;
	padding: 1%;
	width: 83%;
	max-width: 83%;
}
.seven-eighths img {
	width: 100%;
	height: auto;
}

.almost-all-wide {
	margin: 1%;
	padding: 1%;
	width: 96%;
	max-width: 96%;
}
.almost-all-wide img {
	width: 100%;
	height: auto;
}

.almost-all-height {
	margin: 1%;
	padding: 1%;
	height: 96%;
	max-height: 96%;
}
.almost-all-height img {
	width: auto;
	height: 100%;
}

.transparent_light_grey {
	color: #006633;
	background-color: rgba( 208, 208, 208, 0.5 );
}
.transparent_dark_grey {
	color: #66dd99;
	background-color: rgba( 64, 64, 64, 0.5 );
}
.full-wid {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 12px;
	width: 100%;
	height: auto;
}

.sub {
	font-size: 12px;
	font-weight: 200;
	font-family: Arial;
	text-shadow: none;
	margin: 0px 3px;
}
.mono {
	font-family: monospace;
	font-weight: bold;
}

.feature-blurb {
	clear: both;
	margin: 1%;
	padding: 1%;
	width: 96%;
	max-width: 96%;
}
.feature-blurb p {
	margin: 1%;
	padding: 1%;
	width: 96%;
	max-width: 96%;
}

#blanket {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba( 16, 8, 0, 0.95 );
	display: none;
}

/* ~ ~ ~ ~ ~ ~ ~ N A V   R E S E T  ~ ~ ~ ~ ~ ~ ~ ~ */

.h-nav {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
/* First Level */
.h-nav > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.h-nav > ul > li {
	width: 130px;
	padding: 10px;
	text-align: center;
	float: left;
	font-size: 1.2em;
	list-style-type: none;
	display: block;
	z-index: 999;
	border-left: 1px solid rgba( 200, 200, 240, 0.0 );
	border-right: 1px solid rgba( 200, 200, 240, 0.0 );
}
.h-nav > ul > li > a {
	text-decoration: none;
	border: none;
	display: block;
	width: 100%;
}
/* Second Level */
.h-nav > ul > li > ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.h-nav > ul > li > ul > li {
	display: none;
	width: 130px;
	padding: 10px;
	margin-left: -12px;
	text-align: center;
	float: left;
	font-size: 1.0em;
	list-style-type: none;
	z-index: 999;
	border-left: 1px solid rgba( 200, 200, 240, 1.0 );
	border-right: 1px solid rgba( 200, 200, 240, 1.0 );
	background-color: rgba( 242, 245, 246, 1.0 );
}
.h-nav > ul > li > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}
.h-nav > ul > li> ul > li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid rgba( 200, 200, 240, 1.0 );
}
.h-nav > ul > li:hover {
	border-left: 1px solid rgba( 200, 200, 240, 0.0 );
	border-right: 1px solid rgba( 200, 200, 240, 0.0 );
}
.h-nav > ul > li:hover > ul > li {
	display: block;
}
.h-nav > ul > li > ul > li:hover {
	background-color: rgba( 220, 220, 220, 1.0 );
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-

    H E A D E R

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

header#main-header {
	padding: 8px;
	border-radius: 16px;
	background-color: rgba( 242, 245, 246, 0.9 );
	height: 150px;
}
header .header-logo {
	float: left;
	width: 20%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
header .header-logo img {
	width: 100%;
	height: auto;
}
nav#main-nav {
	border-top: 2px solid rgb( 230, 230, 230 );
	box-shadow: 0px -3px 4px rgba( 0, 0, 0, 0.05 );
}
nav#main-nav ul li a {
	font-family: "Dosis", Arial, sans-serif;
}

header#main-header #nav-mid-portion {
	padding-top: 28px;
	float: left;
	width: 55%;
	height: 70px;
}
header#main-header #nav-mid-portion h1 {
	font-family: "Dosis", Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	color: rgb( 128, 128, 128 );
}
header#main-header #nav-search {
	float: left;
	width: 19%;
	height: 50px;
	padding-top: 30px;
	margin-left: 3%;
	margin-right: 3%;
	font-weight: bold;
}
header#main-header #search-text-field {
	float: left;
	width: 76%;
	height: 40px;
	padding-left: 4%;
	padding-right: 0px;
	margin-right: 0px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 12px;
	box-shadow: 0px -5px 8px rgba( 0, 0, 0, 0.1 ), 0px 5px 8px rgba( 0, 0, 0, 0.1 );
}
header#main-header button#search-button {
	float: left;
	width: 20%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-left: 0px;
	margin-left: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	background-image: url( "../img/search-icon.png" );
	box-shadow: 0px -5px 8px rgba( 0, 0, 0, 0.1 ), 0px 5px 8px rgba( 0, 0, 0, 0.1 );
}
.main_nav_icon {
	width: 80px;
	height: 80px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-

   B O D Y   S E C T I O N S

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#main-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#bg-image-section {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2048px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-image: url( "../img/BaseballStadium.jpg" );
}
#page-body {
	position: relative;
	top: 0px;
	margin: 30px auto;
	padding: 0px;
	width: 90%;
	max-width: 1200px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
	/*background-image: url( "../img/HexBG.png" );*/
	border-radius: 16px;
	background-color: rgba( 255, 255, 255, 0.9 );
}
#page-body section {
	margin: 10px 3%;
	padding: 10px 2%;
	position: relative;
	width: 90%;
	min-height: 120px;
	clear: both;
}
#main-section {
	
	
}
#bottom-section {
	
}
#legal {
	clear: both;
	width: 98%;
	padding: 1%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 4px auto;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=

    F O O T E R

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

footer#main-footer {
	padding: 8px;
	border-radius: 16px;
	background-color: rgba( 242, 245, 246, 0.9 );
}
nav#main-footer-nav ul li {
	width: 150px;
}
nav#main-footer-nav ul li a {
	font-family: "Dosis", Arial, sans-serif;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=

    F E A T U R E   D E S C R I P T I O N

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.feature_collection {
	width: 97%;
	margin: 0px auto;
	padding: 0px 1%;
	padding-left: 2%;
	padding-bottom: 8px;
	margin-bottom: 36px;
	background-color: rgba( 0, 0, 0, 0.5 );
	border-bottom: 4px solid rgb( 170, 220, 230 );
}
.feature_collection ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.4 );
}
.feature_collection ul li {
	width: 256px;
	height: 128px;
	display: block;
	overflow: hidden;
	margin: 8px;
	padding: 0px;
	list-style-type: none;
	border-radius: 6px;
}
.feature_collection ul li a {
	display: block;
	height: 100%;
}
.feature_collection ul li .feature-badge {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.feature_collection .site-badge {
	width: 256px;
	height: 128px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=

    M E D I A   Q U E R I E S

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media only screen and ( max-width: 900px ) {
	
	/*  H E A D  */
	header#main-header {
		height: auto;
	}
	header .header-logo {
		margin: 0px auto;
		width: 50%;
		height: 140px;
	}
	header .header-logo img {
		width: 100%;
		height: auto;
	}
	header#main-header #nav-mid-portion {
		width: 50%;
		height: 120px;
	}
	header#main-header #nav-search {
		width: 94%;
		padding-top: 12px;
		margin-bottom: 40px;
		height: 40px;
	}
	header#main-header button#search-button {
		background-size: 25%;
	}
	nav#main-nav {
		max-width: 100%;
	}
	.h-nav > ul > li:hover > ul > li {
		display: none;
	}
}

@media only screen and ( max-width: 640px ) {
	header#main-header {
		height: auto;
	}
	header#main-header #nav-mid-portion h1 {
		font-size: 0.9em;
	}
	header .header-logo {
		height: 100px;
	}
	header#main-header #nav-mid-portion {
		height: 80px;
	}
	.feature-blurb p {
		margin: 2%;
		padding: 2%;
		width: 94%;
		max-width: 94%;
	}
	.feature-blurb-img-container {
		margin: 2%;
		padding: 2%;
		width: 27%;
		max-width: 27%;
	}
}

@media only screen and ( max-width: 480px ) {
	header#main-header {
		height: auto;
	}
	header .header-logo {
		width: 100%;
		height: 100px;
	}
	header#main-header #nav-mid-portion {
		width: 100%;
		height: 80px;
	}
}

