@charset "UTF-8";
/* Header Menu */
header {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 100;
}
header a {
  text-decoration: none;
}
header h1 {
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 5em;
  color: #FFF8F6;
}
@media only screen and (max-width: 576px) {
  header h1 {
    font-size: 2em;
  }
}
header h3 {
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 0.5em;
  color: #FFF8F6;
  padding-top: 7.25em;
}
@media only screen and (max-width: 576px) {
  header h3 {
    padding-top: 0em;
  }
}
@media (min-width: 1400px) {
  header h3 {
    padding-top: 7em;
    font-size: 0.6em;
  }
}
header ul {
  padding-left: 0px;
}
@media only screen and (min-width: 576px) {
  header ul {
    margin-top: -2vh;
  }
}
@media (min-width: 1400px) {
  header ul {
    margin-top: -1em;
  }
}
header li {
  list-style: none;
  display: inline-block;
  padding-inline: 2em;
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 1em;
  color: #FFF8F6;
  padding-left: 0px;
  border-top: #FFF8F6 solid 0.5px;
}
@media only screen and (max-width: 767px) {
  header li {
    font-size: 0.75em;
    font-weight: 600;
  }
}
header div .line {
  border-color: #FFF8F6;
}
header div .one {
  border-bottom: 0.5px solid #FFF8F6;
  height: 0px;
}
header div .two {
  border-bottom: 1px solid #FFF8F6;
  height: 4px;
}
header div .three {
  border-bottom: 2px solid #FFF8F6;
  height: 6px;
}
header div .four {
  border-bottom: 4px solid #FFF8F6;
  height: 8px;
}

/* Main Sections */
.top {
  background-color: #FFF8F6;
  height: 60vh;
  position: relative;
}

section img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #000000;
}
section h2 {
  color: #000000;
  font-family: Urbanist, sans-serif;
  font-size: 3.1em;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  left: 0;
}
section h4 {
  font-family: GFS Didot, serif;
  font-size: 2em;
  color: #A06C5C;
  padding-top: 10px;
  padding-left: 10px;
}
@media (min-width: 1400px) {
  section {
    font-size: 2em;
  }
}

/* Collapsible */
.expand {
  background: #000000;
}
.expand h5 {
  color: #FFF8F6;
  padding-left: 0.5vw;
  background-color: #A06C5C;
  font-family: Urbanist, sans-serif;
  margin-top: 5vh;
}
.expand h4 {
  background-color: #A06C5C;
  color: #000000;
  border-top: #000000 1.5pt solid;
  padding-bottom: 1vh;
}

.collapsible {
  background-color: #000000;
  color: #FFF8F6;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border-top: #FFF8F6 0.5px solid;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-family: Urbanist, sans-serif;
}
.collapsible:hover, .collapsible.active {
  background-color: #FFF8F6;
  color: #000000;
  border: none;
}
.collapsible:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible.active:after {
  content: "−";
  color: #A06C5C;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #FFF8F6;
  font-family: Urbanist, sans-serif;
  font-size: 0.75em;
  font-weight: 200;
  border-top: 1px #000000 solid;
}

.project {
  display: flex;
  flex-direction: row;
}
.project p {
  flex: 80%;
}
.project span {
  font-weight: 600;
}
.project img {
  width: 20vw;
  height: 100%;
  border: #000000 1px solid;
  flex: 20%;
  margin-bottom: 2vh;
}

.way {
  border: none;
  height: 24px;
  width: 24px;
  float: right;
  padding-bottom: 1vh;
}

/* Text Section */
.text {
  height: 60vh;
  background-color: #FFF8F6;
  border-top: #000000 5px solid;
  display: block;
  position: relative;
}
.text p {
  font-family: GFS Didot, serif;
  position: absolute;
  bottom: 0;
  left: 0;
}

.verticalline {
  height: 60vh;
  border-right: 1px #000000 solid;
}

/* Footer */
footer {
  background-color: #A06C5C;
  font-family: Urbanist, sans-serif;
  display: block;
}
footer a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
footer a h1 {
  color: #FFF8F6;
  font-style: italic;
  font-size: 4em;
  font-weight: 200;
}
footer ul {
  padding-top: 4em;
}
@media only screen and (max-width: 767px) {
  footer ul {
    padding-top: 0em;
  }
}
footer li {
  list-style: none;
}
footer .mail {
  padding-top: 2em;
}

/* Cover Image */
.coverimg {
  height: 50vh;
  display: block;
  overflow: hidden;
}
.coverimg img {
  width: 100%;
  height: auto;
}

/* Heading */
.heading {
  background-color: #FFF8F6;
  color: #000000;
  border-top: #000000 1pt solid;
  border-bottom: #000000 solid 1pt;
}
.heading h2 {
  font-family: Urbanist, sans-serif;
  font-size: 3em;
  font-weight: 100;
  padding-left: 1vw;
}
@media (min-width: 1400px) {
  .heading h2 {
    font-size: 4em;
  }
}

/* Portfolio Content */
.portfoliocontent {
  background-color: #000000;
  color: #FFF8F6;
  padding-top: 1em;
  padding-bottom: 3em;
}
.portfoliocontent .portcont .case {
  font-size: 0.8em;
  font-family: GFS Didot, serif;
}
@media (min-width: 1200px) {
  .portfoliocontent .portcont .case {
    font-size: 0.5em;
  }
}
@media (min-width: 1400px) {
  .portfoliocontent .portcont .case {
    font-size: 2.5em;
  }
}
.portfoliocontent .portcont p {
  font-family: Urbanist, sans-serif;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  .portfoliocontent .portcont p {
    font-size: 0.8em;
  }
}
@media (min-width: 1400px) {
  .portfoliocontent .portcont p {
    font-size: 2em;
  }
}
.portfoliocontent aside div {
  position: sticky;
  top: 20%;
  padding-left: 0.5em;
  border-top: #FFF8F6 solid 1px;
}
@media only screen and (max-width: 767px) {
  .portfoliocontent aside div {
    border-bottom: #FFF8F6 solid 1px;
  }
}
.portfoliocontent aside p:nth-child(1) {
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 1em;
}
.portfoliocontent aside p:nth-child(2) {
  font-family: GFS Didot, serif;
  font-weight: 200;
  font-size: 0.8em;
}
@media (min-width: 1400px) {
  .portfoliocontent aside p:nth-child(2) {
    font-size: 0.5em;
  }
}

.box h2 {
  color: #FFF8F6;
}

.portimg img {
  display: block;
  width: auto;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .portimgs img {
    height: 100%;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .portimgs img {
    width: 50%;
  }
}

/* About Section */
.about {
  background-color: #000000;
  padding-top: 2em;
  padding-bottom: 2em;
}
.about div p {
  font-family: GFS Didot, serif;
  font-size: 1em;
  line-height: 1.75;
}
@media only screen and (max-width: 576px) {
  .about div p {
    margin-top: 2vh;
  }
}
@media (min-width: 1200px) {
  .about div p {
    font-size: 1em;
  }
}
.about div p:nth-child(1) {
  color: #FFF8F6;
}
.about div p:nth-child(2) {
  color: #A06C5C;
}

.buttonlink a {
  text-decoration: none;
}
.buttonlink button {
  background-color: #A06C5C;
  border: none;
  color: #FFF8F6;
  padding: 15px 32px;
  text-align: center;
  border-radius: 0.5em;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-family: Urbanist, sans-serif;
  margin-right: 2vw;
}
@media (min-width: 1200px) {
  .buttonlink button {
    border-radius: 0.2em;
    font-size: 0.5em;
    margin-right: 1vw;
  }
}

.texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_374S.jpg");
  background-repeat: repeat;
  mix-blend-mode: screen;
  opacity: 1;
  pointer-events: all;
}

.imagerow {
  background-color: #FFF8F6;
  border-top: #000000 solid 1px;
}
@media only screen and (max-width: 576px) {
  .imagerow {
    content: hidden;
  }
}
.imagerow div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.2em;
  padding: 0.5em;
  overflow: auto;
}
.imagerow div img {
  height: 15vh;
  width: auto;
  background-color: #000000;
  margin-right: 0.2em;
  padding: 0.5em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid .column {
  flex: 100%;
  max-width: 100%;
}
.grid .column img {
  vertical-align: middle;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid .column img .catalogimg {
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 576px) {
  .grid .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .grid .column {
    flex: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */