@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	min-height:100%;
	background: url("images/background_fruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
	background-attachment:fixed;

}

#header {background-color:#89C303; color:#fff; margin-bottom:2px}

.row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.active {
	background-color: #4ac;
}
#top img {
	height: 565px;
	border:solid #85BE04;
	border-radius:10px;
	background:#fff;
}
#feedback {
	display: none;
}
#answers {
	background-color: #c43;
	padding: 10px;
}
#answers .btn {
	opacity: 0.3;
}
#answers .btn.correct {
	opacity: 1;
}
#top {
	position: relative;
}


#top h3 {
	background-color: #89c403;
	color: #FFF;
	padding: 10px;
	position: absolute;
	top: 20px;
	text-transform: capitalize;
}
#feedback table {
	width: 100%;
}
th {
	background: #89c403;
	color: #fff
}
th, td {
	padding: 10px;
}
td:last-child {
	text-align: center;
}
.btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
}
.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
	background-color: #77a809;
}
.btn:active {
	position: relative;
	top: 1px;
}

.active {
	background-color:#46932F;
}


@media screen and (max-height:780px){
	#top img {height:380px}
}