* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}


.header-title {
    font-family: 'Times New Roman', Times, serif;
}
 



#signup a{
color: rgb(59, 59, 182);
}





.loremIpsum {
    text-align: right;
    justify-content: right;
}

body {
    background-color: #feebe4;
    
}

#navbar_logo {
    background-color:#feebe4;
    background-image: linear-gradient(to top, black, #a3dbec);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 32px;

}

.container {
    padding: 10px 10%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 999;
  }

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
    padding: 10px;
    z-index: 999;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    height: 80px;
}

nav ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: black;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

nav ul li a:hover::after {
    width: 100%;
}

.header {
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: black;
}

.header {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.5), rgba(4, 9, 30, 0.5)), url('/images/uwuherfst.png');
    background-size: cover;
    background-position: center;
}

.textbox {
    width: 90%;
    color: whitesmoke;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
}

.textbox h1 {
    font-size: 62px;
}

.textbox p {
    margin: 10px 0 40px;
    font-size: 14px;
    color: whitesmoke;
    
}

.thiccButton {
    background: none;
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
}

.thiccButton:hover {
    background-color: #eebeb0;
    transition: all 350ms ease;
}

.thiccButton:hover {
    color: white;
}





/* keuze en services */

.keuze {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;   
}
h1 {
    font-size: 36px;
    font-weight: 600;
}

p {
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}



.rij {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;

}

.keuzekolom {
    flex-basis: 31%;
    background-color:aliceblue;
    border-radius: 10px;
    margin-bottom: 7.5%;
    box-shadow: 10px 10px ;
    padding: 20px 12px;
    cursor: pointer;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.keuzekolom:hover {
    background-color:blanchedalmond;
    box-shadow: 15px 15px 10px ;
    transition: 1s;
}

.keuzekolom::after:hover {
    background-color:blanchedalmond;
    box-shadow: 10px 10px ;
    transition: 1s;
}

.keuzekolom:active {
    background-color:blanchedalmond;
    box-shadow: 15px 15px 15px ;
    transition: 0.5s;
    transform: rotate(5deg);
}



.equipment {
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.equipmentkolom {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
 }

.equipmentkolom img {
    width: 100%;
    display: block;
    
}

.equipmentkolom:hover img {
    filter: grayscale(0%);
    transition: 1s;
    border: 3px solid black;
}

.layer {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover {
    background:rgba(226, 0, 0, 0.7);
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
}

.layer:hover h3 {
    bottom: 49%;
    transition: 0.1s;
    opacity: 1;
}

/*de reviews*/

.review {
width: 80%;
margin: auto;
padding-top: 100px;
text-align: center;
}

.reviewkolom {
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    background: white;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.reviewkolom img {
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
    box-shadow: 10px 5px 2px;
}

.reviewkolom p {
    padding: 0;
    
}

.reviewkolom h3 {
    margin: 15px 0 0 0 ;
    text-align: left;
}

.reviewkolom .fa {
    color: red;

}

footer {
    text-align: center;
    font-size: 12px;
    padding: 5vh;
    background-color: black;
    color: aliceblue;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footerbutton {
    color: black;
    background-color: #eebeb0;
    border-radius: 10px;
    padding: 0 10px 0 10px
    
}
   .footer {
    text-align: center;
   }

   .icons {
    font-size: 30px;
    color: black;
   }

   


   /*about us pagina*/

   .sub-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),url(images/usalake.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px auto;
    color: white;
   }

   .sub-header h1 {
    margin-top: 100px;
   }


   /* smol scrien */

   nav .fa {
    display: none;
   }

   @media screen and (max-width: 600px) {
        .header {
            background-image: url(images/trees-fall-reflection-autumn-4k-iphone.jpg);
        }

        .header-title {
            margin: 40px 0 0 0;
            font-size: 30px;

        }

        .sub-title {
            font-size: 16px;
        }

        nav .fa-regular {
            display: block;
            font-size: 25px;
        }

        nav ul {
            background-color: gray;
            position: fixed;
            top: 0;
            right: -200px;
            width: 200px;
            height: 100vh;
            padding-top: 50px;
            z-index: 9999;
            transition: 1s;
        }


        nav ul li {
            display: block;
            margin: 25px;
            
        }

         nav ul .fa-regular {
            position: absolute;
            top: 25px;
            left: 25px;
            cursor: pointer;
            z-index: 999;
         }

        
   }










 
/*.cookie {
    padding: 10px;
}

.cookieja {
    background-color: green;
    color: white;
    padding: 5px 15px 5px 15px;  
    border-radius: 10px;
}

.cookienee {
    background-color: red;
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

.cookieknop {
    border-radius: 360px;
    height: 5vh;
    position: fixed;
    cursor: pointer;
}

.cookieknop:hover {
    height: 8vh;
    transition: 1s;
    box-shadow: 10px 10px 5px ;
}

.icons {
text-decoration: none;
}
