/*.......Right-Image.......*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff0de;
    background-image: url(../img/bcg_Obszar\ roboczy\ 1.png);
    background-size: contain;
}

.logo-hero {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.offert h2 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #008080;
    text-decoration: underline;
    padding: 1rem 0;
}

.img-hero {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.logo-hero {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.text-hero-oferta {
    padding-left: 0;
}

.text-hero-oferta h1 {
    font-size: .9rem;
}

.motto,
.motto-author {
    font-size: 1rem;
}

.fm {
    width: 80vw;
    padding-left: 10vw;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.style-7 {
    border-bottom: 1px solid #3a4868;
    border-width: 50%;
    color: #3a4868;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px;
    max-width: 250px;
    display: block;
    text-align: center;
    margin: 30px 10px;
    position: relative;
}

.style-7:hover {
    background: #3a4868;
    border-color: #3a4868;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: -5px -5px 0 0 #446078, 5px 5px 0 0 #afc2dd;
    box-shadow: 5px -5px 0 0 #446078, -5px 5px 0 0 #afc2dd;
}

@media screen and (min-width: 480px) and (orientation: landscape) {}

@media screen and (min-width: 768px) and (orientation: portrait) {}

@media screen and (min-width: 1111px) and (orientation: landscape) {
    .motto-box {
        margin-top: 20vh;
        position: relative;
        padding: 5vw 0 5vh 5rem;
    }
    .motto,
    .motto-author {
        font-size: 1.1rem;
    }
    .img-hero-oferta {
        width: 69%;
        margin-left: 31%;
    }
}

@media screen and (min-width: 1112px) {
    .img-hero {
        width: 100%;
        margin-top: 3rem;
    }
    .img-hero-contact {
        width: 100%;
        margin-left: -5%;
        margin-top: 3rem;
    }
    .img-hero-oferta {
        width: 69%;
        margin-left: 31%;
    }
    .img-logo-contact {
        width: 100%;
        padding-top: 5rem;
    }
    .logo-hero {
        width: 80%;
        margin: auto;
    }
}