/* This is empty CSS file intended to be overwritten by user's custom CSS file */


.home img {
    height: auto;
    width: 350px;
    background-color: rgba(0, 0, 0 , 0.6);
    
}

/* .background {
    filter: none;
} */

.initial-navbar {
    background-color: #f9fafc;
    color: #1c2d41;
}
.initial-navbar li a {
    color: #1c2d41;
    font-weight: 500;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #F9FAFC;
}

.initial-navbar li a:hover {
    color: #2098d1;
    border-bottom: 2px solid #2098d1;
    background: rgb(2, 0, 36);
    background: linear-gradient( 90deg, rgba(2, 0, 36, 1) 0%, rgba(34, 136, 168, 0.1) 0% );
}

.home .typing-carousel {
    font-size: 20pt;
    font-weight: bold;

    /*color: rgba(150, 194, 113 , 1);*/
}

.final-navbar .navbar-brand img {
    margin-left: 1px
}

.initial-navbar .navbar-brand img {
    margin-left: 1px
}

.final-navbar .navbar-brand {
    color: #2789c9;
    font-weight: bold;
}

.initial-navbar .navbar-brand {
    color: #2789c9;
    font-weight: bold;
}

.footer {
    color: #2789c9;
}

.footer a {
    color: #2789c9;
}

footer.footer h5 {
    color: #faa61a !important;
}

footer.footer .text-center {
    color: #0073bd !important;
}

.disclaimer_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem;
}

#disclaimer_img {
    flex: 0 0 auto;
    width: 25%;
}

#disclaimer_img img {
    width: 100%;
    height: auto;
    display: block;
}

#disclaimer_text {
    flex: 1 1 auto;
    width: 75%;
}

@media (max-width: 480px) {
    .disclaimer_box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #disclaimer_img,
    #disclaimer_text {
        width: 100%;
    }
}

.button_selected {
    background-color: rgb(109, 141, 82) !important;
    font-weight: bolder;
    border: 0px
}

.button_selected:click{
    background-color: rgb(109, 141, 82) !important;
    font-weight: bolder;
    border: 0px
}
#downloads button:focus {
    background-color:rgb(109, 141, 82) !important;
    outline:0px !important;
    border:0px !important;
    box-shadow: unset;
}

.consortium-entry {
    background-size: contain !important;
}
.gallery .consortium-entry {
    background-color: transparent;
}

.gallery .consortium-details {
    background-color: #e5e9f2;
}


.gallery .col-lg-6 {
    max-width : 80%;
    max-height : 80%;
    height : 80%;

}

.education-section tbody tr:nth-child(2n+1) {
    background-color: transparent;
}

.education-section table {
    background-color: transparent;
}
/* ============= Device specific fixes ======= */

/* Large screens such as TV */
@media only screen and (min-width: 1824px) {
}

/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

/* IPad Pro */
@media (max-width: 1024px) {
}

/*  Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
}

/* Medium devices (tablets, 768px and up) */

@media only screen and (max-width: 768px) {
}

/* Small devices (landscape phones, 576px and up) */

@media only screen and (max-width: 576px) {
}

/* iPhoneX, iPhone 6,7,8 */
@media only screen and (max-width: 375px) {
}

/* Galaxy S5, Moto G4 */
@media only screen and (max-width: 360px) {
}

/* iPhone 5 or before */
@media only screen and (max-width: 320px) {
}