@font-face {
    font-family: SokolFugner;
    src: url(./fonts/Sokol-Fugner.otf) format('woff');
    font-weight: normal;
}
@font-face {
    font-family: SokolFugner-Regular;
    src: url(./fonts/SokolFugner-Regular.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: SokolTyrs;
    src: url(./fonts/Sokol-Tyrs.otf) format('woff');
    font-weight: normal;
}
@font-face {
    font-family: SokolTyrs-Regular;
    src: url(./fonts/SokolTyrs-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: WorkSans-Black;
    src: url(./fonts/WorkSans-Black.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-BlackItalic;
    src: url(./fonts/WorkSans-BlackItalic.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-Bold;
    src: url(./fonts/WorkSans-Bold.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-BoldItalic;
    src: url(./fonts/WorkSans-BoldItalic.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-ExtraBold;
    src: url(./fonts/WorkSans-ExtraBold.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-Italic;
    src: url(./fonts/WorkSans-Italic.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-ExtraBoldItalic;
    src: url(./fonts/WorkSans-ExtraBoldItalic.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: WorkSans-Regular;
    src: url(./fonts/WorkSans-Regular.ttf) format('truetype');
    font-weight: normal;
}

/*
* Obecné
*/

body {
    background-color: #1a1a1a;
    color: aliceblue;
    font-family: WorkSans-Regular;
}

h1, h2, h3, h4 {
    font-family: SokolTyrs;
}

.max-height {
    min-height: 100vh;
    padding-top: 90px;
}

.fugner {
    font-family: SokolFugner;
}

.tyrs {
    font-family: SokolTyrs;
}

.bg-black {
 background-color: black;
}

.modal-backdrop: {
	opacity: 0.7;
}

.modal-youtube {
	max-width: max-content;
}

.modal-youtube .modal-content {
	background: none;
	border: 3px solid antiquewhite;
	width: fit-content;
	height: fit-content;
	padding: 0;
}

.modal-youtube .modal-content .modal-body {
	padding: 0;
}

/*
* Navigace - menu
*/

header {
    width: 100%;
    z-index: 10;
    top: 0;
}

header .nav li a {
    font-size: 18px;
    letter-spacing: 1.7px;
}

header .nav li .logo {
    max-height: 29px;
    padding-right: 15px;   
}

header .nav li a.active {
    border: 1px solid white;
}

header .nav li {
    margin-right: 16px;
}

header .nav li:nth-child(odd) a {
    font-family: SokolTyrs;
}

header .nav li:nth-child(even) a {
    font-family: SokolFugner;
}

header .active-lng {
    text-shadow: white 0px 0px 15px;
}

@media (max-width: 991px){
    #navbar-scrollspy {
        width: 100%;
        max-width: 100%;
    }

    header .nav li .logo {
        max-height: 17px;
    }

    header .nav li a {
        font-size: 12px;
      }

     header ul.nav {
          width: auto;
      }
}

@media (max-width: 767px){
    header .logo {
        max-height: 32px;
        padding-right: 10px;
    }

    header .text-end ul {
        margin-bottom: 0 !important;
        margin-left: 26px;
    }
}

/*
* Úvod - carousel
*/

#topCarousel {
    padding-top: 75px;
    height: 100vh;
}

#topCarousel .carousel-inner, #topCarousel .carousel-inner .carousel-item {
    height: 100%;
}

#topCarousel .carousel-caption h1 {
    font-family: SokolTyrs;
}

#topCarousel .carousel-caption p {
    font-family: WorkSans-Italic;
}

#topCarousel .carousel-caption a.button {
    font-family: WorkSans-Bold;
}

#topCarousel .carousel-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

#topCarousel .overlay {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 68.04%);
}

@media (max-width: 991px){
    #topCarousel {
        padding-top: 66px;
    }
}

/*
* Vystoupení - performances
*/

#performances .row {
    padding-top: 26px;
}

#performances .table {
    margin-top: 25px;
}

#performances .table > :not(caption) > * > * {
    color: antiquewhite;
    font-size: 14px;
}


/*
* About - o skladbě
*/

#about p {
	text-align: justify;
}

#about .links {
	text-align: center;
}

#about .row {
	margin-top: 18px;
	margin-bottom: 18px;
}

#about a {
	color: antiquewhite;
	text-decoration-line: inherit;
	margin: 5px;
	display: inline-block;
}

#about a:hover {
	letter-spacing: 2px;
	
}



/*
* Autoři - authors
*/


#authors img {
    max-width: 85%;
    border-radius: 18px;
    display: block;
    margin: 20px auto;
}


/*
* Kontakt - contact
*/





