/*.shadow-box{
box-shadow: 10px 10px 5px #888888;
width:1500px;
padding:5px;
text-align:center;
font-size:20px;
background:#21759b;
margin:0 auto;
color:#ffffff;
}
//*/

html{font-size:16px;}

/**
Color = F5F9FF  is super light, light, light blue - page color
Lighter color = F5F9FF
*/
.iconImg{
	height: 50px;
}

#quizResult{
	font-size:30px;
	font-color: DarkMagenta;
	/*font-weight: bold;*/
}

#quizAnswer{
	font-size:30px;
	font-color: DarkSlateBlue;
	/*font-weight: bold;*/
}

#learnReviewSpace {
	padding: 50px;
}
#quizSpace {
	padding: 50px;
}

.btn-metalicGreen{
	/*Eucalyptus*/
	background-color: #44D7A8;
}

.btn-metalicPurple{
	background-color: #E936A7;
}

.btn-metalicBlue{
	background-color: #3F26BF;
	/*Ultramarine Blue*/
}

.btn-blueberry{ background-color:#4F86F7;}

.btn-neonCarrot { background-color:#FF9933;}

.btn-grape{	background-color: #6F2DA8;}

.btn-ruby{	background-color: #AA4069; }

.btn-watermelon{	background-color: #FD5B78; }

.btn-basic{
	color: white;
	font-weight: bolder;
	font-size: 150%;
}

.btn-basic:hover{
	color: white;
	opacity: 0.4;
}

/*.btn-basic:visited .btn-basic:active .btn-basic:focus .btn-basic:after .btn-basic:onclick{
	color: green;
}*/
.btn-basic:onclick{
	color: green;
}

.btn-darkred{
	background-color: #990033;

}

.btn-green{
	background-color: #00DB47;
	color: white;
	font-weight: bolder;
}

.btn-bluepurple{
	background-color: #6921CC;
	color: white;
	font-weight: bolder;
}

.settingsOpt{
	padding: 20px;
	background-color: CadetBlue;
	margin: 5px;
}

.animalListOpt{
	/*padding: 20px;
	background-color: LightCyan;*/
	margin: 5px;
}

.animalListOpt ul{
	background: CadetBlue;
	padding: 20px;
	padding-top: 35px;
	list-style-type: none;
}

.animalListOpt ul li{
	background: LightCyan;
	padding: 10px;
	margin-left: 35px;
}

.quizChoice{
	padding: 5px;
	padding-right: 70px;
	/*padding-left: 2px;*/
	background-color: Lavendar;
	border: 2px solid navy;
	margin: 10px;
}

img.mapImage{
	width: 100px;
	border: 3px solid #73AD21;
	padding: 10px;
}

img.bigImage{
	height: 500px;
	border: 3px solid #73AD21;
	padding: 10px;
}

img.littleImage{
	width: 50px;
	border: 3px solid #73AD21;
	padding: 10px;
}
img.smallImage{
	height: 300px;
	border: 3px solid SlateGray;
}
img.tinyImage{
	height: 200px;
	border: 3px solid SlateGray;
}
body {
	padding-top: 125px;
	padding-left: 50px;
	background-color:#FFFFFF;
	font-size:100%;
	color:#1F003D;
}


.horizontal-list {
	padding: 2px 8px;
	list-style-type:none;
	display:inline-block;
	vertical-align;
}

.horizontal-list li {
	display:inline;
}

.bigger-font a{
	font-size: 150%;
}

.sitetitle {
	font-size: 200%;
	font-weight: bold;
	line-height: 90%;
	color: navy;
}

.fancy_title:first-letter {
	display:block;
	float:left;
	font-family:Georgia;
	font-size: 310%;
	font-weight: bold;
	line-height: 90%;
	margin-right: 6px;
	color: navy;
}

.fancy_title {
	font-size: 150%;
	font-weight: bold;
	line-height: 90%;
	color: navy;
}

#fancy_par:first-letter {
	display:block;
	float:left;
	font-family:Georgia;
	font-size: 310%;
	font-weight: bold;
	line-height: 90%;
	margin-right: 6px;
	margin-bottom:-2px;
	margin-top: 7px;
	color: navy;
}
