/***************************
***********GENERAL**********
***************************/

@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

html{
	margin: 0;
}
body{
	margin: 0;
	background-image: url(../images/b.png);
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(0.7em + 1vw);
}
.content{
	background-color: #000;
	width: 100%;
	padding-bottom: 5em;
}
h1{
	font-family: 'Audiowide', cursive;
	font-weight: normal;
	text-align: center;
}
a:link{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
}

/***************************
***********TITLE************
***************************/

.title{
	text-align: center;
	margin-top: 15vw;
	line-height: 1em;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 15.5vw;
}
nav{
	background-color: #0000006c;
	margin-top: -1.5vw;
}
.navigation{
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
}
.navigation > li{
	padding: 0.5em;
	cursor: pointer;
}
.buyTicket{
	color: #f00;
	font-weight: bold;
}
img[src="images/toDown.png"]{
	width: 3vw;
	position: absolute;
	top: 20em;
	left: 48.5vw;
}
.name{
	margin-bottom: 0.5em;
}
.date{
	margin-bottom: 0.5em;
}

/***************************
**********CONTENT***********
***************************/

h2{
	text-align: center;
	padding-top: 5vw;
	margin-bottom: 0;
}
h3{
	text-align: center;
}
.about{
	margin: 0 10vw;
	text-align: center;
}
.pictures{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 5vw;
	margin-bottom: 10vw;
}
.pictures > img{
	width: 11em;
}
.info{
	margin: 5em 0em 5em 0em;
	display: flex;
	justify-content: space-around;
	background-image: url(../images/backInf.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.info > div{
	width: 10vw;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
.info > div > .number{
	font-size: 5vw;
}
.line1, .line2, .line3{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
figure > img{
	width: 7em;
	border-radius: 5em;
}
figure{
	width: 7em;
}
figcaption{
	text-align: center;
}
li > ul > li{
	list-style-type: none;
	padding: 0;
}
ol > li{
	margin: 1em;
	margin-bottom: 2em;
	padding: 0s;
}
ol > li > ul{
	padding: 0;
}
ol{
	list-style-type: none;
	text-align: center;
	padding: 0;
}
.maps{
	text-align: center;
}
img[src="images/location.png"]{
	width: 70vw;
}
.contacts{
	margin-top: 3em;
	text-align: center;
}
.imgs{
	margin-top: 1em;
	text-align: center;
}
.imgs > img{
	width: 1.5em;
}
.buyTicket2{
	background-color: darkred;
	margin: 3em auto;
	border-radius: 1em;
	padding: 0.5em;
	width: 30vw;
	transition-property: all;
	transition-duration: 1s;
}
.new{
	font-size: 0.5em;
	position: relative;
	bottom: 1em;
	background-color: #00ed28;
	box-shadow: 0px 0px 3px #00ed28;
	padding: 0.2em;
	text-shadow: 0px 0px 2px #000;
	cursor: pointer;
}


/***************************
***********MOBIL************
***************************/

@media (max-width: 768px){
	html{
		margin: 0;
		padding: 0;
	}
	body{
		background-image: url(../images/mobilBackground.png);
		background-size: 100%;
		margin: 0;
		padding: 0;
		font-size: 4vw;
	}
	nav{
		display: none;
	}
	.title{
		margin: 40vh auto;
	}
	img[src="images/toDown.png"]{
		width: 2em;
		margin: 0 auto;
		position: absolute;
		top: 70vh;
	}
	img[src="images/location.png"]{
	width: 100%;
	}
	figure > img{
		width: 5em;
		border-radius: 5em;
	}
	figure{
		width: 5em;
	}
	.buyTicket2{
		width: 10em;
	}
	.info{
		background-image: url(../images/backInfMobil.png);
		font-size: 4vw;
	}
	.info > div{
		width: 4em;
	}
	.info > div > .number{
		font-size: 9vw;
	}
}