@charset "utf-8";
/* CSS Document */

.container-fluid{
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.banner{
	width: 100%;
	height: 1350px;
	padding: 0px;
	margin: 0px;
	background-image: url("images/forest.jpg");
	bottom: 20px;
	position: relative;
	
	
}
h2{
	font-size: 15px;
	/*background-color: aqua;*/
	color: white;
	/*padding-left: 400px;*/
	text-align: center;
	padding-top: 60px;
}
h2 a{
	color: #7da500;;
}
h2 a:hover{
	color: white;
	text-decoration: none;
}
/*.polo{
	/*background-color: grey;
	padding-left: 200px;
	font-size: 30px;
}*/
.head{
	color: white;
	text-align: center;
	padding-top: 0px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
#datetime{
	color: white;
	text-align: center;
	padding-top: 20px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
#txtHint{
	padding-top: 110px;
	text-align: center;
	color: white;
	/*background-color: white;*/
	/*border-radius: 10px;*/
	/*padding: 10px;*/
}
.forms{
	width: 280px;
	height: 50px;
	border-radius: 30px;
	background-color: #7da500;
	margin-top: 20px;
	/*margin-left: 510px;*/
	
	/*float: right;*/
	/*bottom: 300px;*/
	left: 540px;
	position: fixed;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

input.date{
	margin-left: 65px;
	border-radius: 20px;
	width: 150px;
	margin-top: 8px;
	padding-top: 10px;
	
	text-align: center;
	color: #7da500;
	font-size: 16px;
	font-weight: 600;
}
.footer{
	padding-top: 900px;
	text-align: center;
	color: white;
	
}