@font-face {
	src: url(txt.ttf);
	font-family: Regular;
}
*{
	margin: 0;
	padding: 0;
}

body{
	background:url(../img/fon6.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#Title{
	display: flex;
	flex-direction: column;
}

	.Tit{
		margin: 0 auto;
		font-family: Regular, fantasy;
		color:rgb(255, 255, 255);
		/*margin-top: 50px;*/
		box-shadow: 0px 6px rgba(0,0,0,0.8);
		text-align: center;
		font-size: 80px;
		/*border: 3px inset #f6df46;*/
		padding: 20px 0 20px 0px;
		/*border-radius: 10px;*/
		background: #663366;
		width: 100%;
	}
	
	#Return{
		font-family: Regular, fantasy;
		color:#ffff;
		margin: 0 auto;
		margin-top: 20px;
		text-decoration: none;
		box-shadow: 1px 6px rgba(0,0,0,0.4);
		text-align: center; 
		font-size: 3em;
		/*border: 3px inset #f6df46;*/
		padding: 17px;
		border-radius: 10px;
		background: #663366;
		width: 30%;
	}
	
	#Return:hover{
		transition-duration: .5s;
		-webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
		color:#2c2525;
		box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
		background: #e8e9ee;
	}

#Text{
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0px 5px rgba(0,0,0,0.6);
	padding: 5px;
	border-radius: 10px;
	background: #eeece0;
	width: 90%;
	font-family: Regular, fantasy;
}
	
	#SubTxt{
		text-align: justify;
	}
	
	.Txt{
		padding-top: 10px;
		font-family: Regular, fantasy;
		color:Black;
		font-size: 18px;
	}

#FootDiv{
	text-align: center;
	box-shadow: 0px 5px rgba(0,0,0,0.6);
	padding: 5px;
	border-radius: 10px;
	background: #eeece0;
	width: 25%;
	margin: 0 auto;
	margin-top: 0.5%;
	font-family: Regular, fantasy;
}

@media (max-width: 1200px) {
	.Tit{	font-size: 2.9em;	}
}

@media (max-width: 900px) {
	.Tit{	font-size: 1.9em;	}
}

@media (max-width: 750px) {
	.Tit{	font-size: 1.7em;	}
	#Return{	font-size: 1.5em;	}
}

@media (max-width: 550px) {
	.Tit{	font-size: 1.1em;	}
	#Return{	font-size: 0.8em;	}
}

.albom{
	color: rgb(255, 255, 255);
	font-size: 35px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0px 5px rgba(0,0,0,0.6);
	border-radius: 10px;
	background: #663366;
	width: 50%;
	font-family: Regular, fantasy;
}
.mphotos{
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	box-shadow: 0px 5px rgba(0,0,0,0.6);
	border-radius: 10px;
	background: #ffffff;
	width: 50%;
	font-family: Regular, fantasy;
	

	display: flex;
	flex-direction: row;
	justify-content: center;

	/*display: grid;
	grid-gap: 5px;
	grid-template-rows: repeat(auto-fill, minmax(185px,1fr));
	grid-template-columns: repeat(auto-fill, minmax(280px,1fr));*/
}


.slots_video{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 25px;
}

.slots_video span{
	width: 30%;
	padding: 10px;
}

figure {
	margin: 0;
	display: inline-block;
	width: 100%;
}

figure video{
	width: 100%;
	border-radius: 10px;
}

figcaption{
	color: rgba(0, 0, 0, 0.8);
	font-size: 25px;
}

.mphotos_albom{
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	box-shadow: 0px 5px rgba(0,0,0,0.6);
	border-radius: 10px;
	background: #ffffff;
	width: 50%;
	font-family: Regular, fantasy;
	margin-bottom: 20px;
}
	.img_slots{
		display: flex;
		justify-content: space-around;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.img_slots span{
		padding: 15px;
	}

	.dws{
		position: relative;
		/*border: 5px solid rgb(255, 255, 255);*/
	}

	.blockimg{
		width: 250px;
		height: 180px;
		overflow: hidden;
		cursor: pointer;
		background: rgb(56, 32, 54);
	}

	.blockimg img{
		width: 100%;
		transition: 0.5s;
		filter: blur(5px);
	}

	.dws:hover .blockimg img{
		transform: scale(1.3);
		opacity: 0.5;
	}

	.blockimg a {
		height: 100px;
	}

	.blocktext{
		outline: 1px solid rgb(255, 255, 255);
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.text{
		font-family: Regular, fantasy;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
	}

	.text h2{
		margin-top: 25%;
		font-size: 20px;
		text-shadow: 0px 1px #000;
	}

	.text p {
		position: absolute;
		top: 85px;
    	left: 1px;
	}

	@media (max-width: 500px){
		.Tit{font-size: 6vh; width: 100%;}
		#Return{font-size: 5vh; width: 80%;}
		.slots_video{display: block; width: 100%;}
		.slots_video span{margin-top: 10px;}
		figure{width: 90%; padding: 20px 0px 20px 0px; margin: 0;}
		figcaption{border-bottom: 2px solid rgb(44, 44, 44)}
		.mphotos{display: block; width: 100%; border-radius: 0px;}
		.mphotos_albom{display: block; width: 100%; border-radius: 0px; margin-bottom: 0px;}
		.albom{width: 100%; border-radius: 0px;}
		
	}
	
	@media (max-width: 600px){
		.Tit{font-size: 6vh; width: 100%;}
		#Return{font-size: 5vh; width: 80%;}
		.slots_video{display: block; width: 100%;}
		.slots_video span{margin-top: 10px;}
		figure{width: 90%; padding: 20px 0px 20px 0px; margin: 0;}
		figcaption{border-bottom: 2px solid rgb(44, 44, 44)}
		.mphotos{display: block; width: 100%; border-radius: 0px;}
		.mphotos_albom{display: block; width: 100%; border-radius: 0px; margin-bottom: 0px;}
		.albom{width: 100%; border-radius: 0px;}
	}

	@media (max-width: 315px){
		.Tit{font-size: 6vh; width: 100%;}
		#Return{font-size: 5vh; width: 80%;}
		.slots_video{display: block; width: 100%;}
		.slots_video span{margin-top: 10px;}
		figure{width: 90%; padding: 20px 0px 20px 0px; margin: 0;}
		figcaption{border-bottom: 2px solid rgb(44, 44, 44)}
		.mphotos{display: block; width: 100%; border-radius: 0px;}
		.mphotos_albom{display: block; width: 100%; border-radius: 0px; margin-bottom: 0px;}
		.albom{width: 100%; border-radius: 0px;}}
	}