/*==================
	Section Tags	
==================*/
	html, body {
	height: 100%;
	width: 100%;
	min-width: 700px;
	/*min-height: 525px;*/
	font-size: 16px;
}

div {
	
	box-sizing: border-box;
	
}

/*================
	Heading Tags	
================*/
h1 {
	font-size: 4.5vw;
	font-weight: bolder;
	font-family: Arial, sans-serif;
}

h2 {
	font-size: 35px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
}

h3 {
	font-size: 20px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	white-space: nowrap;
}

h4 {
	font-family: Arial, sans-serif;
}

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

label {
    width: 100%;
}

b {
	font-weight: bolder;
}

i {
	font-style: italic;
}

.em {
	font-weight: bolder;	
}

/*===============
	List Tags	
===============*/
ul li {
	background-color: grey;
	position: relative;
	padding: 10px;
	border: 1px solid black;
}

ul li a {
	color: white;
	text-decoration: none;
}

ul li:hover, ul li:hover > a {
	color: black;
	background-color: white;
}



/*====================
	Game Descriptions	
======================*/

/* these styles are over specified because the styles above have been made too general. When 
the above styles are updated, these should be updated too */


#game-information-box-container {
}


#game-information-box ul {
	border: none;
	background-color: white;
	padding: 0;
	list-style-type: circle;
	margin-left: 15px;
	margin-bottom: 10px;
}

#game-information-box ol {
	border: none;
	background-color: white;
	padding: 0;
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

#game-information-box li {
	border: none;
	background-color: white;
	padding: 0;
	margin-bottom: 10px;
}

ul li:hover, ul li:hover > a {
	color: black;
	background-color: white;
}

#game-how-to-play-rules-container {
	padding: 0 5px 0 5px;
}

#game-how-to-play-scoring-container {
	padding: 0 5px 0 5px;
	
}


#game-name-text {
	margin-top: 5px;	
}



/*=========================================
	Game Descriptions Model (in dashboard)	
===========================================*/






#game-desc-modal {
	height: 400px;
}

#game-description-image-container {
	position: relative;
	display: inline-block;
	width: 211px; 
	height: 100%;
	vertical-align: top; 
	padding-top: 12px;
	margin: 0px 5px;
}

#game-description-content-container {
	position: relative; 
	text-align: left;
	white-space: nowrap;
	height: 400px;

}

#game-description-text-container {
	position: relative; 
	display: inline-block; 
	width: 380px;
	vertical-align: middle; 
	margin: 0px 1px; 
	padding: 10px;
	height: 395px;
	overflow: auto;
	
}

#game-description-text {
	white-space: normal; 
	word-break: normal;
	text-align: left;
	font-size: 1.2em;
	/*
	line-height: 2em;
	*/
}

#game-description-text-main {
	white-space: normal; 
	word-break: normal;
	text-align: left;
	/*
	font-size: 1.2em;
	line-height: 1.6em;
	*/
}

#game-team-text {
	white-space: normal; 
	word-break: normal;
	text-align: left;
	margin-top: 15px;
	/*
	font-size: 1.2em;
	line-height: 1.4em;
	*/
}

.game-description-title {
	/*
	font-size: 1.3em;
	*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
}

.game-description-image {
	width: 210px;
}

#game-description-text .modal-title {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

#game-description-text .summary-description {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
	color: teal; 
}

#game-description-text .game-team {
	margin-bottom: 15px;
	
}

#game-description-text .game-rules {
	margin-bottom: 15px;
	
}

#game-description-text .game-scoring {
	margin-bottom: 15px;
}


#game-description-text ul {
	border: none;
	background-color: white;
	padding: 0;
	list-style-type: circle;
	margin-left: 15px;
	margin-bottom: 10px;
}

#game-description-text ol {
	border: none;
	padding: 0;
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

#game-description-text li {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}

ul li:hover, ul li:hover > a {
	color: black;
	background-color: white;
}










