.navbar-ul-right {
    justify-content: flex-end;
}

.navbar-ul-center {
    justify-content: center;
}

.custom {
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    column-gap: 20px;

}

.update-mes-pad {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: larger;
}

.update-mes {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    /* margin-top: 1rem;
    margin-bottom: 1rem;*/
    padding-top: 2rem;    
    text-align: center;
}

.navbar-nav>li {
    text-align: center;
    font-weight: bold;
}

.headfont1 {
    padding-top: 1.25rem;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}

p {
    text-align: justify;
}

.footer-background {
    background-image: linear-gradient(15deg, #FF9933, #ffffff, #138808);
    margin-top: auto;
}

.footer-content {
    padding:2% 0 0 0;
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    /* grid-template-columns: repeat(2,minmax(0,1fr));    
    grid-column-gap: 20px;
    grid-row-gap: 20px; */
    /* grid-template-areas: "l1 l2 cont1" "coprgt coprgt coprgt"; */
}

.site-body {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.article-style {
    display: flex;
    flex-direction: column;
    border: solid;
    padding: 15px;
    border-top-width: 2px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 10px;
}

.figure-cust-centered {
    width: 80%;
    align-self: center;
}

.logo-star-alice {    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.logo-star-alice a {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    height: inherit;
    align-items: center;
}

.logo-star-alice>a>img {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1%;
}

.contact-details {    
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    font-weight: bold;
}

.content-links {    
    display: flex;
    text-decoration: none;
    justify-content: center;
}

.content-links ul {
    text-decoration: none;
    list-style-type: none;
}

.content-links>ul>li a {
    color: #3c0c69;
    font-weight: bold;
}

.credits{    
    justify-content: space-between;
    text-align: right;
    display:flex;
    padding-bottom: 1%;
    /*font-weight: bold;
    font-style: oblique;*/
    border-top: 1px solid #000000;
    font-family: cursive;
}

.navbar-cust-background {
    background-image: linear-gradient(to right, #DC143C, #FF2400);
}

.navbar-cust-background-inst {
    background-image: linear-gradient(to right, #dc5d14, #dc5d14);
    padding: 5px 5px 5px 5px;
}

/* .dropdown:hover .dropdown-menu {
    display: block ! important;
 } */

@media (max-width:500px) {
    .footer-content {
        padding: 2% 1% 1% 1%;
        margin-top: 5%;
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(auto, auto) minmax(auto, auto);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-areas: "l1 l2" "cont1 cont1" "coprgt coprgt";
    }
}

.ind-scaled {
    width: 80%;
}

@media (max-width:985px) {
    .footer-content {
        padding: 2% 1% 1% 1%;
        margin-top: 5%;
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(auto, auto) minmax(auto, auto);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-areas: "l1 l2" "cont1 cont1" "coprgt coprgt";
    }
}

.dropdown.institute {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: sandybrown;
    padding: 8px;
    font-weight: bold;
    color: black;
    box-shadow: 5px 5px 5px gray;
    align-self: center;
}

.dropdown.institute>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dropdown-menu.institute>a:hover, .dropdown-menu.institute>a:focus {
    background-color: sienna;
    color: white;
}

.dropdown-menu.institute {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: sandybrown;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    width: 100%;
    box-shadow: 5px 5px 5px grey;
    overflow: auto;
    height: 500px;
}

.dropdown-item.institute {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.institute.active, .dropdown-item.institute:active {
    color: #fff;
    text-decoration: none;
    background-color: sienna;
}

.dropdown-menu.institute.show {
    display: block;
}

.inst-list-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.inst-head-style {
    text-align: center;
    color: blueviolet;
    margin: 25px;
    font-style: italic;
}

.collab-table{
    max-width: max-content;
}

.select-custom {
    width: 70%;
}

.pagination-align{
    justify-content: center;
}
.page-link.active{
    background-color: #ddd;
}

@media (max-width:1200px) {
    .custom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        align-items: center;
        align-self: flex-end;
    }
    .site-body {
        padding-top: 70px;
    }
}