﻿*, ::before, ::after{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fdfdfe;
	color: #161511;
	font-family: sans-serif;
	font-weight: 900;
	font-style: italic;
	height: 100vh;
}

#main {
	text-align: center;

	font-size: 28px;
}

.index {
	display: block;
	margin: auto;
	background: url(sf_logo_black.png) center no-repeat;
	background-size: 200px;
	width: 200px;
	height: 200px;
	margin-bottom: 1%;

	/* background-color: blue; */
}

#nav {
	font-family: sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 24px;
	margin: auto;
	margin-bottom: 2%;
}

.nav-link {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: black;
}

img {
	margin: auto;
	background-size: 550px;
	width: 550px;
	height: 550px;
	object-fit: cover;
	padding: 5px;
}

.tour {
	text-decoration: none;
	color: black;

	position: fixed;
	top: 0;
	left: 0;
	margin: 25px;
}

.about {
	text-decoration: none;
	color: black;

	position: fixed;
	top: 0;
	right: 0;
	margin: 25px;
}

.label {
	text-decoration: none;
	color: black;

	position: fixed;
	bottom: 0;
	right: 0;
	margin: 25px;
}

a:hover {
	text-decoration: underline;
}

p {
	font-family: sans-serif;
	font-weight: 100;
	font-style: normal;

	display: block;
	margin: auto;
	width: 60%;
	font-size: 24px;
	text-align: justify;
}

#line {
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 10px;
	width: 40%;
	border-bottom: 1px solid black;

	/* background-color: grey; */
}

.old {
	color: rgb(190,190,190);
	font-weight: normal;
	text-decoration: line-through;
}

#date {
	font-family: 'Courier New', Courier, monospace;
	font-weight: 100;
	font-style: normal;
	text-align: left;
	/* background-color: yellow; */
}

#city {
	flex: 2;
	text-align: left;
	margin-left: 4%;
	/* background-color: green; */
}

#event {
	/* background-color: blue; */
	text-align: right;
}

@media only screen and (max-device-width: 500px) {
	.index {
		background-size: 320px;
		width: 320px;
		height: 320px;
	}

	#nav {
		font-size: 44px;
	}

	img {
		background-size: 95%;
		width: 95%;
		height: 95%;
		padding: 15px;
	}

	#main {
		font-size: 50px;
	}

	.tour, .about, .label {
		margin: 50px;
	}

	p {
		width: 90%;
		margin-bottom: 10%;
		font-size: 44px;
	}

	#line {
		width: 90%;
		font-size: 44px;
	}
}
