html {
    max-width: 100vw;
}

body {
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#logo {
    width: 60px;
    height: 60px;
}

#navbar {
    display: flex;
    font-size: 2em;
    color:black;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 30px;
    margin-left: 30px;
    justify-content: space-between;
    margin-bottom: -120px;
}

#logo-text{
    position: relative;
    align-self: center;
    margin-left: 5px;
    letter-spacing:-0.03em;
    top: -20px;
    color: white;
}
    

#links {
    margin-top: 20px;
    font-size: 0.5em;
    margin-right: 20px;
}

.navlink{
    text-decoration: none;
    color: white;
}

.curr-navlink {
    color: #07bbd3;
}

.navlink:hover {

    color: #07bbd3;

}

#uvod-back {
    width: 100%;
    position: relative;
    opacity: 0.7;
    top: 5px;
}

#uvod-back-wrap {
    width: 100%;
    position: relative;
    margin-top: 0;
    top: -5px;
    z-index: -1;
    background-color: black;
    padding: 0;
}


#index-pics{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    flex-wrap: wrap;
}


.index-pic{
    width: 30vw;
    min-width: 250px;
    margin-bottom: 50px;
    margin-top: -50px;
}

#ilustr {
    width: 400px;
    margin-left: 20vw;
}

h1 {
    color:#07bbd3;
    font-weight: 100;
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}

.flex{

    display: flex;

}

#ilustr-text-wrap{
    margin-left: 30px;
    max-width: 30vw;
    font-size: 1.1rem;
    color: gray;
}

h3 {
    font-family:
        Proxima-Nova-Fallback,
        Helvetica,
        sans-serif;
    color:#0788d3;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
}

#meteo-wrap{
    background: #434242;
    width: 60vw;
    height: 70px;
    display: flex;
    margin-left: 20vw;
    justify-content: center;
}

#meteo {
    color: white;
    text-decoration: none;
    font-size: 1.45rem;
    font-weight: 500;
    align-self: center;
}

.okoli-img{
    max-width: 30vw;
    min-width: 250px;
}

#okoli {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#footer {
    background-image: url("./footer.jpeg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0px -300px;

    padding: 1px;

}

.footer-p {
    color: white;
    text-align: center;
    font-size: 1.4rem;

}

#footer-h{
    color: #0788d3;
}

#inner-footer {
    position: relative;
    top: -40px;
    
}

@media (max-width: 1070px) {

    #footer {
        background-position: 0px -80px;
    }

    #ilustr {
        margin-left: 10vw;
    }

    #ilustr-text-wrap{
        max-width: 40vw;
    }

}

@media (max-width: 700px) {

    #ilustr {
        display: none;
    }

    #ilustr-text-wrap{
        max-width: 80vw;
        text-align: center;
    }

    #footer {
        background-size: 100vw calc(100% + 100px);
    }

}

@media (max-width: 500px) {

    .index-pic{
        margin: 10px;
    }

    #index-pics {
        margin-top: 30px;
    }

    #navbar {
        display: flex;
        font-size: 2.3rem;
        font-weight: 500;
        margin-top: 8px;
        margin-left: 20px;
        justify-content: space-between;
        margin-bottom: -120px;
    }

    #logo-text {
        position: relative;
        align-self: center;
        margin-left: 0px;
        letter-spacing: -0.03em;
        top: -5px;
        color: white;
    }


    #links {
        margin-top: 20px;
        font-size: 0.5em;
        margin-right: 20px;
    }


    #uvod-back {
        width: 100%;
        position: relative;
        opacity: 0.7;
        top: 5px;
    }

    #meteo{
        font-size: 1rem;
    }
    #meteo-wrap{
        width: 86vw;
        margin-left: 7vw;
    }

}

#rezervace-title{
    top: 200px;
    position: absolute;
    color: white;
    max-width: 60%;
    margin-left: 20%;
    text-align: center;
    font-weight: 300;
    font-size: 1.8rem;
}

#storno{
    text-align: center;
    max-width: 60%;
    margin-left: 20%;
    font-size: 1.35rem;
}

#stahnout-wrap {
    background: #434242;
    width: 40%;
    margin-left: 30%;
    height: 60px;
    display: flex;
    justify-content: center;
}

#stahnout {
    align-self: center;
    text-decoration: none;
    color: white;
    font-size: 2rem;

}

@media (max-width: 1100px) {
    
    #rezervace-title {
        margin-top: -70px;
        max-width: 70%;
        margin-left: 15%;
        font-size: 1.7rem;
    }

}

@media (max-width: 750px) {

    #rezervace-title {
        margin-top: -90px;
        max-width: 90%;
        margin-left: 5%;
        font-size: 1.5rem;
    }

    #stahnout {
        font-size: 1.6rem;
    }

    #storno{
        text-align: center;
        max-width: 90%;
        margin-left: 5%;
        font-size: 1.35rem;
    }

}

@media (max-width: 570px) {

    #rezervace-title {
        margin-top: 0px;
        top: 0px;
        max-width: 90%;
        margin-left: 5%;
        font-size: 1.5rem;
        color: black;
        font-weight: 400;
        position: relative;
    }

    #stahnout-wrap {
        width: 60%;
        margin-left: 20%;
        height: 60px;
        display: flex;
        justify-content: center;
    }

}




#kontakt-title {
    top: 100px;
    position: absolute;
    color: white;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
}


#mapa {
    border: 0;
    width: 600px;
    height: 450px;
    max-width: 90%;
    max-height: 50vh;
}

#mapa-wrap {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}


#kontakty {
    margin-top: 100px;
}

.kontakt-img{
    max-width: 60px;
    margin-top: 20px;
}

.kontakt-text {
    display: inline-block;
    font-size: 1.3rem;
    justify-self: center;
    margin-top: 20px;
    margin-left: 5px;
}

.kontakt-t {
    margin: -5px;
    margin-left: 2px;
}

#kontakty-wrap {
    display: flex;
    justify-content: center;
}

.kontakt-div {
    display: flex;
}

.text2 {
    margin-top: 30px;
}

.long-kontakt-p {
    font-size: 1.15rem;
}

@media (max-width: 800px) {
    #kontakt-title{
        display: none;
    }
}