*{
	margin: 0px;
	padding: 0px;
	font: Arial;
}
header{
	background: url('wallpaper1.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	max-width: 100vw;
	color: white;
}
.navigation{
	list-style: none;
	float: left;
    width: auto;
    position: absolute;
    top: 14vh;
    line-height: 6vh;	
    color: white;
	/*margin-bottom: 10px; 
	margin-left: 15px;*/
}
ul li{
	display: inline-block;
	background-color: white;
	text-align: center;
	font-size:1.7vw;
	width: 31vw;
	margin-left: 0.6vw;

}
ul li a{
	color: rgb(102, 0, 102);
	display: block;
	transition: 0.5s ease;
    text-decoration: none;
}
ul li a:hover{
    text-decoration: none;
	background-color: rgb(102, 0, 102);
	color: white;
}
/*ul li ul li{
	display: none;
}
ul li:hover ul li{
	display: block;
}*/
.main{
	max-width: auto;
	margin: auto
}
.title{
	position: absolute;
	top: 6vh;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color :white;
	width: 100vw;
	font-size: 3vw;
}
.back{
	text-decoration: none;
	color: white;
	position: absolute;
	top: 6vh;
	left: 6vw;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 3vw;
	font-family: "Tangerine", serif;
	}
.active{
	background-color: rgb(236, 198, 217);
}
/*.title h2{
	font-size: 3vw;
}*/
.content{
	font-family: comic sans MS;
	font-size: 2vw;
}
.content1{
	text-decoration: none;
	text-align: center;
	width: 70vw;
	float: left;
	position: absolute;
	top: 35vh;
	left: 40vw;
	transform: translate(-50%,-50%);
	color: pink;
	margin-left: 2vw;
}
.content2{
	text-align: left;
	width: 50vw;
	float: right;
	margin-right: 2vw;
	position: absolute;
	top: 60vh;
	left: 45vw;
	transform: translate(-50%,-50%);
}
.content3{
	text-align: right;
	width: 50vw;
	float: left;
	position: absolute;
	top: 82vh;
	left: 40vw;
	transform: translate(-50%,-50%);
}
.content4{
	text-align: left;
	width: 50vw;
	float: right;
	margin-right: 2vw;
	position: absolute;
	top: 105vh;
	left: 45vw;
	transform: translate(-50%,-50%);
}
.content5{
	text-align: right;
	width: 50vw;
	float: left;
	position: absolute;
	top: 130vh;
	left: 40%;
	transform: translate(-50%,-50%);
}
.pic{
	width: 15vw;
	height:20vh; 
	object-fit: cover;
}
.pic1{
	max-width: 25vw;
	max-height:20vh;
	object-fit: cover;
	position: absolute;
	top: 35vh;
	left: 80vw;
	transform: translate(-50%,-50%);
}
.pic2{
	max-width: 25vw;
	max-height:23vh; 
	object-fit: cover;
	position: absolute;
	top: 60vh;
	left: 15vw;
	transform: translate(-50%,-50%);
}
.pic3{
	max-width: 25vw;
	max-height:22vh; 
	object-fit: cover;
	position: absolute;
	top: 82vh;
	left: 77vw;
	transform: translate(-50%,-50%);
}
.pic4{
	max-width: 25vw;
	max-height:25vh;
	object-fit: cover;
	position: absolute;
	top: 105vh;
	left: 15vw;
	transform: translate(-50%,-50%);
}
.pic5{
	max-width: 25vw;
	max-height:25vh; 
	object-fit: cover;
	position: absolute;
	top: 130vh;
	left: 77vw;
	transform: translate(-50%,-50%);
}
.footer{
	text-align: center;
	background-color: rgb(217, 217, 217);
	font-size: 1.2vw;
}
