*{
	margin: 0px;
	padding: 0px;
}
body{
	color: #FFF;
	background-image: url("images/background.jpg");
	background-size: cover;
}
body>div{
	background-color: rgba(21, 195, 0, 0.40);
	margin-top: 55px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: center;
}
body div a[id="a1"]{
	text-decoration: underline;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	font-style: none;
}
body div a[id="a1"]:hover{
	color: black;
	font-style: italic;
}
body>div>h1,body>div>h2{
	font-size: 50px;
	text-align: center;
	font-family: Impact;
}
body>div>p{
	font-size: 26px;
	font-family: Comic Sans MS;
}
body div p a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
}
body div p a:hover{
	color: black;
}
.responsive1{
	font-size: 30px;
	font-family: Verdana;
	color: white;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	background-color: rgb(27, 182, 9);
	text-align: center;
	width: 1206px;
	margin-left: auto;
	margin-right: auto;
}
.responsive3{
	font-size: 30px;
	font-family: Verdana;
	color: white;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	background-color: rgb(27, 182, 9);
	text-align: center;
	width: 405px;
	margin-left: auto;
	margin-right: auto;
}
form{
	font-family:Comic Sans MS;
	font-size:26px;
	text-align:center;
	background-color: rgba(21, 195, 0, 0.40);
	margin-top: 55px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
nav a{
	padding: 30px;
	text-decoration: none;
	color: #FFF;
}
nav ul{
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 25px;
}
@keyframes menu {
	0%{
		border-bottom:0px solid rgb(27, 160, 10);
		padding-bottom: 25px;
	}
	100%{
		border-bottom:15px solid rgb(27, 160, 10);
		padding-bottom: 10px;
	}

}
@-webkit-keyframes menu {
	0%{
		border-bottom:0px solid rgb(27, 160, 10);
		padding-bottom: 25px;
	}
	100%{
		border-bottom:15px solid rgb(27, 160, 10);
		padding-bottom: 10px;
	}

}
nav ul:hover{
	animation: menu 0.2s;
	-webkit-animation: menu 0.2s;
	animation-fill-mode: forwards;
}
.menu:hover{
	animation: none;
}
@media all and (max-width: 1024px)
{
	.responsive1{
		display: none;	
	}
	.responsive2{
		display: inline-block;
		background-color: rgb(95, 217, 122);
	}
	.menu{
		font-size: 32px;
		color: white;
		flex-direction: row;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px;
	}
	nav>div>div>ul>li>a>img:hover .responsive1{
		display: flex;
		font-size: 32px;
		color: white;
		flex-direction: row;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px;
	}
}
input[type="submit"]{
	cursor:pointer;
	font-size:24px;
	font-family:Comic sans MS;
	color:green;
}
input[type="radio"]{
	cursor:pointer;
}
h3{
	font-family: Impact;
	font-size:50px;
	text-decoration: underline;
}
img{
	border-style: outset;
	border-width: 6px;
	border-color: #FFF;
	width:300px;
	height:auto;
}
a[id="a2"]{
	text-decoration: underline;
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}
a[id="a2"]:hover{
	color: black;
	font-style:italic;
}
div[id="div1"]{
	font-family:Elephant;
	font-size:26px;
	text-align:center;
	vertical-align:center;
	padding-top:40px;
	padding-bottom:20px;
	padding-left:50px;
	padding-right:50px;
	margin-left:200px;
	margin-right:200px;
}
div[id="div1"]>img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}