#header-bg-img {
    display: none;
}

.gradient-header-layout {
    left: 0;
}

.rounded {
    border-radius: 40px !important;
}

.box {
    background-color: var(--secondary-color);
    border-radius: 0 15px 0 15px !important;
    color: #ffffff;
}

.size-img-news {
    border-radius: 20px 0 20px 0;
    width: 90%;
    height: fit-content;
}

#footer {
    border-radius: 0 40px 0 0;
    background: var(--secondary-color);
    box-shadow: 0 -6px 12px #00000045;
}

.img-athletic-department-contact {
    border-radius: 20px 0 20px 0;
}

#announcement-content {
    text-decoration: underline !important;
}

#announcement-content:hover {
    background: none !important;
    color: var(--secondary-color) !important;
}

.photos-social-icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px 0 15px 0;
}

.photos-social-icon > .bi {
    font-size: 22px;
}

.photos-social-icon > .bi::before {
    vertical-align: middle;
}

.photos-social-icon > img {
    vertical-align: middle;
    width: 100%;
}

.dropdown-item:hover, a.text-light:hover, li.nav-item:hover > a {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-radius: 10px 0 10px 0;
}

.nav-link, .dropdown-item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}