@charset "utf-8";
* {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}
body {
	cursor: url(../images/normal.cur),default;
	background-color: rgba(203,253,135,1.00);
}
header {
	width: 100%;
	height: 80px;
	border-bottom: 5px double rgba(19,38,99,1.00);
}
nav {
	height: 80px;
	text-align: center;
	width: 100%;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
}
nav ul{
	padding-inline-start:0px!important;
}
nav ul li {
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid rgba(27,27,27,1.00);
	border-radius: 15px;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 10px;
	margin-top: 25px;
}
nav ul li:hover  {
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: rgba(93,138,184,0.75);
	margin-bottom: 10px;
	margin-top: 10px;
}
nav ul li a {
	text-decoration: none;
	color: rgba(39,39,39,1.00);
	text-shadow: 0px 0px 5px rgba(65,65,65,1.00);
	font-size: medium;
}
main {
	width: 100%;
	height: 600px;
	margin-top: 20px;
	position: relative;
	border-bottom: 5px double rgba(19,38,99,1.00);
}
main img {
	width: 200px;
	height: 150px;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid rgba(26,42,103,1.00);
	position: absolute;
	transition: all 2s;
}
main img:hover  {
	width: 200px;
	height: 150px;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid rgba(26,42,103,1.00);
	position: absolute;
	transform: scale(1.5);
}
.img1 {
	position: absolute;
	right: 80px;
	top: 50px;
}
.img2 {
	position: absolute;
	right: 80px;
	top: 350px;
}
.img3 {
	top: 50px;
	left: 80px;
	position: absolute;
}
.img4 {
	top: 350px;
	left: 80px;
	position: absolute;
}
.Cdiv {
	width: 100px;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
	top: 80px;
	left: 640px;
}
.Cdiv h1 {
	color: rgba(57,57,57,1.00);
	font-family: arapey;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
.Fdiv {
	width: 300px;
	height: 200px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	top: 45px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: justify;
	left: -113px;
}
.Fdiv p {
	color: rgba(91,91,91,1.00);
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
footer {width: 100px;
	height: 70px;
	display: inline-block;
	margin-left: 600px;
	margin-right: auto;
}
footer p {
	white-space: nowrap;
	color: rgba(17,17,17,1.00);
	padding-top: 10px;
}

footer img {
	margin-right: auto;
	padding-bottom: 5px;
}

footer img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

footer img:hover  {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	opacity: 0.6;
}

