/*
 * Стили только для главной страницы!
 */

 #home-content-wrap {
 	background-color: #000;
	background-image: url(/i/home.bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: scroll;
}

#home-content {
	padding: 1rem;
	width: auto;
	margin: 0;
}

@media screen and (min-width: 700px) {
	#home-content {
		padding: 2rem 0;
		width: 600px;
		margin: 0 auto;
	}
}


#home-logo {
	background-color: transparent;
	background-image: url(/i/logo.yellow.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 10rem;
	height: 2.5rem;
}

#home-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#home-menu .home-menu-item {
	display: flex;
    flex: 0 1 auto;
    color: #fc0;
    padding: 0 0 0 1rem;
}

#home-menu .home-menu-item:first-child {
	display: flex;
    flex: 1 1 auto;
    padding: 0;
    height: 50px;
	background-image: url(/i/logo.yellow.png);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	min-width: 5rem;
}

@media screen and (max-width: 500px) {
	#home-menu .home-menu-item:first-child {
		background-image: url(/i/icon.yellow.png);
	}
}

#home-text {
	margin-top: 20%;
}

#home-text h1 {
	color: #bbb;
}

#home-button {
	display: inline-block;
	border-radius: 1rem;
	background-color: #fc0;
	color: #000;
	padding: 1rem 3rem;
	font-size: 150%;
    margin-top: 10%;
    text-decoration: none;
}

#home-notickets {
	color: #bbb;
	margin-top: 2rem;
}

#home-footer {
	margin-top: 2rem;
	border-top: 1px solid #fc0;
	padding-top: 1rem;
	color: #bbb;
}

#home-footer a:link, #home-footer a:visited,
#home-notickets a:link, #home-notickets a:visited,
#home-menu .home-menu-item a:link, #home-menu .home-menu-item a:visited {
	color: #fc0;
	text-decoration: none;
}

#home-footer a:active, #home-footer a:hover,
#home-notickets a:active, #home-notickets a:hover,
#home-menu .home-menu-item a:active, #home-menu .home-menu-item a:hover {
	color: #fc0;
	text-decoration: underline;
}
