*{margin:0;padding:0;box-sizing:border-box}body{font-family:monospace}.navbar{display:flex;justify-content:space-between;align-items:center;top:0;left:0;right:0;background-color:#fff;padding:10px 30px;z-index:1000}.navbar-left .logo{display:flex;align-items:center}.logo-image{height:170px;width:auto;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.navbar-right{display:flex}.nav-links{list-style:none;display:flex;align-items:center;background-color:#fff;color:#fff;z-index:1}.nav-links li{margin-left:25px;background-color:#fff;justify-content:center;color:#fff;align-items:center;transition:color .3 ease,transform .3s ease}.nav-links li:hover{transform:scale(1.05)}.nav-links a{color:#000;text-decoration:none;font-size:25px;padding:5px 10px;justify-content:center;transition:color .3s ease,transform .3s ease}.nav-links a:hover{background-color:#575757;border-radius:5px;color:#fff;transform:scale(1.05)}.contact-button{border:solid 3px red;border-radius:10px;margin:0;transition:color .3s ease,transform .3s ease}.contact-button a:hover{background-color:red;border-radius:10px;transform:scale(1.05)}.menu-button{display:none;background:none;border:none;font-size:24px;cursor:pointer}@media screen and (max-width: 1177px){.nav-links a{font-size:16px}}@media screen and (max-width: 1021px){.logo-image{height:120px;width:auto}}@media screen and (max-width: 856px){.nav-links{display:none;flex-direction:column;position:absolute;top:50px;background:white;padding:10px;box-shadow:0 4px 6px #0000001a}.nav-links li{margin-left:0;margin-bottom:10px}.navbar-right{display:flex;align-items:center;justify-content:flex-end;position:relative}.menu-button{display:flex;align-items:center;justify-content:center;position:absolute;font-size:80px;cursor:pointer;transition:color .3s ease,transform .3s ease}.menu-button:hover{color:#575757;transform:scale(1.05)}.nav-links.open{display:flex}}body,html{margin:0;padding:0;overflow-x:hidden}.homePage{width:100%;display:flex;flex-direction:column;justify-content:flex-start;top:0;left:0}.homePage-top{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:40px}.homePage-left{padding-top:40px;padding-left:30px;text-align:center;width:70%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto}p{margin-bottom:15px;font-size:20px}.slogan{padding-top:20px;font-size:20px;color:red;font-weight:700;text-align:center;width:100%}.homePage-right{width:30%;display:flex;justify-content:flex-end;align-items:center;margin:auto}.img-cont{width:100%;display:flex;justify-content:center}.design{width:70%}.homePage-bottom{min-height:300px;height:auto;width:100%}.homePage-bottom-top{display:flex;flex-direction:column;align-items:center;width:100%}.line{width:100%;height:1px;background-color:#000;border:none}.homePage-bottom-content{display:flex;padding:30px;width:100%;margin:auto}.homePage-bottom-left-home,.homePage-bottom-right-home{width:50%;display:flex;flex-direction:column;align-items:center;background:white;border-radius:10px;margin:10px}.heading-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;margin-bottom:10px}.heading-item{font-size:16px;font-weight:700;background-color:#fff;padding:0 10px;position:absolute;top:-8px}.paper-contain,.news-contain{margin:20px 0;box-shadow:0 4px 8px #0000001a;width:100%;align-items:center}.paper-indiv-home,.news-indiv-home{width:95%;padding:15px 20px;display:flex;flex-direction:column}.paper-title-home,.news-title-home{font-size:16px;font-weight:700;margin-bottom:10px}.paper-authors-home,.news-date-home{font-size:14px;color:#777;margin-bottom:10px}.paper-link-home a,.news-link-home a{color:red;text-decoration:none}.paper-link-home a:hover,.news-link-home a:hover{text-decoration:underline}.home-line{margin-top:10px}.sponsor-container{overflow:hidden;width:100%;display:flex;justify-content:center;flex-direction:row}.sponsor{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:10px;width:100%;transition:transform .5s ease-in-out}.sponsor-item{width:250px;text-align:center;margin:auto}.sponsor-item img{width:100%;height:auto;border-radius:10px}.footer{height:50px;width:100%}@media screen and (max-width: 1405px){p{font-size:16px}.slogan{font-size:16px;padding-top:10px}}@media screen and (max-width: 1165px){.design{width:80%}}.heading-wrapper{display:flex;align-items:center;gap:10px;width:100%;justify-content:center;margin-bottom:15px}@media screen and (max-width: 1080px){.sponsor{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.homePage-left{padding:15px;width:100%}.homePage-right{display:none}.homePage-bottom-content{flex-direction:column;align-items:center}.homePage-bottom-left-home,.homePage-bottom-right-home{width:90%}.heading-wrapper{justify-content:center}.homePage-bottom-heading{flex-direction:column;align-items:center;gap:10px}.line{width:30%}}@media screen and (max-width: 554px){.sponsor-item{width:150px}}.newsPage{display:flex;flex-direction:column;width:100%;margin-top:20px;justify-content:center}.news-heading{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;color:red;margin-bottom:20px}.news-line{width:100%;height:2px;background-color:red;border:none}.news-subtitle{white-space:nowrap;font-size:20px;font-weight:700;margin-bottom:10px}.news-title{font-size:20px;font-weight:700;margin-bottom:10px}.news-cont{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;gap:20px;max-width:90%;margin:0 auto}.news-indv{display:flex;flex-direction:column;border:2px solid #D0CECE;border-radius:20px;padding:15px;max-width:500px;min-width:300px}.news-cont-indv{display:flex;flex-direction:row}.news-img{width:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:5px}.news-pic{width:100%;height:auto;object-fit:cover}.newsWords{width:50%;padding:0 15px;display:flex;flex-direction:column;justify-content:center;gap:10px}.news-link a{color:red;text-decoration:none}.news-link a:hover{color:red;text-decoration:underline}.read-more{color:#000;background-color:#fff;cursor:pointer;border:red 2px solid;border-radius:8px;transition:color .3s ease,transform .3s ease}.read-more:hover{color:#fff;background-color:red;transition:scale(1.05)}.news-modal-title{font-size:25px;margin-bottom:10px}.news-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.news-modal-content{background:white;padding:20px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 10px #0000004d;position:relative;max-height:80vh;overflow-y:auto}.news-modal-header{text-align:center}.news-modal-image{width:200px;height:200px;border-radius:10px;border:2px solid red;object-fit:cover}.news-modal-body{margin:5px 0}.peoplePage{margin-top:10px}.people-heading{color:red;padding:10px;font-size:25px;font-weight:700}.people-heading-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;margin-top:20px}.people-heading-item{font-size:20px;font-weight:700;color:#575757;background-color:#fff;padding:0 10px;position:absolute;top:-8px}.line{width:100%;height:1px;background-color:#575757;border:none}.section-cont{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;width:100%;margin-top:40px;padding:0 20px}.person-cont{display:flex;flex-direction:row;width:45%;min-width:300px}.headshot-img-cont{width:150px;height:150px;border:2px red solid;border-radius:50%;overflow:hidden;flex-shrink:0;box-sizing:border-box}.head-shot{width:100%;height:100%;border-radius:50%;object-fit:cover;flex-shrink:0}.words-cont{padding-left:10px;font-size:16px}.person-name{font-weight:700;font-size:20px;margin-bottom:5px;color:red;cursor:pointer;text-decoration:underline;transition:color .3s ease,transform .3s ease}.person-name:hover{transform:scale(1.05)}.person-position{font-style:italic;margin-bottom:5px;color:#575757}.person-supervisor{margin-top:5px}.social-cont{display:flex;width:100%;justify-content:flex-start;margin-top:10px}.item-cont{margin-right:10px}.icon-style{color:#000;width:25px;height:25px;transition:color .3s ease,transform .3s ease;cursor:pointer}.icon-style:hover{color:#575757;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;padding:20px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 10px #0000004d;position:relative}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#666}.close-button:hover{color:#000}.modal-header{text-align:center}.modal-name{margin:10px 0}.modal-image{width:100px;height:100px;border-radius:50%;border:2px solid red;object-fit:cover}.modal-body{margin-top:10px}.modal-body{margin:5px 0}.modal-body a{color:#007bff;text-decoration:none}.modal-body a:hover{text-decoration:underline}.alumni-heading,.alumni-section{margin-top:20px}@media screen and (max-width: 768px){.person-cont{width:100%}}body,html{overflow-x:hidden;max-width:100%}.year-cont{display:flex;justify-content:center;align-items:center;background-color:#d0cece;padding:10px;margin:0 20px;border-bottom:2px solid #ddd;border-radius:20px;font-family:monospace}.list-cont{list-style:none;display:flex;justify-content:space-between;width:100%;padding:0 10px;margin:0}.list-cont li{display:inline-block;justify-content:space-between}.year-button{background-color:transparent;font-family:monospace;border:none;font-size:16px;font-weight:700;color:#000;cursor:pointer;text-decoration:none;transition:color .2s ease-in-out}.year-button:hover{color:#575757;text-decoration:underline}.paper-cont{display:flex;width:100%;flex-direction:column;padding:0 20px}.paper-indiv{display:flex;flex-direction:column}.paper-line{color:#575757}.paper-authors{font-size:14px;color:#555;margin-bottom:5px}.paper-link a{color:red;text-decoration:none;font-weight:700}.paper-link a:hover{text-decoration:underline}.paper-indv-top{display:flex;align-items:center;width:100%;text-align:left;flex-wrap:wrap;margin:15px 0}.paper-logo{flex-shrink:0;margin-right:15px}.paper-logo img{width:60px;height:auto;border:black 1px solid}.paperWords{display:flex;flex-direction:column;text-align:left;flex:1;min-width:0;max-width:100%}.paper-title{font-size:16px;font-weight:700;margin-bottom:5px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}.small-screen{display:none}@media screen and (max-width: 680px){.large-screen{display:none}.small-screen{display:block;text-align:center;margin-bottom:10px;font-size:16px}.year-dropdown{font-size:16px;padding:8px;border-radius:5px;border:1px solid red}}.contactPage{width:100%;display:flex;flex-direction:column;padding:30px}.contact-us-title{font-size:25px;font-weight:700;margin-bottom:10px;padding:10px;color:red}.contact-cont{display:flex;flex-direction:row}.message-cont,.picture-cont{border:lightgray solid 2px;border-radius:20px;width:50%;margin:10px;background-color:#d3d3d3}.contact-form{padding:10px}.contact-form-field{margin-bottom:15px}.contact-form-field label{display:block;font-weight:700;margin-bottom:10px;font-size:16px}.contact-form-field input,.contact-form-field textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px;font-size:16px}.contact-form-field textarea{resize:vertical;min-height:150px}.contact-submit-btn{width:100%;padding:10px;background-color:#fff;color:#000;border:red 3px solid;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;font-family:monospace;transition:color .3s ease}.contact-submit-btn:hover{background-color:red;color:#fff}@media screen and (max-width: 856px){.contact-cont{flex-direction:column;align-items:center}.message-cont,.picture-cont{width:90%}}
