@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
    font-family: 'Lato', sans-serif;
    padding:0;
    margin: 0;
}
html, body {

    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
a {
    color: black;
}
a:link {
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    color: rgb(231,113,45);
}
/* #current {
    outline: 2px solid white;
    outline-offset: -.5rem;
} */
#main {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}
#main img {
    margin: 0;
    padding: 0;
    width: 75px;
    height: 75px;
}
#main a:link {
    text-decoration: none;
}
#main a:visited {
    text-decoration: none;
}
#main a:hover  {
    text-decoration: none;
}
#main a:active {
    text-decoration: none;
}
#main div {
    margin: 25px;
}
.rit {
    color: rgb(231,113,45);
}


.r-link{
    display: var(--rLinkDisplay, inline-flex) !important;
}
  
  .r-link[href]{
    color: var(--rLinkColor) !important;
    text-decoration: var(--rLinkTextDecoration, none) !important;
  }
  
  .r-list{
    padding-left: var(--rListPaddingLeft, 0) !important;
    margin-top: var(--rListMarginTop, 0) !important;
    margin-bottom: var(--rListMarginBottom, 0) !important;
    list-style: var(--rListListStyle, none) !important;
  }
  
  
  .menu{
    --rLinkColor: var(--menuLinkColor, currentColor);
  }
  
  .menu__link{
    display: var(--menuLinkDisplay, block);
  }
  

  
  
  .menu:hover .menu__link:not(:hover){
    --rLinkColor: var(--menuLinkColorUnactive, rgba(22, 22, 22, .35));
  }
  
  
  .menu{
    background-color: var(--menuBackgroundColor, #f0f0f0);
    box-shadow: var(--menuBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
  }
  
  .menu__list{
    display: flex;  
    justify-content: center;
  }
  
  .menu__link{
    display: flex;
    justify-content: center;
    padding: var(--menuLinkPadding, 1.5rem 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .text-underlined{
    position: relative;
    overflow: hidden;
  
    will-change: color;
    transition: color .25s ease-out;  
  }
 
  
  .text-underlined::before, 
  .text-underlined::after{
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--textUnderlinedLineColor, currentColor);
  
    will-change: width;
    transition: width .1s ease-out;
  
    position: absolute;
    bottom: 0;
  }
  
  .text-underlined::before{
    left: 50%;
    transform: translateX(-50%); 
  }
  
  .text-underlined::after{
    right: 50%;
    transform: translateX(50%); 
  }
  
  .text-underlined:hover::before, 
  .text-underlined:hover::after{
    width: 100%;
    transition-duration: .2s;
  }
  
  
  .page__custom-settings{
    --menuBackgroundColor: #000000;
    --menuLinkColor: #fff;
    --menuLinkColorUnactive: #fff;
    --menuLinkOutlineOffset: -.5rem; 
  }
  
  
  .page{
    box-sizing: border-box;
    width: 100%;
    min-width: 820px;
    margin: auto;
  }
  
  .page__menu:nth-child(n+2){
    margin-top: 3rem;
  }
  

.indexbio{
    color: black;
}
.indexbio:hover {
    color: rgb(231,113,45);
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    grid-auto-rows: minmax(100px, auto);
    margin-top: 25px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 18px;

}
/* .one {
    grid-column-start: 1;
    grid-column-end: 2;
} */
.two {
    grid-column-start: 1;
    grid-column-end: 5;

}

.two p {
    margin-top: 15px;
}
.three {
    grid-column-start: 5;
    grid-column-end: 7;

}
.three a {
    float: right;
}
.three li {
    margin: 5px;
}
.events{
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
    float: left;
    color: white;
}
.events .date {
    position:relative;
    top: 3px;
    font-weight: bolder;
    font-size: larger;
}
.events .month {
    font-weight: bold;
}
.desc{
    position: relative;
    top: 7px;
}

.event-item {
    clear: both;
    margin-top: 10px;
}


input[id*="answer"]{
    display: none;
}

input[id*="answer"] + label {
    display: block;
    padding: 30px;
    border-bottom: 0;
    color: white;
    font-weight: 900;
    background: black;
    cursor: pointer;
    position: relative;
    font-size: larger;
}

input[id*="answer"] + label:hover {
    color: rgb(231,113,45);
}

input[id*="answer"] + label + div {
    max-height: 0;
    transition: all .35s;
    overflow: hidden;
    margin: 10px;
}

input[id*="answer"] + label + div p {
    display: inline-block;
    padding: 10px;
}

input[id*="answer"]:checked + label + div {
    max-height: 250px;
}
.acc-item{
    margin: 10px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Partner Institutions */
.institutions {
    margin: 0;
    padding: 100px;
    background-image: url("https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-040.jpg");
}
.institution {
    position: relative;
    margin-bottom: 50px;
    padding: 25px;
    background-color: whitesmoke;
    border-radius: 25px;
    min-width: 200px;
    min-height: 200px;
}
.institution h2{
    margin-bottom: 10px;
}
.institution img {
    max-width: 150px;
    height: auto;
    margin-right: 25px;
    float: left;
}
.institution a {
    float: right;
    font-weight: bold;
    color: rgb(231,113,45);
}
.contentwrapper{
    min-height: 100%;

    margin-bottom: -50px;
}

footer {
    height: auto;
    margin-top: 100px;
    background-color: rgb(216, 216, 216);;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.ritinfo {
    color: black;
    float: left;
}
.ritname {
    color: rgb(231,113,45);
}
.profinfo {
    color: black;
}

.prof h1{
    margin: 5px;
}
.prof p {
    margin: 15px;
    font-size: larger;
}
.prof img {
    float: left;
    display: flex;
    margin-right: 25px;
    margin-bottom: 25px;

}
.prof h3{
    margin: 5px;
}
.prof hr {
    clear: both;
}
.bio {
    margin: 50px;
}
.bio p{
    margin: 5px;
    font-size: 18px;
}
.bios details{
    font-size: 18px;
}
.bio img {
    border-radius: 5px;
    width: 200px;
    height: auto;
}
.biolink {
    color: rgb(231,113,45);
}
.biolink:hover {
    text-decoration: underline;
}
.pweb{
    text-decoration: underline !important;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}
.grid-container img {
    max-width: 160px;
    height: auto;
}
.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    margin: 10px;
    padding: 10px;

}
.features {
    float: right;
    max-width: 300px;
}
.ex {
    margin: 50px;
}
.ex p {
    margin-top: 10px;
}

.ex h4 {
    margin-top: 10px;
    text-decoration: underline;
}

/* animating slider */
.slider {
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    z-index: -99;
}
/* moveing slides */
/* width = total number of slides x individual slide width */
.slide-track {
    display: flex;
    width: calc(300px * 12);
    animation: scroll 40s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    /* individual width x half of total slides */
    100% {
        transform: translateX(calc(-300px * 6));        
    }
}

.slide {
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;    
    margin: 5px;
}
.slider img {
    width: 100%;
}
.news{
    margin: 25px;
    background-color: rgb(216, 216, 216);
    padding: 10px;
    border-radius: 25px;
}



#pass {
    margin-top: 25px;
    width: 100%;
    height: 40px;
    font-size: 30px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(118,118,118);
    
}
#submit{
    background: #b3b3b3;
    padding: 10px 15px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 25px;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
    width: 30%;
    text-align: center;
}
#submit:hover {
    background: rgb(231,113,45);
    color: #fff;
}
.logincontainer{
    width: 85px;
}

#button {
    background: #b3b3b3;
    padding: 10px 15px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
}

#button:hover {
    background: rgb(231,113,45);
    color: #fff;
}

.popup{
    background: rgba(0, 0, 0, 0.1);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup-content{
    height: 200px;
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 6px 6px 29px -4px rgba(0,0,0,0.75);
    cursor: pointer;
}

/* .button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #707070;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: rgb(231,113,45);
} */

.event {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 15px;
    border-radius: 25px;
}

.event-container {
    max-width: 900px;
    margin: 0 auto;
}

.event-container h3.year {
    font-size: 18px;
    text-align: center;
}

.event-container .event {
    box-shadow:  0 4px 16px -8px rgba(0, 0, 0, 0.4);
    display: flex;
    border-radius: 8px;
    padding: 0;
}

/* .event .event-left {
    background: #222;
    min-width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
    padding: 4px 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
} */
.event .event-left .date {
    font-size: 16px;
}
.event .event-left .month {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}

.event .event-right {
    display: flex;
    flex-direction: column;
    padding: 10px 24px;
}

.event .event-right h3.event-title {
    font-size: 24px;
    color: rgb(231,113,45);
    text-transform: uppercase;
}
.event .event-right .event-timing {
    background: #fff8ba;
    display: flex;
    align-items: center;
    width: 100px;
    padding: 8px;
    border-radius: 16px;
    margin: 12px 0;
    font-size: 14px;
}

.event .event-right .event-timing img {
    height: 20px;
    padding-right: 8px;
}

#recentnews .event{
    flex-direction: column;
}
#recentnews .event-left{
    padding: 5px;
    border-radius: 8px 8px 0 0;
}
#recentnews .event .event-left .event-date .date,
.event .event-left .event-date .month {
    display: inline-block;
    font-size: 24px;

}
.researchsmrgrit hr{
    height: 2px;
    background-color: rgb(231,113,45);
    border: none;
}
.rgrid{
    display: flex;
    max-width: 99%;
}
.rgrid p {
    font-size: 20px;
}
.ritem{
    float: left;
}
.ritem2{
    float: right;
}
.ritem2 img {
    width: 300px;
    height: auto;
    margin: auto;
}
.sponsorimg{
    display: flex;
}
.sponsorimg img{
    width: auto;
    height: auto;
}


@media screen and (max-width: 550px) {

    .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event .event-left .event-date .date,
    .event .event-left .event-date .month {
        display: inline-block;
        font-size: 24px;

    }

    .event .event-left .event-date {
        padding: 10px 0;
    }
}


/* @media only screen and (min-width: 2560px) {
    body {
        background-color: #b3b3b3;
      margin-left: auto;
      margin-right: auto;
    }
} */

