.mleft{
    font-size: 8vw;
    color: white;
}
.mright{
    width: 50%;
    color: white;
    text-align: center;
    display: flex;
    font-size: 2vw;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;

}

.otes-figures{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4vh;
    /* border-top: 2px solid black;
    border-bottom: 2px solid black; */
    margin-bottom: 4vh;
    /* justify-content: space-around; */
    text-align: center;
    align-items: center;
    justify-content: center;
    /* gap: 10%; */
}
.otes-fig,.assig-fig,.larecord-fig{
    /* border-right: 2px solid black; */
    width: 30%;
}
.fig-nums-1, .fig-nums-2{
    border-right: 2px solid black; 
    padding-right: 20px;
}
.fig-nums-1, .fig-nums-2, .fig-nums-3{
    font-size: 6vh;
}

.otes-pic-text{
    width:100%;
    /* background-color: red; */
    display: flex;
    justify-content: space-around;
    min-height: 50vh;
    row-gap: 20px;
    
    background-color: aliceblue;
    /* gap: 20px; */
    padding: 20px;
    align-items: center;
    /* margin-bottom: 20px; */
    border-top: 2px solid black;
    /* border-bottom: 2px solid black; */
    /* height: 10vh; */
    flex-wrap: wrap-reverse;
}
.otes-text{
    /* margin-left: 30px; */
    /* background-color: goldenrod; */
    /* background-color: aliceblue; */
    font-size: 4vh;
    /* height: 50vh; */
    /* height: 15rem; */
    /* overflow-y: hidden; */
    margin-right: 30px;
    display: flex;
    align-items: center;
    
    text-align: center;

    width:60%;
}

.otes-pic{
    text-align: center;
    /* background-color: white; */
    
}
.otes-pic img{
    /* width:50%; */
    width: 150px;
    /* height: 90%; */
}

.uivs-logo{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    /* row-gap: 30px; */
    width: 100%;
    flex-grow: 1;
}

.uivs-logo-pics{
    width: 35%;
    margin-bottom: 30px;
    /* height: 50%; */
}

.uivs-logo-pics:hover{
    transform: scale(1.2);
    transition: 0.2s;
    box-shadow: 0px 0px 6px black;
}
.bottom-section{
    background-color: yellow;
    color: white;
    background-image: url('..//images/acck-3-gfif.gif');
    /* background-repeat: no-repeat; */
    /* margin-top: 20px; */
    /* border-top: 1px solid black; */
    /* box-shadow: -2px -2px 1px black; */
    display: flex;
    /* color: white; */
    font-size: 18px;
    /* flex-grow: 2; */
    justify-content: space-around;
    align-items: center;
    /* -webkit-text-stroke: 1px white 0.5 px black; */
    /* text-shadow: 0px 0px 4px black; */
    padding: 7px;
}

.college-uivs-listed{
    display: flex;
    color: black;
    color: white;
    flex-direction: column;
}
.copyright{
    text-align: center;
    background-color: black;
    color: white;
    margin-bottom: 10px;
    padding: 10px;
}

.drake-meme{
    display: flex;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    /* margin-bottom: 20px; */
}

.drake-meme img{
    height: 20vw;
}


.drake-meme p {
    display: flex;
    flex-grow: 1;
    /* margin-left: 100px; */
    font-size: 5vw;
    text-align: center;
    /* background-color: aliceblue; */
    /* width: 50%; */
    justify-content: center;
    align-items: center;
    border-left: 2px solid black;
}
.drake-meme-2{
    /* display: flex; */
    /* border-top: 2px solid black; */
    border-bottom: 2px solid black;
    display: flex;
}
.drake-meme-2 img{
    text-align: right;
    border-left: 2px solid black;
    /* flex-grow: 1; */
    height: 20vw;
}
.drake-meme-2 p{
    flex-grow: 1;
    display: flex;
    flex-grow: 1;
    /* margin-left: 100px; */
    font-size: 5vw;
    text-align: center;
    /* background-color: aliceblue; */
    /* width: 50%; */
    justify-content: center;
    align-items: center;
    border-left: 2px solid black;
}

.uivs-logo{

    overflow-x: hidden;
}


.uivs-logo-pics{
    animation-name: move;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;

}

@keyframes move{
    0%{

    }
    100%{
        transform: translateX(-400vh);
    }
}

/* li{
    marker: none;
} */

a{
    text-decoration:none;
}
li{
    margin-top: 10px;
    font-size: 4vh;
}
li::marker{
    /* content: url('..//images/arrow-gif-2.gif'); */
    content:none;
}
.li-img{
    width: 4vh;
    height: 10px;
    margin-right: 4px;
}    

.footer-right{
    margin-top: 60px;
}
@media screen and (max-width: 400px){
    .otes-text{
        font-size: 2vh;
    }
    .fig-nums-1, .fig-nums-2, .fig-nums-3{
        font-size: 4vh;
    }
    li{
        font-size: 2vh;
    }
    .mright{
        font-size: 3vh;
    }
    .mleft{
        margin-left: 10px;
    }
}


/* div{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
} */

@keyframes appear{
    from {
        /* opacity: 0.5; */
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}