@font-face {
	font-family: champagne-limousines;
	src: url(fontyLDB/Champagne_Limousines.ttf);
	font-weight: normal;
}
@font-face {
	font-family: champagne-limousines;
	src: url(fontyLDB/Champagne_LimousinesBold.ttf);
	font-weight: bold;
}
html {
	font-family: champagne-limousines;
    font-weight: bold;
    background-color: black;
}
body {
	margin: auto;
}

/* --------------------------NAVIGACE------------------------ */
nav {
    display: flex;
    position: absolute;
}

/* ---tlačítko menu--- */
#menu-btn {
    width: 30px;
    height: 30px;
    margin: 30px 0 15px 30px;
    z-index: 3;
}
nav img:hover {
    cursor: pointer;
}

/* ---seznam menu--- */
#menu {
    font-size: 22px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    display: none;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    #menu {
        margin: 0;
        padding: 24px 0 0 10px;
    }
}
#menu li {
    float: left;
    padding: 9px 15px;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    #menu li {
        padding: 8px 8px;
    }
}
#menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
#menu a:hover {
    color: #f6a400;
    cursor: pointer;
}
.cistic {
    clear: both;
}
/* -------------společné nastavení pro všechny odstavce------------------------------------------------------------------------------ */
article {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
}
article h1 {
    font-size: 4rem;
}
@media screen and (max-width:600px) {
    article h1 {
        font-size: 3.5rem;
    }
}
article h2 {
    font-size: 2rem;
}
article p {
    font-size: 1.5rem;
}

/* -----------------odstavec LOGO+VIDEO v pozadí----------------- */
#logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
    width: 50%;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    #logo {
        width: 95%;
        top: 40%;
    }
}
.socky {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    padding-right: 35px;
    display: flex;
    justify-content: center;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    .socky {
        top: 55%;
    }
}
.socky li {
    float: left;
    list-style-type: none;
    padding: 10px;
}
.socky img {
    max-width: 40px;
}
@media screen and (max-width: 600px) {
    .socky img {
        width: 40px;
    }
}
#myVideo {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}
@media screen and (max-width: 600px) {
    #myVideo {
        width: 100%;
        left: 0;
    }
}

/* ----------------------odstavec AKTUALITY------------------------- */
.aktuality {
    margin-top: 800px;
    z-index: 2;
    background-color: black;
    color: #f6a400;
    padding: 70px 30px 150px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    height: auto;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
    .aktuality {
        padding: 70px 10px 150px 10px;
    }    
}
.video-kontejner {
    position: relative;
    width: 100%;
    max-width: 1250px;
    height: 0;
    padding-top: 56.25%;
    flex-shrink: 0;
}
.promoVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.aktualityText {
    text-align: center;
}
.velka_pismena {
    text-transform: uppercase;
}

/* ------------------------odstavec KONCERTY----------------------- */
.koncerty {
    background:rgba(255,255,255, 0.9);
    flex-direction: column;
    padding-bottom: 100px;
    margin: auto;
}
.koncerty h1 {
    margin-top: 80px;
}
@media screen and (max-width: 600px) {
    .koncerty h1 {
        font-size: 50px;
    }
}
.koncerty h2 {
    margin: 5px;
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .koncerty h2 {
        text-align: center;
    }
}
.koncerty p {
    float: left;
    margin: 5px;
    width: 250px;
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .koncerty p {
        width: 300px;
    }
}
.doleva {
    display: flex;
    flex-direction: left;
    margin: 5px;
    padding: 10px 30px 10px 50px;
    align-items: center;
    transition: background-color 0.3s;
}
.doleva:hover {
    background:rgba(160,160,160, 0.25);
    transition: background-color 0.1s;
}
@media screen and (max-width: 600px) {
    .doleva {
        flex-direction: column;
        padding: 10px;
        width: 300px;
        margin-bottom: 15px;
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .phone_center {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .dolu {
        margin-bottom: 15px;
    }
}
.koncerty a {
    background:rgba(255,255,255, 0.5);
    font-size: 20px;
    margin: 5px 20px;
    width: 60px;
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 20px;
    text-decoration: none;
    color: black;
    text-align: center;
    box-shadow: 2px 2px 3px lightgray;
}
.koncerty a:hover {
    background-color: #f6a400;
    border: 1px solid #f6a400;
    color: white;
    cursor: pointer;
}
@media screen and (max-width:600px) {
    .koncerty a {
        margin: 20px 0;
    }
}
@media screen and (max-width:600px) {
    .center {
        text-align: center;
        align-content: center;
    }
}
.btn_odkaz {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:600px) {
    .btn_odkaz {
        margin-bottom: 15px;
    }
}

/* ----------------odstavec KONTAKT ---------------------*/
.kontakt {
    background-color: #f6a400;
}
@media screen and (max-width: 600px) {
    .kontakt {
    padding: 80px;
    justify-content: center;
    }
}
@media screen and (min-width: 600px) {
    .kontakt {
        padding: 120px 300px;
    }
}
.kontakt img {
    max-width: 300px;
    padding-left: 10px;
}
@media screen and (max-width: 600px) {
    .kontakt img {
        max-width: 250px;
    } 
}
.kontakt h2 {
    line-height: 30px;
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 600px) {
    .kontakt h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
.kontakt p {
    font-size: 24px;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .kontakt p {
        font-size: 20px;
         margin: 5px;
    } 
}
@media screen and (max-width: 600px) {
    .kontakt div {
        text-align: center;
    } 
}

footer {
    z-index: 1;
    position: static;
	background-color: #000000;
	color: #f6a400;
	text-align: center;
	height: 70px;
	padding-top: 30px;
	font-size: 12px;
}