
body {
    padding: 0;
    margin: 0;
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    flex: 1;
}
.top {
    width: 100%;
    height: 70px;
}
.separ {
    width: 100%;
    height: 30px;
}
.center {
    max-width: 1000px;
    margin: auto;
}
.main {
    position: relative;
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fill, minmax(382px, 1fr));
}
.card .img {
    width: 100%;
    margin: auto;
}
.label {
    display: flex;
    position: fixed;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg,#91683d,#a37a4e);
    z-index: 500;
}
.menu {
    position: relative;
    width: 100vw;
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
}
header {
    display: flex;
    position: absolute;
    z-index: 500;
    height: 70px;
    width: 100vw;
    max-width: 1200px;
}
header ul {
    display: flex;
    height: 70px;
    margin-top: 0;
    white-space: nowrap;
}
header ul li {
    list-style-type: none;
    float: right;
    padding: 0 18px;
    line-height: 70px;
    margin-bottom: 0;
    font-size: 120%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-right: #a37a4e 2px solid;
}
header ul li:hover {
    background:#a37a4e;
    transition: 300ms;
}
.nav a:hover {
    color: black;
    background:#a37a4e;
    transition: 300ms;
}
.logo-background {
    display: block;
    background-image: url("Images/logo-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 230px;
    width: 180px;
}
.logo1 {
    display: inline-block;
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    margin-right: 35%;
    margin-left: 5%;
    top: 40px;
}
.logo1 a img {
    top: 10px;
    position: relative;
    border-radius: 80px;
}
.social {
    position: relative;
    width: 200px;
    height: 100px;
    float: left;
    top: 6px;
}
.social a img {
    position: relative;
}
header a {
    text-indent: -99999999px;
    color: #d9c7b3;
    text-shadow: 1px 1px 1px #474747;
    text-decoration: none;
}
.slider {
    width: calc(100vw - (100vw - 100%));
    height: 700px;
    position: relative;
    background: url("Images/Web11.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: slide 15s infinite;
}
div#preloaded-images {
    position: absolute;
    overflow: hidden;
    left: -9999px; 
    top: -9999px;
    height: 1px;
    width: 1px;
}
.node {
    height: 400px;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
}
.index {
    margin: auto;
    border-width: 10px;
}
.text-node {
    padding: 10% 40px;
    position: relative;
    width: 100%;
    margin: 10px;
    place-content: center;
    font-size: 110%;
}
.center {
    margin-top: 10px;
    font-family: 'Noto Sans', Helvetica, arial, sans-serif;
}
.head {
    position: relative;
    margin-top: 150px;
}
.about-container {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-family: 'Noto Sans', Helvetica, arial, sans-serif;
}
.row-about {
    display: block;
    margin: auto;
    margin-top: 40px;
    height: 25%;
    width: 1000px;
}
.node-about {
    display: flex;
    height: 100%;
    width: 480px;
    margin-bottom: 100px;
    margin-right: 10px;
    flex-basis: 50%;
    box-sizing: border-box;
    float: left;
}
.about-head {
    display: flex;
}
.head-text {
    font-size: 160%;
    text-shadow: 1px 1px 1px grey;
}
.head-img {
    margin-top: -30px;
    margin-right: 5px;
}
.about-text {
    font-size: 110%;
    margin-top: 5px;
    margin-left: 80px;
}
.card-contact {
    height: 150px;
}
.contact-view {
    display: flex;
    float: left;
    margin: auto;
    position: relative;
    width: 1000px;
    height: 100%;
    margin-top: 10px;
    display: block;
    font-size: x-large;
    flex-direction: column;
    align-items: flex-start;
    place-content: center;
    font-family: 'Noto Sans', Helvetica, arial, sans-serif;
}
.cont {
    list-style-type: none;
}
.card-body {
    margin-left: 20px;
    margin-bottom: 30px;
    width: 200px;
}
.gdpr-btn {
    display: flex;
    float: left;
    width: 500px;
}
.gdpr {
    width: 380px;
    font-size: 80%;
}
#btn-s{
    display: none;
}
.myCheck:checked ~ #btn-s{
    display: block;
    position: relative;
    margin-top: 5px;
    left: -400px;
    top: 20px;
}
textarea {
    margin-top: 20px;
    height: 150px;
    width: 170px;
}
.forest-bottom {
    display: flex;
    height: 200px;
    width: 100%;
    margin: 0;
    background-image: url("Images/background-forest.png");
    background-size: contain;
}
footer {
    background: #2a3a45;
    padding: 50px 0;
    height: 50px;
}
footer .contact-bottom {
    display: flex;
    position: relative;
    left: 48%;
    margin: auto;
    top: -40px;
    margin-left: -300px;
    height: 100px;
    width: 200px;
    text-decoration: none;
}
footer .contact-bottom ul {
    list-style-type: none;
    color: grey;
}
@media screen and (max-width:1024px){
    .logo1 {
        margin-right: 20%;
        margin-left: 5%;
    }
    .center {
        margin: auto;
        margin-left: 1%;
    }
}
@media screen and (max-width:768px){
    .slider {
        height: 600px;
    }
    .logo1 {
        margin-right: 0%;
        margin-left: 1%;
    }
    .center {
        margin: auto;
        margin-left: 2%;
    }
}
@media screen and (max-width:570px){
    .slider {
        height: 400px;
    }
    header ul li {
        padding: 0 10px;
        font-size: 100%;
    }
    .logo1 {
        margin-right: 0%;
        margin-left: 1%;
    }
    
}
@keyframes slide {
    0%{
        background: url("Images/Web11.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    25%{
        background: url("Images/Web12.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    50%{
        background: url("Images/Web13.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    75% {
        background: url("Images/Web14.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    100% {
        background: url("Images/Web11.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}