.pt-80 {
    padding-top: 80px;
}

.nav-item .dropdown-menu {
    margin-top: 0.15rem !important;
}

.nav-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.slider-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .slider-background {
        background-position: 60% center;
    }
}

.circlecharacter {
    width: 80px;  /* Set width */
    height: 80px; /* Set height */
    border-radius: 50%; /* Makes it a circle */
    font-size: 1.5rem; /* Adjust letter size */
    font-weight: bold; /* Optional: Make the letter bold */
    text-align: center; /* Center text horizontally */
    background-color: #44aaee;
}
.minimumheight {
    min-height: 120px;
}

