@charset "UTF-8";
/* CSS Document */
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
.showcase{
  padding: .5rem;
}
/* Apply Finlay font to h1 and h2 */
h2 {
    font-family: 'Finlay', sans-serif;
    /* Additional styles for h1 and h2 */
}
/* Import Finlay font */

/* Apply Finlay font to h2 in lowercase */
h2 {
    font-family: 'Finlay', sans-serif;
    text-transform: lowercase; /* Converts text to lowercase */
    /* Additional styles for h2 */
}
/* custom.css */

/* Styles for the navbar */
.navbar {
    background-color: #D2B48C; /* Light Brown Color */
    /* Other existing styles for the navbar */
}
img.graduation-cap {
    width: 50px; /* Adjust size */
    height: 50px;
    filter: brightness(80%) sepia(100%) hue-rotate(320deg); /* Adjust color */
}


