.navbar-nav .nav-item .nav-link {
    font-family: "Acumin";
    display: inline-block; 
    font-size: 20px; 
    line-height: 1.2em;
    padding-top: 16px; 
    color: #f3b229 !important; 
    background: url("../images/menuMarker.png") center -30px no-repeat; 
    transition: background-position 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover{
    background-position: center 0;
}
.navbar-nav .nav-item .nav-link.active {
    background-position: center 0;
}
body {
    background-color: #f3b229;
    color: #000;
}
@font-face {
    font-family: "Acumin";
    src: url("../fonts/066ce24dae3730ed6c648b09efaea93a.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
h1 {
    font-family: "Acumin", sans-serif;
    color: #103f79;
}
.navbar {
    background-color: #103f79;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-nav .nav-link.active {
    font-weight: bold;
}
.header-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}
.main-container {
    font-family: "Acumin", sans-serif;
    background-color: #f3b229;
    color: #103f79;
    padding: 20px;
    text-align: left;
}
.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
.video-container iframe {
    width: 100%;
    max-width: 300px;
    height: 500px;
    border: none;
}
.ciendiaslogo{
	width: 150px;
}
footer {
    background-color: #103f79;
    color: #f3b229;
    padding: 20px 0;
}
.social-icons a {
    color: #f3b229;
    font-size: 24px;
    margin: 0 10px; 
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #000;
}
.grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.grayscale:hover {
    filter: grayscale(0%);
}