#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 {
    border-radius: 10px 10px 10px 10px;
    background-color: var(--shaded-color);
}

.dropdown-item {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.dropdown-header {
    border-radius: 10px 0 10px 0;
    background-color: var(--shaded30-color) !important;
    font-size: medium;
    font-weight: 700 !important;
    margin-top: 10px;
    margin-bottom: 1px;
}

.col-lg-30-percent {
    flex: 0 0 auto;
    width: 30%;
    margin-left: 2.5%;
}

.big-menu-container.dropdown-menu  {
    background-color: transparent;
    width: 100vw !important;
    position: absolute !important;
    padding-bottom: 10px;
    align-content: baseline !important;
}