body {
    font-family: "Charm", cursive;
    font-weight: 400;
    font-style: normal;;
    background: #023047;
}

/*
.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}*/
.screen1 {
    background-image: url('images/bg1.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.nadpis {
    font-size: 9.5vh;
    color:#F58300 ;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media (min-width: 300px) {
    .nadpis {
        font-size: 5vh; 
    }
}
@media (min-width: 600px) {
    .nadpis {
        font-size: 7vh; 
    }
}

@media (min-width: 900px) {
    .nadpis {
        font-size: 9vh;
    }
}
@media (min-width: 1000px) {
    .nadpis {
        font-size: 10vh;
    }
}

.midsection {
    background-image: url('images/mds.png');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    text-align: left;
    position: relative;
    padding: 20px; 
}


.responsive-paragraph {
    background-color: #0230472e;
    font-size: 3vh; 
    color: #FFB703; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 5px 0; 
    max-width: 80%; 
}

@media (max-width: 600px) {
    .responsive-paragraph {
        text-align: center; 
        font-size: 2.5vh; 
    }
}

@media (max-width: 400px) {
    .responsive-paragraph {
        text-align: center;
        font-size: 2.2vh;
    }
}
@media (min-width: 1200px) {
    .responsive-paragraph {
        text-align: left;
        font-size: 3.5vh;
    }
}
@media (min-width: 2000px) {
    .responsive-paragraph {
        text-align: left;
        font-size: 5vh; 
    }
}

.nadpis3 {
    font-size: 8vh;
    color: #F58300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
}
@media (min-width: 300px) {
    .nadpis3 {
        font-size: 4vh; 
    }
}
@media (min-width: 600px) {
    .nadpis3 {
        font-size: 6vh; 
    }
}

@media (min-width: 900px) {
    .nadpis3 {
        font-size: 8vh;
    }
}
@media (min-width: 1000px) {
    .nadpis3 {
        font-size: 9vh;
    }
}

.nadpis2 {
    font-size: 8vh;
    color: #F58300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
}
@media (min-width: 300px) {
    .nadpis2 {
        font-size: 3vh; 
    }
}
@media (min-width: 600px) {
    .nadpis2 {
        font-size: 5vh; 
    }
}

@media (min-width: 900px) {
    .nadpis2 {
        font-size: 6vh;
    }
}
@media (min-width: 1200px) {
    .nadpis2 {
        font-size: 7vh;
    }
}

.midsection2 {
    background-image: url('images/hst2.png');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    text-align: left;
    position: relative;
    padding: 20px; 
}

.bottomsection {
    background-image: url('images/bg2.jpg');
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    opacity: 0.75;
}

.carousel {
    top: 50%;
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img {
    width: 100%;
    height: 50vh; 
    object-fit: cover;
    display: block
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 5px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.bottom-line {
    background-color:#023047 ;
    padding: 10vh;
    text-align: center;
    justify-content: center;
}

.nadpis4 {
    font-size: 5vh;
    color: #F58300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
}
@media (min-width: 300px) {
    .nadpis4 {
        font-size: 3vh; 
    }
}
@media (min-width: 600px) {
    .nadpis4 {
        font-size: 4vh; 
    }
}

@media (min-width: 900px) {
    .nadpis4 {
        font-size: 4.5vh;
    }
}
@media (min-width: 1200px) {
    .nadpis4 {
        font-size: 6vh;
    }
}

html {
    scroll-behavior: smooth;
}

.arrow-link {
    text-decoration: none;
}