 @font-face {
   font-family: 'Macho-light';
   src: url('./userfiles/fonts/Macho_Light.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
 }

 @font-face {
   font-family: 'MachoModular_Medium';
   src: url('./userfiles/fonts/MachoModular_Medium.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
 }

 @font-face {
   font-family: 'MachoModular_Bold';
   src: url('./userfiles/fonts/MachoModular_Bold.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
 }

:root {
    --main: #ef7300;
    --brown: #352b23;
}

.page-scroll { 
    font-family: "MachoModular_Bold", sans-serif;
}

a[href="#menu_7"] {
    background-color: var(--main);
    color: #ffffff!important;
    border-radius: 20px;
    margin-left: 80px;
    max-width: 180px;
}

a[href="nominationPortal/"] {
    background: rgb(201,164,98);
    background: linear-gradient(96deg, rgba(201,164,98,1) 0%, rgba(242,189,112,1) 100%);
    color: #ffffff!important;
    border-radius: 20px;
    margin-left: 30px;
    max-width: 180px;
}

.navigation {
    background-color: #ffffff!important;
}

.loginSection {
    padding: 50px;
    background-image: url('./userfiles/image/Login_BG.png');
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.imageKV {
    width: 100%;
    display: block;
    padding: 0 5%;
    margin: 0;
}

#Agenda { 
    padding-left: 5%;
}

.orangeBG {
    background-color: var(--main);
    padding: 10px 20px 70px;
    border-radius: 80px;
    background-image: url(userfiles/image/Agenda_BG.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
 -webkit-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

.agendaTitle {
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 50px auto 20px;
}

.agendaline { 
    border-top: 2px solid #ffffff;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.blackTitle,
.whiteTitle { 
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    color: var(--main);
    margin: 50px 0 20px;
}

.blackTitle {
    color: var(--brown);
}

.whiteTitle { 
    color: #ffffff;
}

.blackline  {
    border-top: 2px solid var(--brown);
    width: 175px;
}

.whiteline { 
    border-top: 2px solid #ffffff;
    width: 94%;
}

.line2 { 
    border-top: 2px solid #ffffff;
    width: 235px;
}

.line3 {
    border-top: 2px solid #ffffff;
     width: 370px;
}

.whiteBoldLine {
    border-top: 4px solid #ffffff;
    width: 100%;
}


.blackMtitle { 
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 26px;
    text-transform: none;
    text-align: left;
    color: var(--brown);
    margin: 0 0 10px;
}

.whiteMtitle { 
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 26px;
    text-transform: none;
    text-align: left;
    color: #ffffff;
    margin: 0 0 10px;
}

.godzina { 
    font-family: "MachoModular_Medium", sans-serif;
    font-style: normal;
    font-size: 22px;
}

.opis { 
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 24px;
}

.whiteGodzina,
.whiteOpis { 
    color: #ffffff;
}

.blackOpis,
.blackGodzina {
    color: var(--brown);
}

.locationImg {
    width: 100%;
}

.locationImg2 {
    height: 667px;
}

#Location {
padding-top: 50px;
}

.text { 
    font-family: "MachoModular_Medium", sans-serif;
    font-style: normal;
    font-size: 18px;
    max-width: 600px;
    color: var(--brown);
    text-align: justify;
    margin-bottom: 20px;
}

.textAbout { 
    font-family: "MachoModular_Medium", sans-serif;
    font-style: normal;
    font-size: 20px;
    color: var(--brown);
    text-align: justify;
}

.textAboutLarge { 
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 32px;
    color: var(--brown);
    text-align: left;
}

.mapContainer {
    max-width: 600px;
    border: 4px solid var(--main);
    border-radius: 10px;
}

#About { 
    background-color: var(--main);
    padding: 40px 0;
    margin-top: 30px;
}

#Accomodation { 
    background-color: var(--main);
    padding: 40px 0;
}

.borderDiv { 
    border: 5px solid #ffffff;
    border-radius: 90px;
    padding: 0 100px 40px;
    -webkit-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

li::marker { 
    color: #ffffff;
    font-size: 25px;
}

.nomargin { 
    margin: 0;
}

.reservationButton {
text-align: center;
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 30px;
    color: var(--brown);
    background-color: #ffffff;
    border: 0;
    padding: 15px 30px;
    border-radius: 40px;
    margin: 25px 0;
    display: block;
    width: 310px;
}

.buttonsOuter{
display: flex;
justify-content: space-between;
}

.reservationButton:hover { 
    color:  var(--main);
    transition: 0.25s;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    -moz-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
}

.icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.addToCalendar {
    cursor: pointer;
}

.addToCalendar:hover span.textAbout {
    text-decoration: underline;
}

.blackbutton {
    background-color: #352b22;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .borderDiv {
        padding: 0 30px 40px;
    }

    .buttonsOuter {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .locationImg2 {
        height: auto;
        width: 100%;
    }

    .opis {
        font-size: 14px;
    }

    .godzina {
        font-size: 15px;
    }

    .text {
        font-size: 15px;
    }

    .opis small{
        font-size: 100%;
    }

    .footerText {
        font-size: 23px!important;
    }
}
@media only screen and (max-width: 768px) {
    .locationImg {
        max-width: 400px;
        margin-top: 15px;
        margin-left: -20px;
    }

    .imageKV {
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

    #Agenda {
        margin: 0;
        padding: 0;
    }

    .locationImg2 {
        display: none;
    }

    #Location {
        padding: 0 10px;
    }

    #About {
        margin-top: 20px;
    }

    .godzina,
    .opis {
        font-size: 18px;
    }

    .whiteline {
        width: 90%;
    }

    .footerImg {
        height: auto;
        display: block;
        margin-left: -7%;
    }

    .locationRow {
        flex-direction: column-reverse;
    }
}

.godzina, .opis{
margin-bottom: 0 !important;
}

h2{
margin-bottom: 4px !important;
}


 .downloadIcon{
            display: block !important;
            bottom: -24px;
            right: 0;
            font-size: 20px;
            
        
            transition: 0.25s;
            margin-left: calc(50% - 10px);
            margin-bottom: 4px;
            display: inline-block;
        }

        .downloadIcon i{
            color: black !important;
            text-align: center;
        }

      .sekcja_galeria_lightbox_21 .photos img.img-responsive{
        aspect-ratio: 117/78;
        object-fit: cover;
      }

#menu_21{
padding: 60px 0;
}

#menu_21 .downloadAll{
display: inline-block;
color: black !important;
font-size: 20px !important;
font-family: "MachoModular_Bold", sans-serif, sans-serif !important;
}
.btn-page{
font-family: "MachoModular_Bold", sans-serif;
}
.btn-page.active{
background-color: var(--orange) !important;

}