

#napsat {
    background-color: #1ca1ca;
    background-color: #23b5af;
    margin-top: -7px;
    padding-bottom: 5rem;
    margin-bottom: -3rem;
}

#napsat form {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: auto;
    padding: 40px;

    background-color: #fff;
    border-radius: 2em;
    padding: 25px;

    box-shadow: 10px 10px 20px rgba(33, 119, 150, 0.6), -10px 10px 20px rgba(33, 119, 150, 0.6);

}

#napsat input, #napsat textarea {
    font-family: 'Nunito', sans-serif;
    background-color: white;
    border: 2px solid #fff;
    border-radius: .9em;
    padding: 14px 14px;
    font-size: 1.1em;
    margin-top: 15px;
    box-shadow: 3px 10px 40px #ddd, -3px 10px 40px #eee;
}

@media screen and (max-width: 550px) {
    #napsat form {
        background: #F6F6F6;
    }
}

#napsat input:focus, #napsat textarea:focus {
    outline: none;
    border: 2px solid #1ca1ca;
}

#napsat input:focus, #napsat input {
    transition: .5s;
}

/*#napsat textarea{
    transition: 0s  !important;}*/

#napsat textarea {
    min-height: 5em
}

#napsat button {

    font-size: 1em;

    /*
    box-shadow: 3px 10px 40px #ddd, -3px 10px 40px #eee;
    */
}

#napsat input::placeholder, #napsat textarea::placeholder {
    opacity: .4;
}

.more-link{
    font-size: 16px !important; background: #00cf8d !important;
}

.more-link:hover{
    background: #13ab7c !important;
}


.uvod{
    display: flex;
    padding: 60px 80px;
}
.uvod>div{
    flex: 1;
}
.uvod-image>img{
    height: 500px;
    width: 500px;
    margin: auto;
}
.uvod-title, .uvod-image {
    display: flex;
    align-items: center; /* Center vertically */
}


.uvod-title h1 {
    font-family: Outfit, sans-serif;
    margin: 0; /* Remove default margin */
}


h3{
    width: fit-content;
    font-family: Outfit, sans-serif;
}
h1{
    font-weight: 300;
    font-size: 48px;
}
.blog-href{
    color: #00cf8d;
    transition: .4s;
}
.blog-href:hover{
    color: #3fb7b7;
    transition: .4s;
}
strong::before, li::before {
    content: "\2022";
    color: #00cf8d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul{
    list-style: none;
}
strong{font-weight: 500}
.o-nas-ico>div{
    margin: auto;
    width: fit-content;
}

@media screen and (max-width: 1020px) and (min-width: 820px) {
    .uvod{
        padding: 60px 10px 60px 80px;
    }
}
@media screen and (max-width: 819px) {
    .uvod{
        padding: 60px 10px 60px 30px;
    }
    .uvod-image>img{
        height: 350px;
        width: 350px;
    }
}
@media screen and (max-width: 630px) {
    .uvod{
        flex-direction: column;
        padding: 60px 30px !important;
        align-items: center;
        text-align: center;
    }.uvod-image>img{
    margin-top: 40px;
         }
}
@media screen and (max-width: 370px) {
    .uvod-image>img{
        height: 250px;
        width: 250px;
    }
    .uvod-title>h1{
        font-size: 36px!important;
    }
}
@media screen and (max-width: 480px) {
    #napsat form{
        margin: 0 15px;
    }
}
