@font-face {
    font-family: 'News Plantin Pro';
    src: url('../fonts/plantin/NewsPlantinMTPro-Regular.eot');
    src: url('../fonts/plantin/NewsPlantinMTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/plantin/NewsPlantinMTPro-Regular.woff2') format('woff2'),
        url('../fonts/plantin/NewsPlantinMTPro-Regular.woff') format('woff'),
        url('../fonts/plantin/NewsPlantinMTPro-Regular.ttf') format('truetype'),
        url('../fonts/plantin/NewsPlantinMTPro-Regular.svg#NewsPlantinMTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Scto Grotesk A', sans-serif;
    src: url('../fonts/scto/SctoGroteskA-Medium.eot');
    src: url('../fonts/scto/SctoGroteskA-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/scto/SctoGroteskA-Medium.woff2') format('woff2'),
        url('../fonts/scto/SctoGroteskA-Medium.woff') format('woff'),
        url('../fonts/scto/SctoGroteskA-Medium.ttf') format('truetype'),
        url('../fonts/scto/SctoGroteskA-Medium.svg#SctoGroteskA-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ABC Diatype Rounded Unlicensed Trial', sans-serif;
    src: url('../fonts/dia/ABCDiatypeRounded-Regular.eot');
    src: url('../fonts/dia/ABCDiatypeRounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dia/ABCDiatypeRounded-Regular.woff2') format('woff2'),
        url('../fonts/dia/ABCDiatypeRounded-Regular.woff') format('woff'),
        url('../fonts/dia/ABCDiatypeRounded-Regular.ttf') format('truetype'),
        url('../fonts/dia/ABCDiatypeRounded-Regular.svg#ABCDiatypeRounded-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Scto Grotesk A';
    src: url('../fonts/sctomed/SctoGroteskA-Regular.eot');
    src: url('../fonts/sctomed/SctoGroteskA-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sctomed/SctoGroteskA-Regular.woff2') format('woff2'),
        url('../fonts/sctomed/SctoGroteskA-Regular.woff') format('woff'),
        url('../fonts/sctomed/SctoGroteskA-Regular.ttf') format('truetype'),
        url('../fonts/sctomed/SctoGroteskA-Regular.svg#SctoGroteskA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Riposte', sans-serif;
    src: url('../fonts/riposte/Riposte-Light.eot');
    src: url('../fonts/riposte/Riposte-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/riposte/Riposte-Light.woff2') format('woff2'),
        url('../fonts/riposte/Riposte-Light.woff') format('woff'),
        url('../fonts/riposte/Riposte-Light.ttf') format('truetype'),
        url('../fonts/riposte/Riposte-Light.svg#Riposte-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}







input[type="text"],
textarea,
[contenteditable]::selection,
*::selection {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  background-color: rgba(0, 0, 0, 0.2);
  color: inherit;
}
*:focus {
  outline: none;
}



/*.client {
    font-family: "Times New Roman", Times, serif;

}*/



* {
  box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration:none;

}


body {
  margin: 00px 0px 100px 0px;
  color: black;
}

article  {
  width: 100%;
  padding: 0 30px;

}

a, a:hover, a:click, a:visited{
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}


figure {
  margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.arrow {display: inline;}




header {
  /*position: absolute;*/
  top: 0;
  left: 0;

  width: 100%;
    margin: 0px;
  padding: 10px 30px 100px 30px;


  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 2000;

   box-sizing: border-box;
   text-align: left;
 
  }

/*FONT SIZES*/

 header {
     font-size: 34px;
     line-height: 32px;
    }

    h1 {
      font-weight: 400;
    }


.tags   {
      font-size: 28px;
      line-height: 32px;
    }

    ul li a h1 {
      font-size: 28px;
      line-height: 25px;
    }

    .list ul li a, #table-nav   {
      font-size: 18px !important;
     

    }


    .list-writing ul li a, .writing #sorting span {
      font-size: 20px;

    }


    .block p {
  margin-block-start: 0em;
  font-size: 20px;
  padding-top: 5px;
}

  figcaption {
      margin-top: 0px;
      width: 100%;
      padding-top: 5px;
      font-size: 20px;
      line-height: 22px;
    }


aside {
    font-size: 28px;
    line-height: 32px;

}
   

.project-description {
  margin-bottom: 100px;
}



  



figcaption.writing-project, p.writing-project {
    font-family: 'News Plantin Pro', Times, serif !important;
  font-size: 20px;

}

figcaption.design-project, p.design-project, p.instagram {
   font-family: 'Riposte', sans-serif;
font-size: 20px;
line-height: 22px;

}

/*figcaption.design-project {
  padding-top: 20px;
}*/


figcaption.writingdesign-project, p.writingdesign-project {
  font-family: 'Riposte', sans-serif;
 font-size: 20px;
line-height: 22px;

}





.nameHeader {
    padding-right: 25px;

    cursor: pointer !important;


}


.page-name-nav ul li .letters {
  padding-right: 25px;
} 

.letters {
   font-family: 'News Plantin Pro', Times, serif;
     
   
}


.alternate-font {
  
  font-family: 'Riposte', sans-serif;
}

.writingdesign-project .alternate-font {
  
   font-family: 'News Plantin Pro', Times, serif;
}




body.design-project {
  font-family: 'Riposte', sans-serif !important;
}

body.writing-project {
  font-family: 'News Plantin Pro', Times, serif;
}

body.writingdesign-project {
  font-family: 'Riposte', sans-serif;
}




.design-nav {
   font-family: 'Riposte', sans-serif;

}


.writing-nav {
  font-family: 'News Plantin Pro', Times, serif;
  transform: translateY(6px);

}


figure p a
 {
  color: black;
  display: block;
 }

figure p a::after {
  content: ' ↗';
  color: red;
}

.link-arrow {
 transform: translateY(7px);
 margin-left: 4px;
 color: #39c3ed;
 position: absolute;
font-family: 'ABC Diatype Rounded Unlicensed Trial', sans-serif;
}

.link-arrow2 {
   transform: translateY(2px);
 margin-left: 4px;
 color: #39c3ed;
 position: absolute;
font-family: 'ABC Diatype Rounded Unlicensed Trial', sans-serif;
}



.menu ul a, .page-name-nav ul a {
    color: inherit;
    text-decoration: none;
}

.menu ul a:hover {
  /* color: #55c3ff;*/
}

.active, .active-table, .label {
  
color: #39c3ed;
}

.inactive {
  color: lightgray;
}

/*INDIVIDUAL PAGES*/
.label {

  padding-right: 10px;
}


/*.menu ul .active::before {
  content: '';
  display: block;
  width: 50px; 
  height: 50px;
  background-image: url('https://www.freepnglogos.com/uploads/butterfly-png/flying-butterfly-png-transparent-background-4.png');
  background-size: contain;
   background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 10px; 
}*/






.menu ul li, .page-name-nav ul li {
    /*float: left;
    padding-right: 15px;*/
    list-style-type:none;
    text-align: left;
    position: relative;
  }

.menu ul, .page-name-nav ul {
display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 25px;
  margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

p {
  margin-block-start: 1em;
}



.block {
  margin-bottom: 100px;
}

.image h1 {
font-size: 100px;
}

.project-title {
  margin-block-start: 0em;
  margin-bottom: 0;
  padding-bottom: 0px;



}




/*PROJECT INFO*/
aside{
  margin-top: 100px;
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 0;*/
}



.project-info {
  list-style: none;
}





aside ul.project-info {
      padding: 0;
      margin-bottom: 25px;
      margin-block-start: 0em;
    }

aside a {
  color: black;
}

header a.letters:hover {
font-family: 'Riposte', sans-serif;
  
}

header a.letters:hover .alternate-font {

 font-family: 'News Plantin Pro', Times, serif;
}



button {
margin: 0px 0 100px 0;
font-size: 26px;
line-height: 25px;
cursor: pointer;
/*color: #1167d9 !important;
*/border: 1.5px solid black;
background: none;
border-radius: 10px;
padding: 10px 15px;
color: black;
opacity: 1;
transition: background 0.3s ease-in-out;
color: black;
font-family: 'Riposte', sans-serif;
}

.next a {
  display: block;
  width: 100%;
  height: 100%;
}

button a {
  color: black;
}

button:hover {
  background: white;
  cursor: pointer;
}


button span {
 /* color: #1167d9 !important;*/
}

button.writingnext {
   font-family: 'News Plantin Pro', Times, serif;
   padding-top: 13px;

}





.block-type-text p {
  margin-top: 0;
}



.next {
  
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.next:hover {
  background-color: #39c3ed;
}



@media screen and (max-width: 500px) {

body {
  margin: 0px 0 100px 0;
}


header {
  font-size: 24px !important;
  line-height: 23px !important;
  display: block  !important;
   padding: 10px 20px;
}

header.project-nav {
  font-size: 24px !important;
  line-height: 24px !important;
  display: flex !important;
   padding: 10px 20px 50px 20px;


}

  header.homeheader {
 position: fixed;
  display: block !important;
  height: 60px;
  padding: 10px 20px;
  top: 0;
 
}


article {
  padding: 0 20px;
}


aside {
    font-size: 20px;
    line-height: 22px;
    margin-top: 50px;

}
   

    button {
font-size: 20px;
line-height: 21px;
margin: 0px 0 100px 0;
padding: 5px 10px;
}

button.writingnext {
   padding-top: 10px;

}



.page-name-nav span.letters, .location {
  display: none;
}

.menu ul, .page-name-nav ul {
  justify-content: flex-start;
  gap: 20px;
}


.project-title {
  font-size: 24px !important;
  line-height: 24px;

  width: 100%;
  padding-right: 10px;
}

.project-nav nav ul {
    justify-content: flex-start;
    gap: 0px;
  }

    .project-info-container {
      font-size: 20px;
    line-height: 22px;
    margin-top: 0px;
    }

.block {
  margin-bottom: 50px;
}


.next, .project-description {
  margin-bottom: 50px;
}

}

