header h1.logo img {
    
    margin-bottom: 45px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  margin-bottom: 30px;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.breadcrumbs{
display: none !important;
}
/*2024 CSS*/
:root{
    --color_green:#2f9941;
    --color_purple: #491530;
    --color_dark_blue: #14315a;
    --color_skyblue: #0087cd;
    --color_blue:#0076c4; 
}
.title{
    text-transform: uppercase! important;
    font-weight: 600!important;
    padding-bottom: 0.12em;
    color: #3b3b3b!important;
    text-shadow: 3px 3px 1px #00000044;
    background: #FFC907;
    padding: 0 1em;
    box-shadow: 10px 9px #0089cf;
	   width: fit-content!important; 
}

#dnn_LOGO1_imgLogo {
    width: 180px !important;
    margin-top: -0.5em;
    margin-right: -0.5em;
}

@media (max-width: 768px) {

#dnn_LOGO1_imgLogo {
        width: 80px !important;
        transform: translateY(5px);
    }

}

/* 2024*/
.header-2 {
    top: 0px !important;
}
img#dnn_LOGO1_imgLogo {
    display: none !important;
}
.searchSocial1{
    display: none !important;
}

/*2025*/

text-intro{
color: black;
font-size: 15px;
& span{
font-size: 24px;
}
}
.content__header{
width: fit-content;
font-weight: 700;
font-size: 24px;
position: relative;
transition: all ease .3s;
}
.content__text{
font-size: 16px;
}
.content__header--underline{
position: relative;
transition: all ease .3s;
}
.content__header--underline::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 20%;
    background-color: #ee3e42;
    top: 120%;
    left: 0%;
    transition: all ease .3s;
}
.content__header--underline:hover::after{
    width: 90%;
}
.footer__nav-links{
list-style-type: none;
font-size: 14px;
& li{
border-bottom: white thin solid;
padding: 1.3em ;
color: white;
}
}

.header-sp {
    color: #14315A;
    font-size: 26px !important;
    font-weight: 500;
    margin: 2em 0 0 0;
    padding: .1em .96em;
    text-shadow: 1px 3px 4px #00000085;
}
.text--shadow{

   text-shadow: 1px 1px 1px white, 3px 3px 9px #000000;

}



















