.programs-container{display:flex;justify-content:space-around;flex-wrap:wrap;padding:20px}.programs-container .program-card{background:white;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:20px;overflow:hidden;width:400px;transition:transform .3s}.programs-container .program-card:hover{transform:translateY(-10px)}.programs-container .program-card img{width:100%;height:auto}.programs-container .program-card .program-content{padding:20px;text-align:center}.programs-container .program-card .program-content h2{font-size:1.5em;margin-bottom:10px}.programs-container .program-card .program-content p{font-size:1em;margin-bottom:20px}.programs-container .program-card .program-content a{color:#007bff;text-decoration:none;font-weight:700}.programs-container .program-card .program-content a:hover{text-decoration:underline}header{padding:10px 20px;width:100%;box-sizing:border-box;background-color:#f2f2f2;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #ddd;position:relative}.site-title{font-family:font-family-title;font-size:2rem;font-weight:700;color:#222;margin:0}.hamburger span{height:3px;width:25px;background:#f2f2f2;margin-bottom:4px;border-radius:2px}.main-section{position:relative;text-align:center;color:#222}.main-section img{width:100%;height:600px;object-fit:cover}footer{background-color:#343a40;color:#222;padding:1rem;text-align:center}@media (max-width: 768px){.main-section img{height:300px}.program-card{width:100%;margin:10px 0}}@media (min-width: 769px) and (max-width: 1024px){.program-card{width:45%}}body{font-family:Roboto,sans-serif;margin:0;padding:0;background-color:#f2f2f2}header{padding:10px 20px;background-color:#f4f4f4;width:100%;box-sizing:border-box;background-color:#f2f2f2;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #ddd;position:relative}#logo{height:50px}nav ul{list-style:none;display:flex;gap:15px;padding:0;margin:0}nav a{text-decoration:none;color:#333}.header-container{display:flex;align-items:center;width:100%;justify-content:space-between}.logo-title{display:flex;align-items:center}.logo{width:80px;height:auto;margin-right:1rem}.site-title{font-family:Great Vibes,cursive;font-size:2rem;font-weight:700;color:#222;margin:0}nav{display:flex;align-items:center}nav ul{list-style:none;margin:0;padding:0;display:flex}nav ul li{margin:0 1rem}nav ul li a{text-decoration:none;color:#4d96da;font-size:1rem}nav ul li a:hover{text-decoration:underline}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{height:3px;width:25px;background:#4d96da;margin-bottom:4px;border-radius:2px}@media screen and (max-width: 768px){.logo{width:60px}.site-title{font-size:1.5rem}nav{display:none}.hamburger{display:flex}.nav-active{display:flex;flex-direction:column;position:absolute;top:90px;right:0;background:#f2f2f2;width:100%;padding:1rem 0;box-shadow:0 5px 15px #0000001a;z-index:1000}nav ul{flex-direction:column;align-items:center}nav ul li{margin:1rem 0}}
