.media-embed .resource h3 {
  font-size: 14px;
  font-family: "Lora", serif
} 

body {
 font-size: 20px;
}

a {
  text-decoration: none;
 color: grey;
}

 .youth-slide  a {
 pointer-events: none;
}

.youth-slide{
 border-radius: 50px;
 transform: scale(0.9);
}

  a:hover {
   color: #D00000;
   text-decoration: none;
  }

.media-embeds iframe {
    width: 100% !important;
    height: 800px !important;
}

.nav-menu {
    display: flex; /* Ensures items stay in one line */
    flex-wrap: nowrap; /* Prevents wrapping */
    list-style: none; /* Removes default list styles */
    padding: 0;
    margin: 0;
}

.nav-menu .nav-item {
    margin-right: 15px; /* Adjust spacing between items */
}

.nav-menu .nav-item a {
    font-weight: bold; /* Makes the font bold */
    white-space: nowrap; /* Prevents text from wrapping */
    text-decoration: none; /* Optional: removes underline */
}

.browse-all .button {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid grey;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }

@media (max-width: 768px) {
  header nav .navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  header nav .navigation li {
    width: 100%;
  }

  header nav .navigation a {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #dedede;
  }
}











