#section-hero {
    background-image: url('img/Cool-morning-fog-wallpaper-3840x2160.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}


.shadow-effects{

    font-size:80px;
    font-weight:bold;
    color: transparent;
    letter-spacing: .1em;
    text-shadow: -9px -8px 2px rgba(2, 66, 170, 0.43),1px -1px 0 #070707, 2px 1px 3px #737272,3px 3px 1px #37408C;
    background-color: transparent;

}  


#body-page-color {
   /*background-color: rgb(249, 249, 249);*/
    background-color: rgb(220, 220, 220);
}


.header-shadow {
    box-shadow: 10px 7px  rgba(158, 139, 74, 0.8);   
    
}


.card-shadow {
    box-shadow: 2px 2px rgba(0, 0, 0, 0.5); 
    
}


#text_shadow {
              text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),
                   -2px -2px 2px rgba(226, 226, 226, 0.3);
}


.header-bg{
    background-color: rgb(28, 27, 27);
    background-image: url('img/kilometerteller2.jpg');
    background-size: cover;
    background-blend-mode: overlay;
}


.footer-bg{
    background-color: rgb(28, 27, 27);
    background-image: url('img/Schermafbeelding\ 2023-07-15\ 000946.jpg');
    background-size: cover;
    background-blend-mode: overlay; 
}



.footer-header {
    color: rgba(158, 139, 74, 0.8);
}

footer a:link {
    text-decoration: none;
    color: rgb(183, 178, 178);
}

footer a:visited {
    text-decoration: none;
    color: rgb(183, 178, 178);
}

footer a:active {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: white;
}

.footer-address {
    color: rgb(233, 233, 233);
}


