@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-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: -webkit-linear-gradient(88deg,rgba(255,255,255,1.00) 0%,rgba(255,11,11,1.00) 0%,rgba(249,255,39,1.00) 53.37%,rgba(15,226,252,1.00) 100%,rgba(255,0,0,1.00) 100%,rgba(46,230,224,1.00) 100%);
	background-image: -moz-linear-gradient(88deg,rgba(255,255,255,1.00) 0%,rgba(255,11,11,1.00) 0%,rgba(249,255,39,1.00) 53.37%,rgba(15,226,252,1.00) 100%,rgba(255,0,0,1.00) 100%,rgba(46,230,224,1.00) 100%);
	background-image: -o-linear-gradient(88deg,rgba(255,255,255,1.00) 0%,rgba(255,11,11,1.00) 0%,rgba(249,255,39,1.00) 53.37%,rgba(15,226,252,1.00) 100%,rgba(255,0,0,1.00) 100%,rgba(46,230,224,1.00) 100%);
	background-image: linear-gradient(2deg,rgba(255,255,255,1.00) 0%,rgba(255,11,11,1.00) 0%,rgba(249,255,39,1.00) 53.37%,rgba(15,226,252,1.00) 100%,rgba(255,0,0,1.00) 100%,rgba(46,230,224,1.00) 100%);
}
header {
	width: 100%;
	height: 80px;
	border-bottom: 5px dashed rgba(111,111,111,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(99,99,99,0.80);
	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: 765px;
	position: relative;
	border-bottom: 5px dashed rgba(111,111,111,1.00);
}
main img {
	width: 220px;
	height: 180px;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 5px 5px 10px rgba(65,65,65,1.00);
	box-shadow: 5px 5px 10px rgba(65,65,65,1.00);
}
.img1 {
	top: 280px;
	right: 60px;
}
.img2 {
	left: 60px;
	top: 280px;
}
.img3 {
	position: absolute;
	left: 570px;
	top: 30px;
}
.img4 {
	top: 550px;
	position: absolute;
	left: 570px;
}
.img5 {
	position: absolute;
	top: 120px;
	left: 310px;
}
.img6 {
	top: 120px;
	right: 300px;
}
.img7 {
	left: 310px;
	top: 450px;
}
.img8 {
	top: 450px;
	right: 300px;
}
.Tdiv {
	position: absolute;
	left: 420px;
	top: 350px;
	width: 550px;
	height: 50px;
}
.Tdiv p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: rgba(25,25,25,1.00);
	font-family: niconne;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(82,82,82,1.00);
	font-size: 30px;
	transition: all 2s;
}
.Tdiv p:hover  {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: rgba(25,25,25,1.00);
	font-family: niconne;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(82,82,82,1.00);
	font-size: 30px;
	transform: scale(1.2);
}
footer {
	width: 100px;
	height: 70px;
	display: inline-block;
	margin-left: 600px;
	margin-right: auto;
}
footer p {
	white-space: nowrap;
	color: rgba(0,0,0,1.00);
	padding-top: 10px;
	padding-right: 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.5;
}
