@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(253,252,117,1.00);
}
header {
	width: 100%;
	height: 80px;
}
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(187,213,240,1.00);
	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;
}
header hr {
	background-color: rgba(124,119,119,1.00);
	width: 100%;
}
main {
	width: 100%;
	height: 800px;
	position: relative;
}
main img {
	width: 220px;
	height: 200px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	border: 1px solid rgba(144,144,144,1.00);
	transition: all 2s;
}
main img:hover  {
	width: 200px;
	height: 150px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	border: 1px solid rgba(144,144,144,1.00);
	transform: rotate(360deg);
}

.img1 {
	position: absolute;
	top: 500px;
	right: 60px;

}
.img2 {
	position: absolute;
	top: 360px;
	right: 200px;
}
.img3 {
	top: 180px;
	right: 60px;
}
.img4 {
	top: 50px;
	right: 200px;
}
.Tdiv {
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 60px;
	top: 120px;
}
.Tdiv h1 {
	color: rgba(49,47,47,1.00);
	font-family: arapey;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px;
}


.Bdiv {
	width: 50%;
	height: 200px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	left: 70px;
	top: 180px;
}
.Bdiv p {
	color: rgba(73,73,73,1.00);
	text-align: justify;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
main hr {
	width: 100%;
	background-color: rgba(70,70,70,1.00);
	position: absolute;
	top: 800px;
}

footer {width: 100px;
	height: 70px;
	display: inline-block;
	margin-left: 600px;
	margin-right: auto;
}
footer p {
	white-space: nowrap;
	color: rgba(29,29,29,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;
}
