@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 600px){
	
	.banner{
	width: 100%;
	height: 1330px;

	
	background-image: url("images/forest.jpg");
	
	
}
.forms{
	width: 220px;
	height: 50px;
	border-radius: 20px;
	background-color: #7da500;
	margin-top: 20px;
	
	
	/*float: right;
	/*bottom: 300px;*/
	left: 90px;
	position: fixed;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
input.date{
	margin-left: 45px;
	border-radius: 20px;
	font-size: 16px;
	width: 130px;
	margin-top: 8px;
}

h1.head{
	color: greenyellow;
	font-size: 30px;
	text-align: center;
	padding-top: 0px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
#datetime{
	color: white;
	font-size: 10px;
	text-align: center;
	padding-top: 100px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
.userb{
	background-color: #7da500;
	width: 200px;
	padding: 20px;
	border-radius: 20px;
	/*float: left;*/
	margin-left: 100px;
	margin-bottom: 5px;
	/*left: 492px;
	position: relative;*/
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	}
	.footer{
	padding-top: 850px;
	font-size: 10px;
	text-align: center;
	color: white;
	
}

	
}

