.home-container{width:100%;min-height:100vh;background-color:#031b68;display:flex;flex-direction:column;align-items:center;padding:0 50px 50px}.home-container .connector2-line{width:1px;height:100px;background-color:#fff;justify-content:center}@media screen and (max-width:37.5em){.home-container{padding:5px}}.home-container .fade-in{opacity:0;transition:opacity .6s ease-in-out}.home-container .fade-in.visible{opacity:1}.home-container .vp_section{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;border-top:1px solid #fff}@media screen and (max-width:37.5em){.home-container .vp_section{padding:0;flex-direction:row;border-left:1px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff}}.home-container .lines_container{height:100px;width:100%;display:flex;justify-content:space-evenly}.home-container .lines_container .lines{height:100px;width:1px;background-color:#fff}@media screen and (max-width:37.5em){.home-container .lines_container .lines{background-color:#fff;height:1px;width:100%}.home-container .lines_container{height:200px;width:50px;display:flex;flex-direction:column;justify-content:space-between}}.home-container .vice-president-container{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative}@media screen and (max-width:37.5em){.home-container .vice-president-container{flex-direction:column;padding-top:0}}.home-container .vice-president-container .vp-connector{position:absolute;width:100%;height:2px;background-color:#000;top:50%}@media screen and (max-width:37.5em){.home-container .vice-president-container .vp-connector{display:none}}.home-container .vice-president-card{border:1px solid #fff;border-radius:12px;padding:1rem;width:49%;display:flex;align-items:center;position:relative;height:max-content}@media screen and (max-width:37.5em){.home-container .vice-president-card{width:100%;margin-top:15px}}.home-container .line-down{display:none}@media screen and (max-width:37.5em){.home-container .line-down{display:none}}.home-container .connecting-line{width:2px;height:100px;background-color:#fff;margin-bottom:0}@media screen and (max-width:37.5em){.home-container .connecting-line{max-width:100%;width:2px;height:120px;background-color:#fff;margin-bottom:0}}.president-card{background-color:#052386;border:1px solid #fff;border-radius:12px;padding:1rem;max-width:90%;display:flex;align-items:center;box-shadow:0 0 15px rgba(0,0,0,.3);transition:all .3s ease-in-out;position:relative}@media screen and (max-width:37.5em){.president-card{max-width:100%;padding:10px}}.president-card:hover{box-shadow:0 0 20px hsla(0,0%,100%,.7)}.president-card .p_name{font-family:poppins,sans-serif}.president-card .p_title{display:flex;color:#fff;align-items:center}@media screen and (max-width:37.5em){.president-card .p_title{flex-direction:column;justify-content:center;align-items:center}}.president-card .p_title .sm_divider{width:1px;background-color:#fff;height:100%;margin-left:10px;margin-right:10px}@media screen and (max-width:37.5em){.president-card .p_title .sm_divider{width:0}}.president-card .p_title .title{margin-left:10px;color:#ff0;font-family:poppins,sans-serif;font-size:large}.president-card .president-photo{position:absolute;top:50%;left:-100px;transform:translateY(-50%);width:200px;height:200px;background-color:#444;border-radius:50%;overflow:hidden;border:4px solid #fff;margin-right:20px;flex-shrink:0;transition:all .3s ease-in-out}.president-card .president-photo .photo{width:100%;height:100%;object-fit:cover;filter:grayscale(0);transition:filter .3s ease-in-out}.president-card .president-photo:hover .photo{filter:grayscale(100%)}.president-card .president-info{flex:1 1;margin-left:100px}.president-card .president-sections{display:flex;justify-content:space-between;width:100%}@media screen and (max-width:37.5em){.president-card .president-sections{flex-direction:column}}.president-card .president-sections .social-section{display:flex;justify-content:center;align-items:center;gap:20px;margin:20px 0}.president-card .president-sections .social-section .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#052386;border:2px solid #fff;transition:background-color .3s ease,transform .3s ease}.president-card .president-sections .social-section .social-icon:hover{background-color:#031b68;border:2px solid #ffcc29;transform:scale(1.1)}.president-card .president-sections .social-section .social-icon a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.president-card .president-sections .social-section .social-icon a svg{transition:color .3s ease}.president-card .president-sections .social-section .social-icon a:hover svg{color:#ffcc29}.president-card .president-sections .academic-profile,.president-card .president-sections .motivation-letter{flex:2 1;padding:10px;color:#ccc}.president-card .president-sections .academic-profile h2,.president-card .president-sections .motivation-letter h2{color:#fff;margin-bottom:10px;font-family:poppins,sans-serif;font-size:1.5rem}.president-card .president-sections .academic-profile p,.president-card .president-sections .motivation-letter p{font-size:.825rem;line-height:1.5;font-family:roboto,serif}.vertical-line{width:2px;height:40px;background-color:#fff;margin-top:20px}.vp-h-line{height:50px;width:50%;border-left:1px solid #fff;border-right:1px solid #fff;border-top:1px solid #fff}@media screen and (max-width:37.5em){.vp-h-line{height:250px;width:50%}}.seemore{color:#c7c5c5;display:flex;justify-content:end}.seemore:hover{color:#f1c40f}.title{color:#ff0}.colleges_container{width:100%;height:max-content}.colleges_container .college_vr_line{height:40px;border-right:1px solid #fff;width:1px;padding-right:30%}.colleges_container .college_underline{width:98%;margin-left:5px;height:1px;background-color:#fff}@media(max-width:768px){.navbar h1{font-size:1.2rem}.navbar h5{font-size:.9rem}.president-card{flex-direction:column;align-items:flex-start}.president-card .president-photo{position:static;width:100px;height:100px;margin-bottom:1rem}}@media screen and (max-width:768px)and (max-width:37.5em){.president-card .president-photo{flex-direction:column;background-color:red;margin-bottom:0}}@media(max-width:768px){.president-card .president-info{margin-left:0}}