* {
	padding: 0;
	margin: 0;
}

/* FONT: Roboto 100,300,400,500 */
body {
	font-family: 'Roboto', sans-serif;
	background-color: #222;
}

main {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 50px;
}

main>section, header>section, footer>section {
	margin: auto;
	max-width: 950px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

h2 { font-size: 1.6em; margin: .75em 0 }
h3 { font-size: 1.4em; margin: .83em 0; text-align: center; }
h4 { margin: .83em 0; text-align: center; }


/* FOOTER */

footer {
	background-color: #222;
	color: #aaa;
	font-weight: 100;
}

footer p.copy {
	text-align: center;
	padding: 2ex;
}

footer a, footer a:visited {
	color: #aaa;
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: white;
}


/* HEADER & NAV */

html {
    scroll-padding-top: 140px; /* Nastavte výšku vašeho fixed headeru */
}

header {
	background-color: #222;
	color: white;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header h1 {
	font-weight: 100;
	font-size: 30pt;
	margin-right: 3em;
	padding-left: 80px;
	padding-top: 1ex;
	padding-bottom: 0.8ex;
	background-image: url("../images/Logo-SY-Circle.svg");
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: lowercase;
}

header h1 span#nazev {
	display: inline-block;
	background-image: url("../images/Logo-SYNERGiE.svg");
	background-repeat: no-repeat;
	background-position: -10px center;
	color: rgba(0, 0, 0, 0);
	width: 213px;
}

header h1 a {
	text-decoration: none;
	color: white;
}

header ul.social {
	position: absolute;
	right: 20px;
	top: 10px;
}

header ul.social li {
	display: inline-block;
	list-style-type: none;
	margin: 7px
}

header ul.social li a, header ul.social li a:visited {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	font-size: 0;
	opacity: 0.6;
}

header ul.social li a:hover, header ul.social li a:active {
	opacity: 1;
}

@media screen and (max-width: 48em) {
	header ul.social li {
		margin: 2px
	}

	header ul.social li a {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}

header ul.social li a[href^="https://www.facebook"] {
	background-image: url("../images/fbCircle.svg");
}

header ul.social li a[href^="https://www.instagram"] {
	background-image: url("../images/igCircle.svg");
}

header ul.social li a[href^="https://www.youtube"] {
	background-image: url("../images/ytCircle.svg");
}

nav {
	margin-top: -16px;
	float: right;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	font-weight: 100;
	font-size: 16pt;
	padding: 0.8ex;
	letter-spacing: 0.1ex;
}
@media screen and (max-width: 48em) {
	nav ul li {
		font-size: 13pt;
		padding: 0.3ex;
		letter-spacing: 0ex;
	}
}
nav ul li a, nav ul li a:visited {
	color: white;
	text-decoration: none;
	opacity: 0.6;
}
nav ul li a:hover, nav ul li a:active {
	opacity: 1;
}



/* MAIN */

main {
	font-size: 12pt;
}

main a, main a:visited {
	color: #00c;
	text-decoration: none;
}

main a:hover, main a:active {
	color: #88f !important;
	text-decoration: underline;
}

main h2 {
	text-align: center;
	font-size: 30pt;
	font-weight: 100;
	margin-top: 130px;
}
@media screen and (max-width: 48em) {
	main {
		font-size: 11pt;
	}
	main h2 {
		font-size: 20pt;
	}
}

.paging {
	text-align: center;
	font-size: 25pt;
	color: #aaa;
	font-weight: 100;
	margin: 1ex;
	clear: both;
}
.paging * {
	margin: 1ex;
}

.paging a:hover, .paging a:active {
	text-decoration: none;
}




/* ----------- OBSAH -------- */




/* KAPELA */

#kapela {
	text-align: left;
	margin-bottom: 2ex;
}

#kapela img {
	width: 100%;
	margin: 0 auto 1ex auto;
}

#kapela ul { 
	margin-bottom: 2ex;
}


#kapela li {
	text-align: center;
	margin-top: 0.5ex;
	list-style-type: none;
	font-size: 16pt;
	font-weight: 100;
}

#kapela p {
	margin-top: 1ex;
}

@media screen and (max-width: 48em) {
	#kapela li {
		font-size: 14pt;
	}
	#kapela {
		padding-left: 0;
		padding-right: 0;
	}
	#kapela p {
		padding-left: 20px;
		padding-right: 20px;
	}
}





/* KONCERTY */

#koncerty #zalozkyKoncerty {
	text-align: center;
	margin: 2ex;
}

#koncerty #zalozkyKoncerty li {
	font-size: 12pt;
	display: inline-block;
}

#koncerty #zalozkyKoncerty li:not(:last-child):after{
	content: "●";
}

#koncerty #zalozkyKoncerty li > span {
	font-weight: 500;
	padding: 0 1.5ex;
}

#koncerty #zalozkyKoncerty li > a {
	font-weight: 300;
	padding: 0 1.5ex;
}


#koncerty li {
	list-style: none;
	margin-bottom: 0.9ex;
	font-size: 14pt;
	padding-left: 50px;
    text-indent: -50px;
}

#koncerty li.minulost .akce::after {
    content: " ✔";
    color: #37bf5c;
    font-weight: 100;
    margin-left: 10px;
}
#koncerty li.zruseno .datum {
	text-decoration: line-through;
}
#koncerty li.zruseno .cas {
	text-decoration: line-through;
}
#koncerty li .typ {
	white-space: nowrap;
}
#koncerty li .misto {
	white-space: nowrap;
}
@media screen and (max-width: 30em) {
	#koncerty li .typ:before {
		content: "\a";
		white-space: pre;
	}
}


#koncerty .datum {
	text-align: right;
	display: inline-block;
	width: 6.2em;      /* '24.12.2025' -> 5em 'pá 24.12.2025' -> 6.2em */
}
#koncerty .cas {
	text-align: right;
	display: inline-block;
	width: 2.7em;
	font-weight: 300;
	font-size: 80%;
}
#koncerty .typ {
	font-weight: 300;
}
#koncerty .misto {
	font-weight: 700;
}
#koncerty .info {
	font-weight: 300;
	font-size: 80%;
	font-style: italic;
	color: #666;
}


@media screen and (max-width: 48em) {
	#koncerty #seznamKoncertu li {
		font-size: 12pt;
		padding-top: 0.7ex;
		padding-bottom: 0.9ex;
		margin-bottom: 0;
		border-bottom: dashed 1px #ddd;
	}
}

/*
#koncerty .den {
	display: inline-block;
	width: 1.2em;
}
#koncerty .den, #koncerty .misto, #koncerty .cas {
	font-size: 13pt;
	font-weight: 300;
}
#koncerty .detail {
	font-size: 12pt;
	font-weight: 300;
}
#koncerty .dodatek {
	font-size: 13pt;
	color: #666;
}
#koncerty .typ {
	font-size: 13pt;
}
#koncerty .akce {
	display: block;
}
#koncerty h5 {
	margin-top: 2ex;
	font-size: 16pt;
	font-weight: 500;
}
#koncerty .text {
	margin-left: 1.7em;
	margin-top: 1ex;
	color: #666;
	font-size: 90%;
}
#koncerty hr {
	display: none;
}
#koncerty #odehrane {
	color: #666;
}


@media screen and (min-width: 48em) {
	#koncerty .den, #koncerty .misto, #koncerty .cas {
		font-size: 14pt;
	}
	#koncerty .typ {
		font-size: 14pt;
	}
	#koncerty h5 {
		font-size: 18pt;
	}
	#koncerty .akce {
		display: inline;
	}
}

*/





/* KONTAKTY */


#kontakt {
	text-align: center;
	font-weight: 100;
}

#kontakt ul {
	font-size: 18pt;
	margin-bottom: 2ex;
	list-style-type: none;
}
#kontakt ul li {
	margin-top: 0.5ex;
}



@media screen and (max-width: 48em) {
	#kontakt ul {
		font-size: 16pt;
	}
}




/*  ------ NEPOUZITO --------  */




/* NOVINKY */

#novinky hr {
	display: none;
}

#novinky img {
	float: right;
	margin-bottom: 2ex;
	margin-left: 1ex;
}

.novinka {
	clear: both;
	margin-top: 3ex;
	margin-bottom: 5ex;
}

#novinky .novinka > p {
	margin-left: 15pt;
	margin-bottom: 0.7ex;
}

#novinky p.date {
	font-size: 13pt;
	font-weight: 500;
	margin-left: 0ex;
}

#novinky p.name {
	font-size: 13pt;
	font-weight: 300;
}

@media screen and (min-width: 48em) {
	#novinky .novinka > p {
		margin-left: 30pt;
		font-size: 12pt;
	}

	#novinky p.name {
		font-size: 15pt;
	}

	#novinky p.date {
		font-size: 14pt;
	}
}



/* REPERTOAR */

#repertoar ul {
	max-width: 600px;
	margin: auto;
	position: relative;
}

#repertoar ul li {
	list-style-type: none;
	margin: 0 0 20px 0;
	font-size: 0;
}

@media screen and (min-width: 48em) {
	#repertoar ul li {
		display: inline-block;
		width: 49.5%;
		margin: 0 0 30px 0;
	}
}

#repertoar ul li a, #repertoar ul li a:visited {
	color: black;
}

#repertoar ul li span.artist {
	font-size: 12pt;
	font-weight: 500;
	display: block;
}

#repertoar ul li span.song {
	font-size: 18pt;
	font-weight: 100;
	display: block;
}

#repertoar ul li.nove {
	text-shadow: 0 0 6px #ff6;
}

