/*  2025 */
#footer{
    margin-top: 0!important;
}
header .header-body {
   padding: 2em !important; 
}

#dnn_LOGO1_imgLogo{
    width: 120px !important;
}

.Banner__hero{
    height: 500px;
    background: linear-gradient(#14315a,transparent),var(--img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 80%;
    place-items: center;
    place-content: center;
    & p {
    color: white;
    font-size: 3em;
    width: 60%;
    line-height: 1.2;
    text-shadow: 0px 1px 2px black;
    }
}
/**TEXT**/
.content__header {
    width: fit-content;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    transition: all ease .3s;
}

.text__content{
   font-size: 18px; 
   color: var(--textcolor) !important;
}
.text--shadow {
    text-shadow: 1px 1px 1px white, 3px 3px 9px #000000;
}

/* TOOLS*/
.spacer{
    padding: 1.8em;
}











