/**/

a {
	text-decoration: none;
}

#navbar-main{
	background: #0F172A;
    background: linear-gradient(180deg, rgba(15, 23, 42, 1) 0%, rgba(45, 58, 77, 1) 100%);
}

.site-footer {
    background: #0F172A;
    background: linear-gradient(0deg, rgba(15, 23, 42, 1) 0%, rgba(45, 58, 77, 1) 100%);
}

.site-footer a {
    color: white;
}
.site-footer a:hover,
.site-footer a.active{
    color: yellow !important;
}

.first{
	background: #0f172a;
	background: url(/sites/default/files/2026-08/server%20%281%29.webp) 50% 50% no-repeat;
	background-size: cover;
}

.navbar-toggler {
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 50px;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler:focus {box-shadow: none !important;}
.navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}















