* {
    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;
    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;
}
.offert3 {
    position: relative;
    width: 29vw;
    top: 4vh;
    left: 10vw;
    font-size: 1.1rem;
    padding-bottom: 4vh;
}
.offert3 h2 {
    font-family: 'Saira Condensed', sans-serif;
    color: #8F7146;
}

.offert3 li {
    position: relative;
    left: 2vw;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 1.5;
}
span {
    color: #8F7146;
}
::marker {
    color: #8F7146;
    list-style-type: inherit;
}
.offert3 p {
    position: relative;
    left: 2vw;
    font-family: 'Saira Condensed', sans-serif;
}
@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;
    }
    .offert3 {
        position: relative;
        width: 85vw;
        top: 4vh;
        left: 8vw;
    }
}
@media (orientation: landscape) and (min-width: 480px) {
    .welcome {
        display: none;
    }
    .offert3 {
        width: 80vw;
    }
}
@media (orientation: portrait) and (min-width: 768px) and (min-height: 991px) {
    h2 {
        font-size: 1.8rem;
    }
    .offert3 p {
        font-size: 1.6rem;
    }
    .offert3 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;
    }
    .offert3 {
        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;
    }
    .offert3 h2 {
        font-size: 3.5rem;
    }
    .offert1 p, li {
        font-size: 2.1rem;
    }
    .offert3 {
        font-size: 2.1rem;
        top: 0;
    }
}
/* @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: 767px)
@media (orientation: landscape) and (min-width: 812px) and (min-height: 375px)
@media (orientation: portrait) and (min-width: 768px)
@media (orientation: landscape) and (min-width: 932px) and (min-height: 430px)
@media (orientation: landscape) and (min-width: 991px)
@media (orientation: portrait) and (min-width: 992px)
@media (orientation: landscape) and (min-width: 1199px)
@media (orientation: landscape) and (min-width: 1599px)
@media (orientation: landscape) and (min-width: 1600px) */