:root {
/*  --rootSize: 1rem;*/
  --paddingX: 42px;
}

body {
  margin: 0px;
  padding-left: var(--paddingX);
  padding-right: var(--paddingX);
  background-color: rgba(245, 245, 245, 1);
  color: rgba(20, 20, 20, 1);
  font-family: "HelveticaNeue", "Helvetica Neue";
}
h1 {
/*  z-index: 5;*/
  font-size: calc(2.2rem + 1.2vw);
}

h2 {
  color: rgba(20, 20, 20, 1);
  font-family: "HelveticaNeue", "Helvetica Neue";
  font-weight: normal;
  font-size: calc(2rem + 1vw);
  margin: 0;
  padding-bottom: 5px;
}
h3 {
  float:left;
  font-size: 2rem;
  display:inline-block;
  margin: 0;
}
h4{
  float:left;
  font-size: 1.2rem;
/*  display:inline-block;*/
  margin: 0;
  font-family: "HelveticaNeue", "Helvetica Neue";
  font-weight: normal;
  line-height: 1.6rem;
}
h4 + h4 {
  margin-top: 12px;
}
h5 {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 14px;
}
table{
  border-spacing:0
}
td{
  padding:0;
}
a {
  color: rgba(20, 20, 20, 1);
  text-decoration: none;
}

p{
  letter-spacing:0.05rem;
  font-size: 0.9rem;
  line-height: 1.45rem;
}
.info-p{
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 27px;
}

.header-container{
  z-index: 25;
  padding-top: 58px;
  font-size: 1.4rem;
  position: fixed;
  background-color: rgba(245, 245, 245, 0.6);
  width: 100%;
}
.header-right-box{
  position: fixed; 
  right: var(--paddingX);
  display:inline-block
}
.header-bold{
  z-index: 30;
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold";
}
.header-right-item{
  margin-left: 62px;
}
.item-button{
  display: inline-block; 
  position: relative;
}
.drop-down{
  display: none;
  position: absolute;
  font-size: 1rem;
  right: 0;
/*  top: 2.6rem;*/
  padding-top: 1rem;
  text-align: right;
  z-index: 40;
}
.drop-down a {
/*  line-height: 2rem;*/
  text-align: right;
  display: block;
  margin-top: 0.7rem;
}
.item-button:hover .drop-down {
  display: block;
}



.content-body{
  padding-top: 64px;
}


.landing-container{
  height: 80vh;
  padding-left: var(--paddingX);
  cursor: s-resize;
}
.landing-title-box{
  z-index: 5;
  width: calc(250px + 35vw);
  height: 290px;
  padding-top: calc(25px + 10vh);
  padding-bottom: 2px;
}
.landing-text{
  width: calc(160px + 28vw);;
}
#landing-title{
}

#landing-graphics{
  position: absolute;
  top: 50vh;
  left: 64vw;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.block-transition{
/*  padding-top: 12px;*/
  width: 100%;
  border-top: 2px solid;
/*  display: inline-block;*/
  position: relative;
/*  border-right: 5px solid;*/
}
.block-transition-no-border{
  width: 100%;
  position: relative;
}
.boldColumn::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  right: 88px;
  background-color: rgba(20, 20, 20, 1);
}
.block-transition-text{
/*  position: absolute;*/
  padding-left: var(--paddingX);
  padding-top: 60px;
/*  height: 30%;*/
}
.text-down{
  position: absolute;
}
.block-title-box{
  position: absolute;
  padding-top: 12px;
/*  width: 45%;*/
}




.work-block{
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: var(--paddingX);
  padding-right: var(--paddingX);
  border-top: 2px solid;

  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row;
  position: relative;
}
#workSummary{
  padding-bottom: 0;
}
.work-block-content{
  width: calc(80vw - 320px)
}
.work-feature-img{
  width: calc(80px + 18vw);
  padding-right: 40px;
}
.work-block-title{
/*  pointer-events: none;*/
}
.work-block-title:hover{
  text-decoration: solid underline rgba(20, 20, 20, 1) 3px;
}
.work-block-label{
  padding-right: 20px;
}
.label-bold{
  padding-right: 5px;
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold";
}

.links-container{
  position: absolute;
  bottom: 27px;
  left: var(--paddingX);
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.links-slash{
  width: 10px;
  height: 80px;
}
.links-slash::after{
  content: '';
  width: 2px;
  height: 112%;
  transform: scaleX(1);
  background-color: rgba(20, 20, 20, 1);
  transform-origin: bottom left;
  transform: translate(-54px,-1px) rotate(26deg) ;
}
.links-box{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.links-item{
  border: solid rgba(20, 20, 20, 1) 2px;
  border-radius: 50px;
  padding: 4px 16px;
  margin: 5px 4px;
  transition: 0.25s;
}
.links-item:hover{
  background-color: rgba(20, 20, 20, 1);
  color: rgba(245, 245, 245, 1);
/*  border: solid rgba(20, 20, 20, 1) 4px;*/
}

#bio-graphics{
  position: absolute;
  right: var(--paddingX);
  width: 900px;
  z-index: -3;
}

.flex-container {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; 
  flex-direction: row;
}
#about{
  padding: 0 0 65px 0; 
}
#contact{
  padding-left: 32px;
  border-left: 8px solid;
  border-top: 2px solid;
  margin-bottom: -2px;
  transform: translateY(-2px);
}
#contact-items{
  text-align: right;
  position:absolute;
  bottom: 28px;
  right: var(--paddingX);
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2.7rem;
}
#contactSpace{
  height: calc(100% - 280px); 
  border-left: 2px solid;
  border-top: 2px solid;
}

.box {
  background-color: blue;
  margin: 10px;
}


#research-area{
  max-width: 550px;
}
#selectWorkTitle{
  width: 540px;
}
#selectWorkText{
  width: 86%; 
  bottom: 34px;
}
.footer-container{
  font-size: 1.4rem;
  height:100px; 
  padding-top: 100px;
}
.block-cursor{
  cursor: default;
}
#selectWorkBlock{
  height: 270px;
}
#fullPortfolioTransition{
  height: 298px;
}



.menu-icon {
  display: none;
  cursor: pointer;
  z-index: 100;
  padding: 5px 20px;
}

.bar1, .bar2, .bar3 {
  width: 4px;
  height: 4px;
  background-color: black;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(0, 12.5px);
  transform: rotate(-45deg) translate(0, 12.5px);
  width: 24px;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
  width: 24px;
}
.menu-icon-container {
  position: fixed;
  right: 10px;
  top: 37px;
  z-index: 30;
/*  width: 30px;*/
/*  padding-left: 15px;*/
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 0vh;
  width: 100vw;
  overflow-y: hidden;
  transition: 0.4s;
  background-color: rgba(248,248,248,0.86);
  z-index: 10;
}



.mobile-header-box{
  text-align: right;
  position: absolute;
  top: 20vh;
  right: 10px;
}
.mobile-header-item{
  padding: 5px 30px 20px 30px ;
  display: block;
}
.sub-item-box{
  padding-bottom: 20px;
}
.first-item{
  font-size: 2rem;
}
.sub-item{
  font-size: 1rem;
  padding: 10px 30px 10px 30px;
}
#portfolioArrow2{
  float:left
}

#filterBlock{
  width:80%;
  height:250px;
  margin-top: 120px; 
  padding-top:10px
}

.filter{
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold";
  padding: 20px 1rem 20px 0;
  font-size: 2rem;
  color: rgba(196, 196, 196, 1);
  transition: 0.3s;
  line-height: 2.6rem;
}
.filter:hover {
  color: rgba(20, 20, 20, 1);
}
.active{
  text-decoration: underline;
  color: rgba(20, 20, 20, 1);
}

.page-active{
  color: rgba(20, 20, 20, 1);
/*  text-decoration: none;*/
}
#pagesBlock{
  height: 300px;
  padding-top: 10px;
}
.pages{
  font-size: 2rem;
  color: rgba(196, 196, 196, 1);
  margin-right: 0.8rem;
}




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

.flex-container {
  flex-direction: column;
}
#selectWorkBlock{
  height: 370px;
}

}

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

.menu-icon {
  display: inline-block
}

body {
  padding-left: 18px;
  padding-right: 18px;
}
h2 {
  font-size: calc(1.6rem + 1vw);
  padding-bottom: 0px;
}
.content-body{
  width: 100%;
}
.header-container{
  padding-top: 42px;

}
.header-left-box{
  position: fixed; 
  right: 18px;
  display: none;
}

.landing-container{
  padding-left: 0;
  height: 560px;

}

.landing-title-box{
  display: none;
}

#landing-graphics-container{
  position: absolute;
  width: 100%;
  height: 650px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#landing-graphics{
  width: 90vw;
  height: 500px;
  position: absolute;
  top: 342px;
  left: 7vw;
  transform: translate(-50%, -50%);
  z-index: -2;
/*  overflow: hidden;*/
}
.block-transition-text{
  padding-left: 0;
  padding-top: 38px;
}
#research-area{
  width: 80%;
}
#selectWorkText{
  width: 100%; 
  bottom: 56px;
}
.boldColumn::after{
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  right: 0;
  background-color: rgba(20, 20, 20, 1);
}
.work-feature-img{
  width: 100%;
  padding-right: 0px;
  padding-bottom: 16px;
}
#contact{
/*  width: 100%;*/
  border-top: 2px solid;
}
.header-right-box{
  display: none;
}
.work-block{
  padding-top: 32px;
  padding-bottom: 56px;
  padding-left: 0;
  padding-right: 0;
  border-top: 2px solid;

  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row;
  position: relative;
}
#workSummary{
  padding-bottom: 10px;
}
.work-block-content{
  width:100%;
}
.links-container{
  width: 100%;
  left:0;
}
#selectWorkTitle{
  width:auto
}
#selectWorkBlock{
  height: 340px;
}
#fullPortfolioTransition{
  height: 398px;
}
#bio-graphics{
  position: absolute;
  right: -18px;
  width: 100%;
  z-index: -3;
}
#portfolioArrow2{
  position: absolute;
  right: 0;
  top: 3.2rem;
}
.links-box{
  padding-bottom: 15px;
}
.footer-container{
  height:15vh; 
}
#filterBlock{
  width:100%;
  height:auto;
  margin-top: 120px; 
  padding-top:10px;
  overflow: scroll;
}
#all-text{
  padding-bottom: 42px;
}
.filter{
  padding: 0 1rem 0 0;
}

}

