* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Anydore";
}

/*** FONT STRÁNKY ***/

@font-face {
    font-family: "Anydore";
    src: url(../fonts/Anydore.otf);
    font-style: normal;
}

/*** ZNOVUPOUŽITELNÉ KÓDY ***/

.row {
    max-width: 1450px;
    margin: 0 auto;
}

/*** MOBILNÍ MENU - VYNUCENÍ SKRYTÍ ***/

.row .mobile-menu {
    display: none;
}

.empty-space {
    padding-bottom: 8%;
}

h1 {
    text-align: center;
    font-size: 75px;
    font-weight: normal;
    margin-bottom: 2%;
    color: #fff;
    text-shadow: 8px 5px 10px #0c0c0c;
}

/*****************************************************************/

/*** POZADÍ NAVIGAČNÍ LIŠTY ***/

.navigation-background {
    display: flex !important;
    width: 100%;
    height: 100px;
    max-width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    top: 0;
    left: 0;
    background-size: cover;
    position: fixed;
    border-bottom: 3px solid #fff;
    z-index: 100;
}

.navigation-background #logo {
    display: inline-block;
    margin-top: 0.8%;
    margin-left: 1%;
}

.navigation-background #logo img {
    height: 75px;
    z-index: 101;
}

.navigation-background #logo a {
    display: inline-block;
}

/*** NAVIGAČNÍ MENU ***/

.navigation-background ul {
    float: right;
    position: relative;
    margin-top: 1.3%;
    z-index: 101;
}

.navigation-background ul li {
    display: inline-block;
    font-size: 45px;
    padding-left: 60px;
}

.navigation-background ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.navigation-background ul li a:hover,
.navigation-background ul li a:active {
    border-bottom: 3px solid #ea5210;
    transition: underline 0.4s;
}

.navigation-background ul li a:has(.icon) {
    border-bottom: 3px solid transparent;
}

/*****************************************************************/

/*** POZADÍ HLAVIČKY S OBRÁZKEM ***/

/*
header {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: -webkit-fill-available;
    background-image: url("../images/ProtiSmeruNavigace.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;    
}*/
 
header {
    position:relative;
    width:100%;
    aspect-ratio: 16 / 9;
    overflow:hidden;
}

header::before {
    content:"";
    position: absolute;
    inset:0;
    background-image: url("../images/ProtiSmeruNavigace.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    transform: translateZ(0);
    will-change: transform;
}

/*** MOBILNÍ NAVIGAČNÍ MENU ***/

.mobile-logo {
    display: none;
}

.mobile-navigation-icon {
    position: relative;
    float: right;
    margin-top: 1.1%;
    display: none;
}

.mobile-menu, 
.mobile-navigation-media {
    display: none;
}

.mobile-menu li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.mobile-menu-flex {    
    display:flex;    
}

/*****************************************************************/

/*** SEKCE KONCERTY ***/

.background-gradient {
    height: auto;
    background: radial-gradient(#db691f, #942800, #530b09);
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

.event-description-line {
    border-top: 3px solid #000;
}

.event-description-main {
    border-bottom: 3px solid #000;
    margin-top: 0.5%;
    margin-bottom: 0.5%;  
    font-size: 30px;
    font-weight: normal;
    text-shadow: 8px 5px 10px #0c0c0c;
    color: #fff;
}

.venue-date {
    width: 25%;
    padding-left: 3%;
    padding-bottom: 1%;
}

.venue-description {
    display: flex;
}

.venue-name {
    width: 33%;
    padding-left: 3%;
    padding-bottom: 1%;
}

.venue-location {
    width: 43%;
    padding-left: 10%;
}

.venue-event-icon {
    padding-left: 12.2%;
}

/*****************************************************************/

/*** POZADÍ S ALEXEM ***/

/*
.background-image {
    height: auto;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../images/ProtiSmeruAlex.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position:fixed;
    border: 3px solid #fff;
}*/

/*** POZADÍ SEKCE KAPELA, SEKCE MERCH A PATIČKY ***/

.background-gradient_grey {
    background: radial-gradient(#5a554f, #34312e, #20201e);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

/*****************************************************************/

/*** SEKCE KAPELA ***/

.images-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    padding: 20px 0;
    color: #fff;
    text-shadow: 8px 5px 10px #0c0c0c;
}

.images-band li {
    list-style-type: none;
    text-align: center;
    flex: 1 1 17%;
    max-width: 17%;
    overflow: hidden;
    margin-bottom: 20px;
}

.images-band img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 8px 5px 10px #0c0c0c;
    transform: scale(1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.8;
}

.images-band img:hover {
    transform: scale(1.2);
    opacity: 1.5;
    transition: transform 0.6s;
    filter: brightness(1.1);
}

.images-band h1 {
    font-weight: normal;
    font-size: 48px;
    color: #fff;
    margin-top: 17%;
}

.band-instrument {
    font-weight: normal;
    font-size: 31px;
    margin-top: 1%;
}

/*** VIDEO ODKAZ NA HISTORII KAPELY ***/

.band-description {
    font-weight: normal;
    color: #fff;
    text-shadow: 8px 5px 10px #0c0c0c;
    font-size: 33px;
    text-align: center;
    margin-top: 2%;
    word-spacing: 7px;
    padding-left: 2.1%;
    padding-right: 2.1%;
}

.band-description a {
    display: inline-block;
    text-decoration: none;
    color: #ea5210;
    text-shadow: 2px 2px 3px #fff;
    transform: scale(1);
    transition: transform 0.6s;
}

.band-description a:hover {
    transform: scale(1.4);
    transition: transform 0.6s;
    color: #ea5210;
    text-shadow: 2px 2px 3px #fff;
}

/*****************************************************************/

/*** SEKCE GALERIE ***/

.image-download {
    padding-top: 5%;
    text-align: center;
    margin-bottom: 3.1%;
}

.button-download {
    padding-top: 3.8%;
    text-shadow: 8px 5px 10px #0c0c0c;
}

.button-download a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    background-color: #ea5210;
    color: #fff;
    font-size: 33px;
    border: 2px solid #942800;
    padding: 7px 25px;
    border-radius: 18px;
    box-shadow: 8px 5px 10px #0c0c0c;
    letter-spacing: 0.7px;
    transform: scale(1);
    transition: transform 0.6s;
}

.button-download a:hover,
.button-download:active {
    background-color: #942800;
    border: 2px solid #ea5210;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    transition: 0.4s;
    transform: scale(1.2);
    transition: transform 0.6s;
}

/*** ÚPRAVA ŘÁDKŮ FOTEK ***/

.gallery-segment {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.gallery-segment ul {
    margin-top: 3%;
    padding-left: 3%;
}

.gallery-segment li {
    list-style-type: none;
    display: block;
    width: 30%;
    margin: 0 1.5%;
    box-sizing: border-box;
}

.gallery-segment li:first-child {
    margin-left: 0;
}

.gallery-segment li:last-child {
    margin-right: 0;
}

.gallery-segment img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 8px 5px 10px #0c0c0c;
    opacity: 0.8;
}

.empty-space-gallery {
    width: 100%;
    margin-top: 8%;
}

/*** ÚPRAVA VELIKOSTI POPISKU V GALERII LIGHTBOX ***/

.lb-data .lb-caption {
    font-size: 33px;
    font-weight: normal;
    line-height: 1.1em;
}

/*****************************************************************/

/*** SEKCE MERCH ***/

.merch-items-record {
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-top: 5%;
    color: #fff;
    font-weight: normal;
    text-shadow: 8px 5px 10px #0c0c0c;
}

.merch-items-record img {
    max-width: 85%;
    margin: 0 auto;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 8px 5px 10px #0c0c0c;
}

.merch-items-record h1 {
    font-weight: normal;
    font-size: 42px;
    margin-top: 2%;
    text-shadow: 8px 5px 10px #0c0c0c;
}

.merch-items-record-listing {
    font-size: 38px;
    margin-top: 1%;
}

.merch-items-record-price {
    font-size: 48px;
    margin-top: 1%;
}

/*** MERCH POLOŽKY - TRIKA, ČEPICE, KALHOTKY ***/

.merch-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.merch-wrapper .merch-items {
    display: contents;
}

.merch-items {
    text-align: center;
    flex: 1 1 22%;
    max-width: 22%;
    overflow: hidden;
    font-weight: normal;
    text-shadow: 8px 5px 10px #0c0c0c;
    color: #fff;
    margin-top: 3%;
}

.merch-items li {
    flex: 1 1 22%;
    max-width: 22%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 3%;
    overflow: hidden;
}

.merch-items img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 8px 5px 10px #0c0c0c;
    opacity: 0.9;
    transform: scale(1);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.merch-items img:hover {
    transform: scale(1.2);
    opacity: 1.5;
    transition: transform 0.6s;
    filter: brightness(1.1);
}

.merch-items h1 {
    font-size: 48px;
    margin-top: 17%;
}

.merch-items-listing {
    font-size: 38px;
    margin-top: 1%;
}

.merch-items-price {
    font-size: 48px;
    margin-top: 3%;
}

.merch-items-note {
    margin-top: 2%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    vertical-align: center;
    text-shadow: 8px 5px 10px #0c0c0c;
}

.merch-items-note p {
    margin-top: 2%;
    word-spacing: 3px;
}

.merch-items-note a {
    display: inline-block;
    text-decoration: none;
    color: #ea5210;
    text-shadow: 2px 2px 3px #fff;
    transform: scale(1);
    transition: transform 0.6s;
}

.merch-items-note a:hover {
    transform: scale(1.2);
    transition: transform 0.6s;
    color: #ea5210;
    text-shadow: 2px 2px 3px #fff;
}

/*****************************************************************/

/*** SEKCE KONTAKT ***/

.contact-note {
    text-align: center;
    color: #fff !important;
    font-size: 38px;
    font-weight: normal;
    text-shadow: 8px 5px 10px #0c0c0c;
    margin-top: 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-email {
    margin-top: 3%;
    font-size: 65px;
    letter-spacing: 1px;
}

.contact-phone {
    margin-top: 3%;
    font-size: 60px;
    letter-spacing: 1px;
}

a[href^="tel"],
a[href^="email"],
a[href^="mailto"] {
    color: #fff !important;
    text-decoration: none !important;
}

/*****************************************************************/

/*** PATIČKA ***/

footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.footer-content {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.footer-image {
    text-align: center;
    padding-top: 0.7%;
}

.footer-image img {
    width: 20%;
}

.footer-text {
    text-align: center;
    color: #fff;
    text-shadow: 8px 5px 10px #0c0c0c;
    letter-spacing: 0.55px;
    margin-top: 0.5%;
}

/*****************************************************************/
