/* --- Content Formatting --- */
h1 {
	padding-top: 1px;
	margin-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

h3 {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.container {
	display: table;
	width: 100%;
	border-collapse: collapse;
    border-spacing: 10px;
}

.header {
	display: table-row;
    background-color: gray;
    color: #ffffff;
    padding: 1px;
	margin: 0px;
	text-align: center;
}

.main_description {
	display: block;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px gray solid;
	text-align: left;
}

.main_description_content {
	margin-top: 0px;
	font-size: 1em;
	min-width: 0px;
}

.main_description_logo {
	margin-top: 0px;
}

.main_description_img {
	margin-top: 5px;
	max-height: 100%;
	width: 200px;
}

.color_scale {
	display: table-row;
	text-align: center;
}
.color_scale_image {
	max-height: 60px;
	max-width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.directions {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.content {
	margin: 0 auto;
	width: 100%;
	display: table-row;
	text-align: center;
}


.trivia_img_background {
	overflow: hidden;
	width: 220px;
	height: 325px;
	margin: 0 auto;
}

.image_loc {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}


.pic_title {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1em;
}

.pic_desc {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.pic_photo {
	max-height: 200px;
	max-width: 210px;
	margin: 0;
	padding: 0;
}

.footer {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.home_nav {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.home_link {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	color: white;
	background-color: #333;
	border-radius: 25px;
	padding: 12px;
	width: 210px;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid black;
}

.home_btn_top {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.past_trivia {
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	border-top: 1px gray solid;
	width: 100%;
}

.past_trivia_title {
	margin: 0 auto;
	padding-top: 5px;
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
}

.past_trivia_set {
	display: inline-block;
	width: 100px;
	height: 50px;
	margin-top: 5px;
	font: 1.25em;
	padding-top: 5px;
	text-align: center;
}

.past_trivia_link {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	color: #ffffff;
	background-color: #333;
	border-radius: 25px;
	padding: 12px;
	width: 75px;
	border: 1px black solid;
	margin: 0 auto;
}

.large_pic_title {
	width: 100%;
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
}

.large_pic_answer_pts {
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.large_pic_desc {
	width: 100%;
	text-align: center;
	font-size: 1em;
}

.large_pic_area {
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}

.large_pic_image {
	max-width: 100%;
}

.submit_answer_area {
	text-align: center;
	margin: 0 auto;
	
}

.submit_answer {
	padding: 5px;
	background-color: #333;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}

.submit_answer_title {
	width: 100%;
	text-align:center; 
	font-size: 1.5em;
	font-weight: bold;
	background-color: white;
	color: #333;
}

.submit_login_result {
	width: 100%;
	text-align:center; 
	font-size: 1.5em;
	font-weight: bold;
	background-color: white;
	color: red;
}

.submit_answer_fieldtitle {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.submit_answer_name {
	width: 225px;
	text-align: center;
	font-size: 1.25em;
	
}

.submit_answer_text {
	width: 100%;
	font-size: 1.25em;
	height: 100%;
}

.submit_answer_button {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
	font-weight: bold;
	height: 100%;	
	display:block;
}

.submit_answer_ack_area {
	display: inline-block;
	margin: 10px;
}
.submit_answer_ack_good {
	margin: 0 auto;
	padding: 20px;
	font-weight: bold;
	font-size: 3em;
	color: lime;
	background-color: #004000;
	max-width: 700px;
	border-radius: 10px;
}

.submit_answer_ack_bad {
	margin: 0 auto;
	padding: 20px;
	font-weight: bold;
	font-size: 3em;
	color: red;
	background-color: #400000;
	max-width: 700px;
	border-radius: 10px;
}

/* --- Image Background Colors --- */
.unknown {
  background-color: rgb(255,0,0);
}

.wildguess {
  background-color: rgb(255,85,0);
}

.thinkso {
  background-color: rgb(255,170,0);
}

.probably {
  background-color: rgb(255,255,0);
}

.prettysure {
  background-color: rgb(170,255,0);
}

.positive {
  background-color: rgb(85,255,0);
}

.finalanswer {
  background-color: rgb(0,255,0);
}

/* --- Additional Image Background Colors --- */
.noimage {
  background-color: white;
  border: 1px dotted black;
}


/* --- Responsive Design --- */
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
}

[class*="col-"] {
    float: left;
	height: 100%;
	text-align: center;
	padding-bottom: 5px;
}

/* For Mobile */
.col-1 {width: 100.0%;}	/* For Picture Layout */
.col-2 {width: 100.0%;} /* Logo - This has settings because we've moved it around. Doesn't really apply right now. */
.col-3 {width: 100.0%;} /* Main Description - This has settings because we've moved it around. Doens't really apply right now.*/
.col-4 {width: 100.0%;} /* Used by admin page to layout side-by-side picture and data edit. */
.col-5 {width: 100.0%;} /* Used by admin page to layout side-by-side picture and data edit. */

/* Tablet & Mobile Wide */
@media only screen and (min-width: 640px) {
	.col-1 {width: 50%;}
	.col-2 {width: 100%;}
	.col-3 {width: 100%;}
	.col-4 {width: 37%;}
	.col-5 {width: 63%;}
}

/* Desktop */
@media only screen and (min-width: 950px) {
	.col-1 {width: 25%;}
	.col-2 {width: 100%;}
	.col-3 {width: 100%;}
	.col-4 {width: 37%;}
	.col-5 {width: 63%;}
}