@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(190,227,235,1.00);
}
header {
	width: 100%;
	height: 80px;
	border-bottom: 5px dotted rgba(243,234,205,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(241,234,210,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;
}
main {
	width: 100%;
	height: 580px;
	position: relative;
	border-bottom: 5px dotted rgba(243,234,205,1.00);
}
main img {
	width: 220px;
	height: 160px;
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid rgba(244,240,180,1.00);
	transition: all 2s;
	position: absolute;
}
main img:hover  {
	width: 220px;
	height: 160px;
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	border: 1px solid rgba(244,240,180,1.00);
	transform: rotateX(360deg);
}
.img1 {
	position: absolute;
	left: 50px;
	top: 60px;
}
.img2 {
	top: 20px;
	left: 300px;
	position: absolute;
}
.img3 {
	left: 550px;
	top: 60px;
	position: absolute;
}
.img4 {
	left: 800px;
	top: 20px;
	position: absolute;
}
.img5 {
	position: absolute;
	right: 50px;
	top: 60px;
}
.Rdiv {
	position: absolute;
	top: 280px;
	left: 620px;
	width: 150px;
	height: 50px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.Rdiv h1 {
	color: rgba(74,72,72,1.00);
	font-family: arapey;
	font-style: normal;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Ldiv {
	position: absolute;
	top: 340px;
	width: 750px;
	height: 300px;
	left: 310px;
}
.Ldiv p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
	color: rgba(103,103,103,1.00);
	font-family: actor;
	font-style: normal;
	font-weight: 400;
}
footer {
	width: 100px;
	height: 70px;
	display: inline-block;
	margin-left: 600px;
	margin-right: auto;
}
footer p {
	white-space: nowrap;
	color: rgba(74,74,74,1.00);
	padding-top: 10px;
}

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.5;
}
