/*----------- MASTER --------------*/
* {
  padding: 0px;
  margin: 0px;
    box-sizing: border-box
}
body {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  color: #000000;
background-color: black;
/*    border-top: 0px;*/
  overflow-x: hidden;
}
.full-container {
    margin: 15px auto;
    max-width: 1600px;
    background-color: white;
}
#container {
    position: relative;
}
.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 50px 0 50px;
    margin: auto;
}
p {
  padding-bottom: 15px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px black solid;
}
a:img {
  border-bottom: 0px;
}
ul {
  list-style: none inside;
}
.clearfix::after {
  content: '';
  clear: both;
  display: table;
}
.clear {
  clear: both;
  display: block;
}

/*----------- HEADER --------------*/
header {
  padding: 20px 0 20px 0;
    top: 0;
  width: 100%;
  border-top: none;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
    background-color: black;
    color: white;
    position: fixed;
    z-index: 1000;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}
header h1 {
  font-weight: normal;
  flex: 1;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
    }
header h1 a{
    color: white;
}
nav {
  flex: 1;
  font-size: 16px;
  text-align: right;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
}

#cover {
    display: flex;
    justify-content: center;
    height: 80vh;
    width: 100%;
    margin: auto;
    max-width: 1600px;
    overflow: hidden;
    position: relative;
}
nav li a {
    color: white;
}

/*----------- HOMEPAGE --------------*/

.mobile-break {
    display: none;
}

.cover {
    height: 80vH;
    width: 100%;
    margin: auto;
    max-width: 1600px;
    overflow: hidden;
}
.intro {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
    mix-blend-mode: difference;
    pointer-events: none;
}
.intro h1 {
    font-size: 80px;
    line-height: 99px;
    font-weight: 200;
    color: white;
}
.image-stack {
    width: 100%;
    max-width: 1600px;
    height: 90vh;
    margin: auto;
    position: relative;
}
.image-stack img {
    position: absolute;
    filter: grayscale(100%);
}
#one {
    left:0%;
    top: 0%;
    width: 10%;
}
#two {
    left:20%;
    top: 25%;
        width: 14%;
}
#three {
    left:5%;
    top: 60%;
            width: 20%;
}
#four {
    left:50%;
    top: 10%;
    width: 10%;
}
#five {
left: 45%;
    top: 30%;
            width: 25%;
}
#six {
    left:80%;
    top: 20%;
    width: 10%;
}
#seven {
    left:90%;
    top: 65%;
    width: 10%;
}


/*----------- INDEX --------------*/

.index {
    width: 100%;
    border-top: 1px solid black;
    background: white;

}
.blog-list-container > .index:first-of-type {
    border-top: none;
}
.student {
    max-width: 1600px;
    width: 100%;
     margin: auto;
    display: flex;
    align-content: flex-start;
      padding: 10px 50px 10px 50px;
    color: black;
}
.student:hover {
    color: grey;
}
.student .project {
    width: 80%;
    padding-right: 50px;
    line-height: 50px;
    font-size: 55px;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: uppercase;
}
.student .name {
    width: 25%;
    font-size: 18px;
}
.preview .object:hover {
    background-color: lightgray;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.blog-tags-list {
    padding-bottom: 10px;
  padding: 20px 50px 20px 50px;
    width: 100%;
    max-width: 1600px;
    text-align: center;
    margin: auto;
    }
.blog-tags-list a:hover {
    color: lightgrey;
    }
.blog-tags-item {
    float: left;
    padding: 10px 15px 10px 15px;
    border: 2px black solid;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    }
.blog-tags-item:first-child {
    margin-left: 0px;
    }
.blog-tags-item:hover {
    border-color: black;
    background-color: black;
    color: white;
    }


/*----------- STUDENT PAGES --------------*/
.object {
  padding: 100px 50px 25px 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
align-items: baseline;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.project {
  width: 50%;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 24px;
    line-height: 26px;
          padding-right: 50px;
  font-family: 'Poppins', Helvetica, sans-serif;
  text-transform: uppercase;
}
.name {
  width: 25%;
    font-weight: 400;
    font-size: 24px;
}
.images {
      width: 100%;
      padding: 25px 50px 25px 50px;
        max-width: 1600px;
        margin: auto;
}
.images .description {
        width: 100%;
    padding-bottom: 50px;
    font-size: 42px;
}
.images img {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 50px;
}
.images .caption {
    width: 90%;
    color: rgba(0,0,0,.75);
  font-family: 'IBM Plex Serif', serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 50px 0;
}
.images .caption h5 {
  font-family: 'Poppins', Helvetica, sans-serif;
  text-transform: uppercase;
    font-size: 16px;
}
.images .left {
    width: 50%;
    padding-right: 25px;
    float: left;
}
.images .right {
    width: 50%;
    padding-left: 25px;
    float: right;
}

.pdf {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: 100%;
}
/*----------- INTRODUCTION --------------*/
.intro-text {
    width: 100%;
    font-size: 42px;
    padding: 0px 50px 0px 0px;
    margin: auto;
    min-height: 80vH;
}
.intro-text hr {
    padding-top: 25px;
    margin-bottom: 25px;
    border: 2px solid grey;
    width: 30%;
    margin: auto;
}
.introductions {
    font-size: 24px;
    width: 100%;
    margin: auto;
    display: flex;
}
.left {
  width: 50%;
    padding-right: 50px;
}
.right {
  width: 50%;
    padding-left: 50px;
}

/*----------- RESPONSIVE VIDEO --------------*/
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------- FOOTER --------------*/
footer {
    background-color: black;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    text-transform: uppercase;
  padding: 15px 0 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: auto;
}



/*-----------------------------------
TABLET
----------------------------------- */
@media screen and (min-width: 716px) and (max-width: 1024px) {
    .container {
        padding: 0px;
    }
 header {
  padding: 20px 0;
  }
/*INDEX */
.student {
    width: 100%;
    display: block;
      padding: 5px 50px 30px 50px;
}
.student .project {
    width: 100%;
}
.student .name {
    width: 100%;
    font-size: 36px;
    }
}

/* MOBILE
----------------------------------- */
@media only screen and (max-width: 715px) {
    .mobile-break {
        display: block;
    }
.full-container {
    margin: 0px;
}
    .container {
        padding: 0px 0px 0px 0px;
    }
header {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }
header .container {
    display: block;
}
    header h1 {
        width: 100%;
        padding-top: 5px;
        font-weight: bold;
    }
nav li {
  list-style: none;
    float: left;
    padding-left: 20px;
}
nav {
    float: none;
    padding-top: 0px;
    width: 100%;
  }
nav li:first-child {
    padding-left: 0px;
    margin-left: 0px;
  }
    /*HOMEPAGEX */
    .cover {
        height: 50vh;
    }
    .intro {
        position: absolute;
        top: 0;
        height: 52vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
        z-index: 1;
        box-sizing: border-box;
        mix-blend-mode: difference;
        pointer-events: none;
    }
.intro h1 {
    font-size: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
}
    .image-stack {
        display: none;
    }
    .cover {
        display: none;
    }
    /*INDEX */
.student {
    width: 100%;
    display: block;
      padding: 15px 20px 15px 20px;
}
.student .project {
    width: 100%;
        font-size: 36px;
    line-height: 38px;
}
.student .name {
    width: 100%;
}
.blog-tags-list {
    padding: 15px 25px 25px 25px;
    }
.blog-tags-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 6px;
    }
/*STUDENT PAGES */
.object {
  padding: 200px 20px 20px 20px;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  font-weight: 200;
  font-size: 20px;
  font-size: 16px;
}
    .project {
        width: 100%;
    }
    .name {
        width: 100%;
    }
.images {
      padding: 0px 20px 0px 20px;
}
    .images img {
        padding-top: 25px;
    }
.images .description {
    padding-bottom: 15px;
    font-size: 24px;
}
.images .caption {
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.images .left {
    width: 100%;
    float: none;
    padding-right: 0px;
    }
.images .right {
    width: 100%;
    float: none;
    padding-left: 0px;
    }
/*INTRODUCTION */
    .intro-text {
    width: 100%;
        font-size: 28px;
    padding: 0px 0px 50px 0px;
            min-height: 0vH;
}
.introductions {
    font-size: 20px;
/*    padding: 150px 0 50px 0;*/
    width: 90%;
    margin: auto;
    display: block;
}
.left {
  width: 100%;
    padding-right: 0px;
    padding-bottom: 70px;
}
.right {
  width: 100%;
    padding-left: 0px;
        padding-bottom: 70px;
}
    /*FOOTER */
    footer {
  padding: 15px 20px 15px 20px;

}
}

.header-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#headerSearchInput {
    padding: 5px 10px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    width: 250px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'IBM Plex Mono', monospace;
}

#headerSearchInput::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
}

#headerSearchInput:focus {
    outline: none;
    border-color: lightgray;
}

.fa-search {
    color: white;
    font-size: 16px;
    margin-left: 10px;
}

/* Search Results Page Specific Styles */
.search-result-item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.search-result-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
}

.search-result-text {
    flex-grow: 1;
}

.search-result-item {
    border-bottom: 1px solid lightgray;
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: uppercase;
}

.search-result-project {
    margin-bottom: 5px;
    font-style: italic;
}

.search-result-description {
    font-size: 14px;
    color: #555;
}

/* Mobile Adjustments for Search */
@media only screen and (max-width: 715px) {
    header .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    header h1 {
        padding-right: 0px;
        width: 100%;
        order: 1;
        padding-bottom: 5px;
        font-size: 20px;
    }

    nav {
        width: 100%;
        text-align: left;
        order: 2;
        font-size: 20px;
    }
    
    nav li {
        float: none;
        padding-left: 0;
    }

    .header-search-wrapper {
        width: 100%;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 10px;
        order: 3;
    }
    
    .search-result-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.preview {
    border-top: 1px solid black;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 10;
    background-color: white;
}

@media screen and (min-width: 716px) {
    /* Remove the container border to prevent double lines, since we use pseudo-elements for full-width lines */
    .preview:not(:has(.home-columns)) {
        border-top: none;
    }

    /* Extend lines to window width on desktop class landing pages */
    .blog-list-container:not(.home-columns) .index {
        border-top: none;
        position: relative;
    }

    .blog-list-container:not(.home-columns) .index::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        border-top: 1px solid black;
    }
}
.preview .left {
    float: left;
    width: 50%;
    padding-right: 50px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.preview .right {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.preview .left .name, .preview .right .name {
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
}
.preview .left .index, .preview .right .index {
    border-top: none;
}
.preview .left .student, .preview .right .student {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}
.preview .left .student .project, .preview .right .student .project {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0;
}

.slash-fix {
    font-size: 0.85em;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.mobile-dropdown {
    display: none;
}

@media only screen and (max-width: 715px) {
    .preview .left .student .project, .preview .right .student .project {
        font-size: 26px;
        line-height: 30px;
    }
    #cover {
        margin-top: 240px;
        height: 52vh;
    }
    .preview {
        padding: 5px 0px;
    }
    .home-columns {
        display: flex;
        align-items: stretch;
    }
    .preview .left {
        float: none;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 50%;
        box-sizing: border-box;
    }
    .preview .right {
        float: none;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 50%;
        box-sizing: border-box;
    }
    .preview .left .name, .preview .right .name {
        flex-grow: 1;
    }
    .mobile-dropdown {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
        position: relative;
        z-index: 100;
    }
    .dropdown-label {
        font-size: 26px;
        font-family: 'Poppins', Helvetica, sans-serif;
        margin-bottom: 0px;
        line-height: 26px;
        color: black;
    }
    .mobile-dropdown select {
        font-size: 26px;
        font-family: 'Poppins', Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        background: transparent;
        color: black;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 20px;
        cursor: pointer;
        background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
        background-repeat: no-repeat;
        background-position: right center;
    }
    .year-link {
        display: block;
    }
}

.year-link:not(:last-child)::after {
    content: ", ";
}

@media only screen and (max-width: 715px) {
    .year-link:not(:last-child)::after {
        content: "";
        display: none;
    }
}
