:focus { outline: thin dotted #aaa; }

html, body {
    font-family: 'Nunito';
    font-weight: 200;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

a {
  color: black;
  text-decoration: none; /* no underline */
}

.mecharm {
    position: absolute;
    top: -15px;
    right: 250px;
}

.armsvg {
    width: 300px;
}

.section {
    min-height: 100vh;
    padding: 0px 79px;
}

.hatsopoulos {
    font-family: 'Montserrat';
    margin-top: 200px;
    position: relative;
}

.shadow {
    font-weight: 800;
    font-size: 120px;
    opacity: 0;
    max-width: 1px;
}

.perm-shadow {
    font-weight: 800;
    font-size: 120px;
    opacity: 0.09;
    font-family: 'Montserrat';
    position:fixed;
    top: 200px;
    left: 70px;
    z-index: -1;
}

.main-name {
    font-weight: 500;
    font-size: 55px;
    position: absolute;
    left: -4px;
    top: 35%;
}

.summary {
    max-width: 550px;
    margin-top: 90px;
    font-size: 18px;
}

.main-nav {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 1;
}

.nav-box {
    display: inline-block;
    border-bottom: solid 1px black;
    margin-right: 70px;
}

.nav-box > span {
    font-weight: 600;
}

.nav-research {
    margin-left: 79px;
}

.nav-contact {
    display: inline-block;
    border-bottom: solid 1px black;
    position: absolute;
    right: 79px;
}

.nav-contact > span {
    font-weight: 800;
}

.mini-brain {
    position: relative;
}

.innerbrain {
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0;
    transition: opacity 0.7s;
    cursor: pointer;
}

.brain-title {
    position: absolute;
    right: 35px;
    font-size: 16px;
    color: #A6A6A6;
    opacity: 0;
    transition: opacity 0.7s;
}

.mini-nav {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 1;
}

.title {
    margin-top: 80px;
    font-size: 45px;
    font-weight: 800;
}

.info-title {
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}

.information {
    margin-top: 20px;
    position: relative;
}

.combo {
    cursor: pointer;
    display: inline-block;
    margin-right: 50px;
}

.info-description {
    margin-top: 10px;
    max-width: 1100px;
    margin-bottom: 5px;
    display: none;
}

.arrow {
    display: inline-block;
    width: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
    transition: transform 0.5s;
}

.up {
    transform: scaleY(-1);
}

.person-selected {
    margin-top: 70px;
}

.big-person {
    border: solid 1px black;
    border-radius: 5px;
    width: 160px;
    height: 210px;
    float: left;
    background-image: url("../img/people/nicho.jpg");
    background-size: cover;
}

.person-info {
    display: inline-block;
    max-width: 700px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-top: 0px;
}

.name {
    font-size: 25px;
    font-weight: 600;
}

.contact-info, .bio {
    margin-left: 2px;
}

.people-nav {
    text-align: center;
    margin-top: 100px;
}

#nicho {
    background-image: url('../img/people/nicho-thumb.jpg');
}

#rebecca {
    background-image: url('../img/people/rebecca-thumb.jpg');
}

#karthikeyan {
    background-image: url('../img/people/karth-thumb.jpg');
}

#jeff {
    background-image: url('../img/people/jeff-thumb.jpg');
}

#vasileios {
    background-image: url('../img/people/vasileios-thumb.jpg');
}

#alex {
    background-image: url('../img/people/alex-thumb.png');
}

#marina {
    background-image: url('../img/people/marina-thumb.jpg');
}

#wei {
    background-image: url('../img/people/wei-thumb.jpg');
}

#dalton {
    background-image: url('../img/people/dalton-thumb.jpg');
}

#caleb {
    background-image: url('../img/people/caleb-thumb.jpg');
}

#george {
    background-image: url('../img/people/george-thumb.jpeg');
}

.small-person {
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    margin-right: 20px;
    border-radius: 100px;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    transition: border-width 0.2s;
    margin-bottom: 20px;
}

.small-person:hover {
    border-width: 5px;
}

.news-container {
    margin-top: 60px;
}

.news-chunk {
    float: left;
    margin-right: 50px;
}

.news-title {
    font-weight: 600;
}

.news-img {
    height: 190px;
    width: 250px;
    border-radius: 15px;
}

.news-title {
    margin-top: 15px;
    display: inline-block;
    max-width: 250px;
    padding: 8px;
    margin-bottom: 20px;
}

.news1 {
    background: url('../img/news/news1.png');
    background-size: cover;
}

.news2 {
    background: url('../img/news/news2.png');
    background-size: cover;
}

.news3 {
    background: url('../img/news/news3.png');
    background-size: cover;
}

.paper-title {
    display: block;
    font-weight: 600;
    text-decoration: underline;
}

.link-container {
    margin-top: 100px;
}

.link-section {
    float: left;
    margin-right: 100px;
    margin-bottom: 30px;
}

.link {
    display: block;
    text-decoration: underline;
}

.alumni {
    text-decoration: none;
}

.contact-email {
    font-family: 'Montserrat';
    margin-top: 60px;
    font-weight: 500;
    font-size: 55px;
    text-decoration: underline;
}

.aninput {
    border: none;
    border-radius: 0px !important;
    border-bottom: solid 1px #979797;
    display: inline-block;
    font-size: 25px;
    padding-bottom: 5px;
    font-family: 'Nunito';
    font-weight: 100;
    background: none;
}

.formname, .email {
    width: 40%;
}

.email {
    margin-bottom: 60px;
}

.contact-form {
    display: inline-block;
    margin-top: 60px;
    width: 65%;
}

.message {
    width: 100%;
}

.formname {
    margin-right: 18%;
}

.submit {
    font-family: 'Nunito';
    border: none;
    border-bottom: solid 1px black;
    background: none;
    text-transform: uppercase;
    float: right;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 0px !important;
}

.address-container {
    display: inline-block;
    margin-left: 150px;
}

.address {
    max-width: 250px;
    margin-bottom: 10px;
    font-size: 25px;
}

.number {
    text-decoration: underline;
}

.faxz {
    text-decoration: none;
}

.thanks {
    z-index: 1;
    background: white;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100px;
    margin-top: -13%;
    top: 50%;
    border: solid 1px black;
    padding: 20px;
    display: none;
}

.thank-title {
    font-size: 40px;
    font-weight: 800;
}

.exit {
    position: absolute;
    font-size: 40px;
    top: -5px;
    right: 10px;
    cursor: pointer;
}

#email, #extra-link {
    text-decoration: underline;
}

.puboff {
    display: inline-block;
}

.chosen {
    border: solid 3px black;
}

.selected {
    opacity: 1;
}

.readingselected {
    display: block;
}

.hamburger {
    z-index: 1;
    cursor: pointer;
    display: none;
}

.mob-navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
    border-bottom: solid 1px #aaa;
    padding: 40px 30px 15px 30px;
    z-index: 2;
    display: none;
}

.hamburgerin {
    position: absolute;
    top: 5px;
    right: 85px;
    font-size: 30px;
    cursor: pointer;
}

.mobnavbox {
    margin-bottom: 10px;
    font-weight: 600;
}

#home {
    overflow-x: hidden;
}

@media(max-width: 1302px) {
    .people-nav {
        text-align: left;
    }
}

@media (max-width: 1178px) {
    .armsvg {
        width: 250px;
    }

    .mecharm {
        right: 150px;
    }
}

@media (max-width: 952px) {
    .section {
        padding: 0px 50px;
    }

    .nav-research {
        margin-left: 50px;
    }
    
    .nav-contact {
        right: 50px;
    }

    .perm-shadow {
        left: 41px;
    }

    .armsvg {
        width: 200px;
    }
}

@media (max-width: 888px) {
    .section {
        padding: 0px 40px;
    }

    .nav-research {
        margin-left: 40px;
    }
    
    .nav-contact {
        right: 40px;
    }

    .perm-shadow {
        left: 31px;
        font-size: 100px;
        top: 215px;
    }

    .nav-box {
        margin-right: 50px;
    }

    .main-name {
        left: -6px;
    }
}

@media (max-width: 711px) {
    .nav-box {
        margin-right: 30px;
    }

    .main-name {
        font-size: 45px;
        top: 40%;
    }

    .summary {
        margin-top: 65px;
        max-width: 450px;
    }

    .mini-nav {
        top: 25px;
        right: 20px;
    }
}

@media (max-width: 640px) {
    .nav-contact, .main-nav, .mini-nav {
        display: none;
    }

    .hamburger {
        display: block;
        position: fixed;
        top: 30px;
        right: 30px;
        width: 30px;
    }

    .summary {
        margin-top: 70px;
        max-width: 350px;
    }
}


@media (max-width: 408px) and (max-height: 600px) {
    .summary {
        margin-top: 30px;
        font-size: 14px;
    }

    .perm-shadow {
        top: 185px;
        left: 22px;
    }

    .main-name {
        top: -5%;
        left: -2px;
    }

    .shadow {
        font-size: 60px;
    }

    .section {
        padding: 0px 25px;
    }

    .hamburger {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-height: 600px) and (min-width: 400px) {

    .main-name {
        left: -8px;
    }
}

@media (max-height: 600px) {
    .perm-shadow {
        top: 225px;
        font-size: 50px;
    }

    .main-name {
        top: 31%;
        font-size: 35px;
    }

    .shadow {
        font-size: 100px;
    }

    .armsvg {
        width: 150px;
    }

    .mecharm {
        left: 20px;
        top: -8px;
    }

    .outerbrain {
        width: 20px;
    }

    .innerbrain {
        width: 20px;
        left: 0.5px;
    }

    .brain-title {
        font-size: 11px;
        right: 25px;
    }
}

@media (min-height:600px) and (max-width: 400px) {
    .perm-shadow {
        top: 280px;
        font-size: 50px;
        left: 36px;
    }

    .main-name {
        top: 76%;
        left: -3px;
        font-size: 35px;
    }

    .shadow {
        font-size: 100px;
    }

    .summary {
        margin-top: 90px;
    }
}

@media (max-width: 400px) {
    .title {
        font-weight: 600;
        font-size: 35px;
    }

    .info-title {
        font-size: 21px;
    }

    .news-title, .info-description, .link {
        font-size: 15px;
    }

    .link-section {
        margin-right: 0px;
    }

    .news-title {
        margin-top: 5px;
    }

    .news-img {
        height: 160px;
        width: 210px;
    }

    .news-container {
        margin-top: 40px;
    }
}

@media (max-width: 1080px) {
    .person-info {
        width: 500px;
    }
}

@media (max-width: 807px) {
    .person-info {
        margin-left: 30px;
    }

    .people-nav {
        margin-top: 35px;
    }

    .person-selected {
        margin-top: 50px;
    }

    .big-person {
        width: 120px;
        height: 157.5px;
    }

    .small-person {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .small-person:hover {
        border-width: 3px;
    }

}

@media (max-width: 732px) {
    .person-info {
        width: 400px;
    }
}

@media (max-width: 632px) {
    .person-info {
        width: 375px;
    }
}

@media (max-width: 602px) {
    .person-info {
        width: 350px;
    }
}


@media (max-width: 608px) {
    .title {
        margin-top: 40px;
    }

    .person-info {
        margin-left: 20px;
    }

    .people-nav {
        margin-top: 20px;
    }

    .person-selected {
        margin-top: 35px;
    }

    .big-person {
        width: 100px;
        height: 131.25px;
    }

    .person-info {
        margin-top: 0px;
    }
}

@media (max-width: 553px) {
    .name {
        font-size: 21px;
    }

    .contact-info, .bio {
        font-size: 15px;
    }

    .small-person {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .person-info {
        width: 300px;
    }
    
}

@media (max-width: 503px) {
    .big-person {
        width: 70px;
        height: 91.875px;
    }

    .person-info {
        margin-bottom: 15px;
        width: 250px;
    }

    .name {
        font-size: 19px;
    }

    .small-person {
        height: 50px;
        width: 50px;
    }

    .contact-info, .bio {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .person-info {
        width: 200px;
    }

    .divider {
        display: none;
    }

    .hehe {
        display: block;
    }
}

@media (max-width: 360px) {
    .person-info {
        width: 170px;
        margin-bottom: 5px;
    }
}

@media (max-width: 646px) {
    .combo {
        margin-right: 30px;
    }
}

@media (max-width: 373px) {
    .combo {
        margin-right: 20px;
    }

    .info-title {
        font-size: 19px;
    }
}


@media (max-width: 782px) {
    .link-container {
        margin-top: 30px;
    }
}

@media (max-width: 1315px) {
    .address-container {
        margin-left: 100px;
    }
}

@media (max-width: 1177px) {
    .address-container {
        margin-left: 50px;
    }
}

@media (max-width: 1040px) {
    .contact-form{
        width: 55%;
    }
}

@media (max-width: 841px) {
    .contact-form {
        width: 100%;
    }

    .address-container {
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 682px) {
    .contact-email {
        font-size: 45px;
    }
}

@media (max-width: 656px) {
    .contact-email {
        font-size: 35px;
        margin-top: 50px;
    }
}

@media (max-width: 498px) {
    .formname, .email {
        width: 47%;
    }

    .formname {
        margin-right: 0px;
    }
}

@media (max-width: 455px) {
    .formname, .email, .message {
        width: 90%;
    }

    .submit {
        margin-right: 25px;
    }

    .formname {
        margin-bottom: 20px;
    }

    .email {
        margin-bottom: 20px;
    }

    .aninput {
        font-size: 20px;
    }

    .address {
        font-size: 20px;
    }

    .nichophone, .studentphone, .labphone, .fax {
        font-size: 15px;
    }

    .contact-email {
        font-size: 30px;
    }
}

@media (max-width: 392px) {
    .contact-email {
        font-size: 25px;
    }
}

@media (max-width: 883px) {
    .thanks {
        height: 130px;
    }
}

@media (max-width: 500px) {
    .thanks {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .thank-title {
        font-size: 25px;
    }
    
    .thank-description {
        font-size: 15px;
    }
}


