*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* body{
    background-color: aliceblue;
} */

.navbar{
    background-color: red;
    background-color: yellow;
    color:white;
    width: 100%;
    margin-top: 0vh;
    top : 0px;
    height: 7vh;
    display: flex;
    overflow: scroll;
    /* scrollbar-width: 0px; */
    scroll-behavior: smooth;
    /* margin-bottom: 7vh; */
    /* border-bottom: 2px solid grey; */
    /* box-shadow: 2px grey; */
    justify-content: space-between;
    position: fixed;
    
    /* box-shadow: solid blue; */
    /* border-bottom: 2px solid grey; */
    box-shadow: 0px 0px 10px 0px black;
    /* box-shadow-bottom:  */
    /* justify-items: center; */
    
}
/* Hide scrollbar for Chrome, Safari and Opera */
.navbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .navbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.logo{
    margin-left: 20px;
    /* color: yellow; */
    /* text-decoration: overline black; */
    /* text */
    color: white;
    /* text-decoration: 2px solid black; */
    /* text-decoration-style: solid;
    text-decoration-line: overline;
    text-decoration-thickness: 20px;
    text-decoration-color: black; */
    text-shadow: 0px 0px 4px black;
    font-size: 5vh;
    /* height: 100%; */
    /* color: red */
}
/* .sample{
    display: flex;
    justify-content: space-between;
    height: 50px;
} */


.b2{
    /* height: 50px; */
    height: 90%;
    gap: 20px;
    display: flex;
}

.nav-icons{
    /* margin-bottom: 10px; */
    /* height: 100%; */
    padding: 1px;
    border-bottom: 2px solid white;
}

.lower-part p{
    cursor: pointer;
}
.nav-icons:hover{
    transform: scale(1.1);
    transition: 0.2s;
    cursor: pointer;
}

.index-buttons{
    margin-right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.login-btn{
    background-color: orangered;
    color: white;
    border: 4px solid white;
    border-radius: 20px;
    padding: 4.5px;
    padding-right: 15px;
    padding-left: 15px;
    
    
    /* text-shadow: 0px 0px 4px black; */
}
.login-btn:hover{
    transform: scale(1.1);
    cursor: pointer;
    /* text-shadow: 0px 0px 4px black; */
    transition: 0.2s;
}
.signup-btn:hover{
    
    transform: scale(1.1);
    cursor: pointer;
    transition: 0.3s;
    /* text-shadow: 0px 0px 4px black; */
}
.signup-btn{
    background-color: green;
    color: white;
    /* font; */
    border: 4px solid white;
    border-radius: 20px;
    padding: 4.5px;
    padding-right: 10px;
    padding-left: 10px;   
    /* text-shadow: 0px 0px 4px black; */
}
.mainpic{
    margin-top: 7vh;    
    /* margin-top:100px; */
    width:100%;
    height: 40vh;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    text-shadow: -1px -1px 4px black;
    background-image: url('..//images/black-and-yellow-background-1920-x-1080-laqgdseau5iji1gq.jpg');
    border-bottom: 2px solid black;
    /* background-color: yellow; */
    background-size: cover;
    /* border-image-width: 100%; */
}
.ypic{
    width:100%;
    height: auto;
}
.mleft{
    font-size: 400%;
    color: white;
}
.mright{
    width: 50%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;

}
.otes-figures{
    display: flex;
    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%;
}

.otes-pic-text{
    width:100%;
    /* background-color: red; */
    display: flex;
    justify-content: space-around;
    
    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; */
}
.otes-text{
    /* margin-left: 30px; */
    /* background-color: goldenrod; */
    /* background-color: aliceblue; */
    font-size: 1.3rem;
    height: 50vh;
    /* height: 15rem; */
    margin-right: 30px;
    display: flex;
    align-items: center;
    
    text-align: center;

    width:60rem;
}
.otes-pic{
    text-align: center;
    /* background-color: white; */

}
.otes-pic img{
    /* width:50%; */
    width: 15rem;
    /* 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: 40%;
    margin-bottom: 30px;
    /* height: 50%; */
}

.uivs-logo-pics:hover{
    transform: scale(1.2);
    transition: 0.2s;
    box-shadow: 0px 0px 6px black;
}
.footer{
    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 p {
    display: flex;
    flex-grow: 1;
    /* margin-left: 100px; */
    font-size: 3rem;
    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: 13rem;
}
.drake-meme-2 p{
    flex-grow: 1;
    display: flex;
    flex-grow: 1;
    /* margin-left: 100px; */
    font-size: 3rem;
    text-align: center;
    /* background-color: aliceblue; */
    /* width: 50%; */
    justify-content: center;
    align-items: center;
    border-left: 2px solid black;
}