/* Navbar styles */
.site-title {
    font-family: Luminari;
    font-weight: 900;
    font-size: 38px;
    text-transform: none;
    line-height: 150%;
    letter-spacing: 1px;
    text-decoration: none;
}

.site-title:hover {
    text-decoration: underline;
}

.socials-list {
    list-style: none;
    flex: content;
    margin-top: 0px;
    margin-bottom: 0px;
}

.socials-list li {
    display: inline;
    flex: content;
}

.socials-icon a {
    display: inline;
    padding-left: 3px;
    padding-right: 15px;
    border: 1px transparent;
    margin-right: 0px;
}

.socials-icon a img {
    height: 30px;
    width: 30px;
}

.active {
    color: #1b7fd7 !important;
}

#nav li a:hover {
    color: #1b7fd7 !important;
}

/* Homepage carousel styles */
.slide-item {
    transition: transform 0.5s ease;
}

#myCarousel div img {
    height: calc(100vh - 83px);
    object-fit: cover;
}

#myCarousel div video {
    height: calc(100vh - 83px);
    object-fit: cover;
}

.slide-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
}

.slide-title a {
    text-decoration: none;
    color: rgb(50, 184, 32);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4vmax;
}

.slide-title h1 {
    color: rgb(40, 255, 12);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4vmax;
}

.slide-title h5 {
    color: rgb(40, 255, 12);
    font-size: 1.5vmax;
}

.slide-title h6 {
    font-size: 1.1vmax;
}

.slide-title a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .socials-list {
        list-style: none;
        flex: content;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-left: 0px;
    }
}