@media (max-width: 700px) {
    
    .mobile-row-col {
        flex-direction: column !important;
    }


    .vyhledavani-webu-wrapper {
        height: max-content !important;
        padding: 20px;
    }

    .socials-wrapper p, .socials-wrapper a {
        font-size: 15px;
        margin: 0px;
    }

    .socials-wrapper {
        padding-left: 0px !important;
        display: flex;
        align-items: center;
    }
    
}

* {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.btn {
    transition: none!important;
    &-outline-dark {
        color: #000000;
        border-color: #000000;
        transition: none!important;
    }
}
.btn:hover {
    background-color:#a59d04;
    color:#000!important;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item {
    height: 569px;
}

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

.text-field {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #00561d;
    color: white;
    justify-content: center;
    align-items: center;
} 

.text-field h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.domy-plne-zivota {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666666;
}

.domy-plne-zivota h1 {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.domy-plne-zivota p {
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 950px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;

}

.domy-plne-zivota a, .vyhledavani-webu-wrapper form input[type="submit"], .newsletter .btn {
    background-color: #bdb406;
    color: white;
    border-radius: 0px;
}

.block {
    width: 100%;
    background-color: #edefe7;
}

.vyhledavani-webu-wrapper {
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400px;
}

.vyhledavani-webu-wrapper h1, .fat-header {
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
}

.vyhledavani-webu-wrapper form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vyhledavani-webu-wrapper form div {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.vyhledavani-webu-wrapper form label {
    color: #959f6f;
}

.vyhledavani-webu-wrapper form input[type="text"] {
    opacity: 90%;
}


.newsletter .btn {
    font-size: 20px;
    font-weight: 400;
    width: 150px;
    height: 50px;
}

.newsletter .email-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-bottom: 20px;
}

.email-wrapper input[type="email"] {
    border-radius: 0px;
}

.socials-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
}


.information-wrapper h4 {
    font-weight: 400;
}

.information-wrapper {
    background-color: #333928;
}

.information-wrapper div {
    flex-direction: column;
    
}

.webactive {
    height: 70px;
    margin: 0px;
    display: flex;
    padding-left: 50px;
    align-items: center;
    background-color: white;  
    color: black;  
}

footer {
    overflow: hidden;
    color: white;
}

footer h1 {
   text-transform: uppercase;
}
