@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Slab:wght@100..900&display=swap');
.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: "Roboto Slab", serif;
    cursor: url('../img/cursor.png') 16 16, auto !important;
}

a, button, input, textarea, select {
    cursor: url('../img/cursor-pointer.png') 16 16, pointer !important; /* Ensure form elements, links, and buttons also have the custom cursor */
}

.title-gradient{
    background: var(--bs-primary);
    background: linear-gradient(to right, var(--bs-primary) 39%, var(--bs-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient{
    /* Generated via https://mycolor.space/gradient */
    background-image: linear-gradient(to right top, var(--bs-primary) 39%, var(--bs-secondary) 100%) !important;
}

.fs-large{
    font-size: 3em;
}

.fs-larger{
    font-size: 4em;
}

h2 {
    font-size: 1.5rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 1.8rem !important;
}

h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 1.8rem !important;
}

h4 {
    font-size: 1.25rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 1.8rem !important;
}

h5 {
    font-size: 1.2rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 1.8rem !important;
}

.vh-75{
    height: 75vh;
}

.btn-outline-secondary:hover{
    color: white !important;
}

.navbar {
    transition: border-color 0.3s ease; /* Transition border color */
    border-color: transparent; /* Set initial border color to transparent */
}

/* Custom CSS for hover behavior */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Hide the dropdown menu by default */
.dropdown-menu {
    display: none;
}

.navbar-logo{
    height: 30px;
}

.circle {
    width: 100px; /* Adjust this value as needed */
    height: 100px; /* Adjust this value as needed */
    border-radius: 50%;
    overflow: hidden;
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the circle */
}

.prefooter li {
    list-style: none !important;
    padding-left: none !important;
    margin-left: none !important;
}

.prefooter ul {
    padding-left: 0rem !important;
}

