*{
    margin: 0;
    box-sizing: border-box;
    /* border: solid 1px red */
}
#text{
    font-family: "Dancing Script", cursive;
}
#image{
    background-position: center;
    height: 200px;
}
.image:hover{
    border: solid 1px white
}
/* #footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
} */
.navbar{
    display: flex; 
    justify-content:center; 
    margin: 0;
    padding: 0;
}
.navigatie{
    background: #dbbbb4;
    height:100px;
    position:fixed; 
    top:0;
}
.gallery{
    background-color: aqua;
}
.contact-block{
    min-height:90vh; 
    background-size:cover;
    background-image: url(/images/pexels-enginakyurt-3065171.jpg), linear-gradient(to right, #000000b0,#000000b0) ; 
    background-blend-mode: overlay;
    padding: 0px; 
    margin-top: 50px;
}
.contact{
    font-size: 40px; 
    font-weight:900; 
    color:white
}
.button-bjootify{
    font-weight: 900; 
    background-color:#dbbbb4; 
    padding:10px; 
    text-decoration:none; 
    border-radius: 5px;
    color:black; 
    width: 55%
}
.button-bjootify:hover{
    background-color: #dda497;
}
.image-homepage{
    color: aliceblue; 
    background:url(/images/salon_2.jpg) no-repeat; 
    width:auto; 
    height: 350px; 
    background-position: center;
    background-size:cover; 
    border-radius:20px; 
    padding:73px;
}
.policy{
    font-size: 10px; 
    font-weight:900;
    color:white
}
.grid-1{
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}
.full-screen-banner{
    min-height:100vh; 
    background-size:cover;
    background-blend-mode: overlay;
    padding: 60px; 
    /* position: fixed; */
    /* margin-top: 50px; */
}
.background-1{
    background-image: url(/images/Haarbenodigdheden.webp), linear-gradient(to right,#00000088,#00000088); 
}
.background-2{
    background-image: url(/images/pexels-polina-tankilevitch-3738339.jpg), linear-gradient(to right,#000000d5,#000000a9) ;
}
.background-3{
    background-image: url(/images/Haarbenodigdheden.webp), linear-gradient(to right,#000000b1,#000000d2) ;
}
.featured-image{
    width:auto; 
    height: 300px; 
    border-radius:10px; 
    padding:73px
}
.blur{
    backdrop-filter: blur(30px);    
}
.font-res{
    font-size: 40px;
    font-weight: 900;
}
.font-res-2{
    font-size: 45px;
    font-weight: 500;
}
.about-image{
    color: aliceblue; 
    background:url(/images/kapster.jpg) no-repeat; 
    width:auto; 
    height: 70vh; 
    background-position: center;
    background-size:cover; 
    border-radius:10px; 
    padding: 40px
}
.image-1{
    background:url(/images/Bruinhaarmodel.jpg) no-repeat;
    background-position: center;
    background-size:cover; 
}
.image-2{
    background:url(/images/Haarbenodigdheden.webp) no-repeat;
    background-position: center;
    background-size:cover; 
}
.image-3{
    background:url(/images/pexels-n-voitkevich-8467963.jpg) no-repeat;
    background-position: center;
    background-size:cover; 
}

.text-info{
    margin-top: 50px; 
    color: white;
}
.font-9{ 
    font-weight:black;
}
.font-size-40{
    font-size: 40px;
}
.color-white{
    color: white;
}
.brand-section{
    display: flex; 
    align-items:center;
    margin-top: 30px;
}
.brand{
    color: aliceblue; 
    animation: fade2 1.5s
}
.booking-section{
    color: aliceblue; 
    display:flex; 
    flex-direction:column; 
    gap: 10px;
    padding: 10px;
}
.about{
    display: flex;
    flex-direction: column;
}
.position{
    position: fixed;
}
.img-thumbnail{
    display: inline-block;
    height: 200px;
    width: 200px;
}
.footer{
    background-color: #dbbbb4; 
    /* height: 50px;  */
    bottom:0; 
    display:flex; 
    flex-direction: row; 
    gap: 20px; 
    justify-content:center;
    align-items: center;
    width: auto;
}
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
.margin-top-50{
    margin-top: 50px;
}
.margin-left-90{
    margin-left: 90px;
}
#mobile-none{
    display: block;
    color: black;
}
/* @media only screen and (max-width: 767px){
    .about{
        flex-direction: row;
    }
} */
@keyframes fade{
    0%{
        margin-left: 100px;
    }
    50%{
        margin-left: 25px;
    }
    100%{
        margin-left: 0px;
    }
}
@keyframes fade2{
    0%{
        margin-left: 100px;
    }
    
    100%{
        margin-left: 0px;
    }
}
@media only screen and (min-width: 425px){
    #mobile-none{
        display: none;
    }
}