/* base */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
/*
  background: #EBE9E7;
*/
  font: normal 120%/1.4 sans-serif;
  color: #262626;
}

/********** all viewports **********/
.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: #262626;
  background-color: transparent;
  transition: all 0.3s ease;
}
.link-with-arrow img {
  filter: invert(0);
  transition: filter 0.3s ease;
}
.link-with-arrow:hover {
  background-color: #262626;
  color: white;
  padding: 0em 0.1em;
  position: relative;
}
.link-with-arrow:hover img {
  filter: invert(1);
}
.col-a {
  float: left;
  width: 48%;
}
.col-b {
  float: right;
  width: 48%;
}
img.static {
  width: 100%;
  max-width: 100%;
}
.block {
  width: 100%;
  padding: 0;
}
.inner {
  text-align: left;
  max-width:1200px;
  padding: 0;
  margin: auto;
}
.footer {
  font-size: 0.8em;
  text-align: center;
  width:95%;
  max-width:1200px;
  max-height:50px;
  margin: auto;
  padding-bottom: 1em;
}
.leftcolumn, 
.rightcolumn {
  text-align: left;
}
.endofrow {
  clear: both;
}
.right {
  text-align: right;
  float: right;
}
.left {
  text-align: left;
  float: left;
}
a:link {
  color: #131313;
  text-decoration: none;
}
a:visited {
  color: #131313;
  text-decoration: none;
}
a:hover {
  color: #131313;
  text-decoration: none;
}
.text-white {
  color: #E6E6E6;
}
.text-black {
  color: #131313;
}
.text-grey {
  color: #464646;
}
.ingress {
  color: #464646;
}
.reely{
   display: none;
}

@media only screen and (max-width: 768px){
   .reelx{
     display: none;
   }

   .reely{
     display: block;
   }
}

/********** larger viewports **********/
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1em; 
    text-align: left;
    padding: 0 0 .5em 0;
  }
  h2 {
    font-size: 1.8em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1em; 
    text-align: left;
    padding: 1.5em 0 .5em 0;
  }
  p {
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    color: #262626;
    padding: .2em 0 .4em 0;
  }
  .ingress {
    font-size: 1.5em;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    text-align: left;
    padding-top: .6em;
    max-width: 70%;
  }
 .project {
    padding: 0.5em 0 0.2em 0;
  }
  #section1 {
    padding: 6% 0;
  }
  #section2 {
    padding: 2% 0;
  }
  #section3 {
    padding: 2% 0;
  }
  #section-a {
    padding: 6% 0;
  }
  #section-b {
    padding: 0;
  }
  #section-c {
    padding: 0;
  }
  #section-d {
    padding: 1% 0;
  }
  #section-e {
    padding: 0 0 2% 0;
  }
  #section-nav {
    padding: 0 0 2% 0;    
  }
  .inner {
    width:95%;
  }
  .col-1 {
    float: left;
    width: 48%;
    padding: 2% 0 2% 0;
  }
  .col-2 {
    float: right;
    width: 48%;
    padding: 2% 0 2% 0;
  }
  .col-10 {
    float: left;
    width: 38%;
    padding: 1% 0 1% 0;
  }
  .col-20 {
    float: right;
    width: 58%;
    padding: 1% 0 1% 0;
  }
  .imgvalign {
    vertical-align: text-bottom;
  }
  .company {
    font-size: 1.2em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  .small {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .text-light-grey {
    font-size: .7em;
    font-weight: 500;
/*
    color: #808080;
*/
    text-transform: uppercase;
    letter-spacing: .05rem;
  }
}

/********** smaller viewports **********/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.2em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1.2em; 
    text-align: left;
    padding: 0 0 .5em 0;
  }
  h2 {
    font-size: 1.8em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1em; 
    text-align: left;
    padding: 1.5em 0 .5em 0;
  }
  p {
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    color: #444;
    padding: .2em 0 .4em 0;
  }
  .ingress {
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    text-align: left;
    padding-top: .6em;
  }
  .project {
    padding: 0.5em 0 0.2em 0;
    text-align: left;
  }
  .text-nav {
    font-size: 1.5em;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }

  #section1 {
    padding: 30% 0;
  }
  #section2 {
    padding: 10% 0 5% 0;
  }
  #section3 {
    padding: 5% 0 8% 0;
  }
  #section-a {
    padding: 6% 0;    
  }
  #section-b {
    padding: 0;
  }
  #section-c {
    padding: 0;
  }
  #section-d {
    padding: 3% 0;
  }
  #section-e {
    padding: 0 0 2% 0;
  }
  #section-nav {
    padding: 0 0 6% 0;    
  }
  .inner {
    width:90%;
  }
  .contact {
    text-align: center;
  }
  .vspace {
    padding-bottom: 0.6em;
  }
  .imgvalign {
    vertical-align: text-bottom;
  }
  .company {
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  .small {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 1em 0;
  }
  .text-light-grey {
    font-size: .6em;
    font-weight: 500;
/*
    color: #808080;
*/
    text-transform: uppercase;
    letter-spacing: .05rem;
  }
}



