* {
    margin: 0;
    padding: 0;
}
.wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    height: 100vh;
}
.welcome {
    display: flex;
    flex-direction: column;
    width: 40vw;
    text-align: center;
    align-items: center;
    font-family: 'Saira Condensed', sans-serif;
}
.logo {
    position: relative;
    top: 11vh;
    width: 20vw;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;     
}
nav ul {
    text-align: center;
}
nav ul li {
    display: block;
    left: 0vw;
    margin-top: 10px;  
}
nav ul li a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #8F7146;
}
.Social {
    display: flex;
    justify-content: center;
    position: relative;
    height: 13vh;
}
.InstaNav {
    margin: 8px;
}
.InstaNav img {
    margin: 0;
    width: 2vw;
    top: -2vh;
}
.FbNav {
    margin: 8px;
}
.FbNav img {
    margin: 0;
    width: 2vw;
    top: -2vh;
}
.hamburger-menu {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}
.line {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #8F7146;
}
.line-1.change {
    transform: rotateZ(-45deg) translate(-8px, 6px);
    transition: .3s;
}
.line-2.change {
    opacity: 0;
}
.line-3.change {
    transform: rotateZ(45deg) translate(-8px, -6px);
    transition: .3s;
}
.naviSection {
    display: flex;
    flex-direction: column;
    width: 60vw;
    flex-grow: 1;
    border-left: 4px solid rgb(143, 113, 70, 0.1);
    overflow: auto;
}
.naviSection a {
    position: sticky;
    width: 25px;
    top: 2vh;
    left: 1vw;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(143, 113, 70, 0.7);
    text-align: center;
    border: 1px solid rgb(143, 113, 70, 0.7);
    font-size: 18px;
    font-weight: 600;
}
.offert2, .offert2Second {
    position: relative;
    width: 42vw;
    top: 4vh;
    left: 10vw;
}
section div h2 {
    font-family: 'Saira Condensed', sans-serif;
    color: #8F7146;
}
.offert2 {
    padding-bottom: 3vh;
    border-bottom: 2px solid rgb(143, 113, 70, 0.5);  
}
.offert2 p, .offert2Second p {
    position: relative;
    left: 2vw;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 1.5;
    font-size: 1.1rem;
}
section div p span {
    font-family: 'Saira Condensed', sans-serif;
    color: #8F7146;
    font-style: italic;
}
.offert2 div p:nth-of-type(4) {
    font-size: 1.17em;
}
.offert2 p:nth-of-type(3), p:nth-of-type(5), p:nth-of-type(7), p:nth-of-type(13) {
    color: #8F7146;
    font-weight: 700;
}
.offert2 p:nth-of-type(15) {
    font-size: 1.1rem;
    font-weight: 600;
    color: #8F7146;
}
section div p:nth-of-type(9), p:nth-of-type(11) {
    font-family: 'Saira Condensed', sans-serif;
    color: #8F7146;
    text-decoration: underline;
}
.offert2Second {
    top: 7vh;
    padding-bottom: 4vh;
}
.offert2Second ol li, ul li {
    display: list-item;
    position: relative;
    left: 4vw;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 1.5;
    font-size: 1.1rem;
}
.offert2Second p:nth-of-type(5) {
    font-weight: 500;
    color: black;
}
.offert2Second > p:nth-child(7), p:nth-child(10) {
    color: #8F7146;
    font-weight: 700;
}
.offert2Second span {
    color: #8F7146;
    font-style: normal;
    font-weight: 600;
}
@media (orientation: portrait) and (min-width: 320px) {
    .welcome {
        display: none;
    }
    .hamburger-menu {
        display: none;
    }
    .naviSection {
        width: 100vw;
    }
    .naviSection.change {
        width: 60vw;
    }
    .naviSection a {
        position: fixed;
        z-index: 5;
        left: 5vw;
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 0.8;
    }
    .offert2 {
        position: relative;
        width: 85vw;
        top: 4vh;
        left: 8vw;
    }
    .offert2Second {
        position: relative;
        width: 85vw;
        top: 4vh;
        left: 8vw;
    }
}
@media (orientation: landscape) and (min-width: 480px) {
    .welcome {
        display: none;
    }
    .offert2 {
        width: 80vw;
    }
    .offert2Second {
        width: 80vw;
    }
}
@media (orientation: portrait) and (min-width: 360px) and (min-height: 640px) {
    .offert2 {
        width: 80vw;
    }
    .offert2Second {
        width: 80vw;
    }
}
@media (orientation: landscape) and (min-width: 812px) and (min-height: 375px) {
    .naviSection a {
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 1;
    }
}
@media (orientation: portrait) and (min-width: 768px) and (min-height: 991px) {
    h2 {
        font-size: 1.8rem;
    }
    .offert2 p, .offert2Second p {
        font-size: 1.6rem;
    }
    .offert2Second ol li, ul li {
        font-size: 1.4rem;
    }
}
@media (orientation: landscape) and (min-width: 1024px) {
    .welcome {
        display: flex;
    }
    .naviSection a {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 1.2;
    }
    .offert2, .offert2Second {
        width: 42vw;
    }
}
@media (orientation: landscape) and (min-width: 2560px) {
    .logo {
        width: 26vw;
    }
    .navi ul li a {
        font-size: 2.1rem;
    }
    .naviSection a {
        width: 40px;
        height: 40px;
        line-height: 1;
        border: 2px solid rgb(143, 113, 70, 0.7);
        font-size: 40px;
    }
    section div h2 {
        font-size: 3.5rem;
    }
    section div p span {
        font-size: 2.1rem;
    }
    .offert2 p, .offert2Second p {
        font-size: 2.1rem;
    }
    .offert2 p:nth-of-type(15) {
        font-size: 2.1rem;
    }
    .offert2Second ol li, ul li {
        font-size: 2rem;
    }
}
/* @media (orientation: portrait) and (min-width: 320px) and (min-height: 480px) 
@media (orientation: landscape) and (min-width: 480px) 
@media (orientation: portrait) and (min-width: 360px) and (min-height: 640px) 
@media (orientation: landscape) and (min-width: 640px) and (min-height: 360px) 
@media (orientation: portrait) and (min-width: 480px) 
@media (orientation: landscape) and (min-width: 667px) 
@media (orientation: portrait) and (min-width: 360px) and (min-height: 760px) 
@media (orientation: landscape) and (min-width: 760px) and (min-height: 360px)
@media (orientation: portrait) and (min-width: 375px) and (min-height: 812px) 
@media (orientation: landscape) and (min-width: 812px) and (min-height: 375px) 
@media (orientation: portrait) and (min-width: 430px) and (min-height: 932px) 
@media (orientation: landscape) and (min-width: 932px) and (min-height: 430px) 
@media (orientation: portrait) and (min-width: 768px) and (min-height: 991px) 
@media (orientation: landscape) and (min-width: 991px) and (min-height: 768px) 
@media (orientation: portrait) and (min-width: 992px) and (min-height: 1199px) 
@media (orientation: landscape) and (min-width: 1024px) + od tej rozdzielczości usunąć hamburger menu
@media (orientation: landscape) and (min-width: 1199px) 
@media (orientation: landscape) and (min-width: 1440px) 
@media (orientation: landscape) and (min-width: 1599px)
@media (orientation: landscape) and (min-width: 1920px) 
@media (orientation: landscape) and (min-width: 2560px) */