:root {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color: black;


  /* font-synthesis: none; */
  /* text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  caret-color: transparent;
}
img {
  
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  color: rgb(62, 147, 233);
  font-weight: 600;
}

* {
  image-rendering: auto;
  margin-bottom: 3vh;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  margin: 0px;
}
body {
  max-width: 100%;
  display: inline-block;
  width:  100%;
  overflow: hidden;
  overflow-y: visible;
}
#centerheader {
  max-width: 100%;
  margin: auto;
  width: 1000px;
  display: flex;
  align-items: center;
}
header #sitelogo img{
  width:300px;
  max-width:300px;
  left:-33px;
  position:relative;
  transition: .4s;
}
header.sticky {
  padding-top: 0px;
}
header.sticky #sitelogo img {
  width: 200px;
  margin-left: 10px;
}
nav {
  top: -101vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 0vh;
  /* transition: 1s ease-out; */
  max-height: 70vh;
  
  background: white;
}
nav.visible {
  top:0px;
  flex-wrap: wrap;
  height: calc(100vh - 350px);;
  padding-bottom: 7vh;
  
  padding-left: 19vw;
  width: 1000px;
  max-width: 80%;
}
nav.left {
  left: -100vw;
}
nav section {

  flex-basis: 100%;
  height: 3vh;
  align-self: flex-end;
  cursor: pointer;
  transition: 1s ease-out;
}
nav section:hover {
  margin-left: -4px;
}
nav section:hover a{
  color:  #002e45;
}
nav a {
  font-family: 'Overpass', sans-serif;
  font-size: 8.05vh;
  font-weight: 700;
  color: black;
  /* padding-left: 400px; */
  letter-spacing: 2px;
}
picture#closemenu {
  right: 20px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
}
#closemenu:hover {
  transition:0s;
  opacity: .7;
  margin-top: 2px;
}
#closemenu img {
  /* width: 10px; */
  height: 40px;
}
section#workheader {
  padding-top: 4px;
  height: 40px;
  width: 100%;
  margin-left: -10px;
  padding-left: 10px;
  padding-bottom: 5px;
  
}
section#workheader.sticky {
  position: fixed;
  top: 105px;
  margin-top: 0px;
  background-color: white;
  z-index: 99;
  padding-bottom: 14px;
}

section#workheader  h2 {
  font-weight: 800;
  padding-left: 0px;
  font-family: 'Overpass', sans-serif;
}
#content #recentwork  {
  
  margin-top: 30px;
  transition: 0s;
}
#content #recentwork.scrolled {
  margin-top: 80px;
}
picture.logo img {
  width: 46px;
}
h2 {
  
  font-size: 33px;
  font-weight: 800;
}
#recentwork {
}
main {
  max-width: 100%;
  transition: .8s;
  max-height: 99999px;
  left:0vw;
  position: relative;
  margin: auto;
  min-height: 100vh;
  width: 1000px;
}
main.left {
  
  left: -100vw;
}
main.left header {
  
  opacity: 0;
}
#content {
  transition: 0s;
  height: max-content;
  max-height: 99999px;
  margin-top: 184px;
}
#content.hidden {
  z-index: -99;
  max-height: 0px;
  overflow: hidden;
}
#content section {
  /* transition: .1s; */
  
  width: 100%;

}
#content.hidden section {
  opacity: 0; 

}
#content.hidden section {
  opacity: 0; 
  overflow: hidden;

}

#content.hiddensection#logos picture {
  overflow: hidden;
}
picture {
  max-width: 100%;
  overflow: hidden;
}

section#logos {
  top: 20px;
  position: relative;
  left: -440px;
  transition: .4s;
  opacity: 0;
  margin-bottom: 83px;
}

section#logos picture {
  overflow: visible;
}


header {
  display: flex;
  padding-top: 10px;

  width: 100%;
  align-items: center;
  position: fixed;
  background-color: white;
  z-index: 99;
  left: 0;

}
#menu {
  height: 75px;
  transition: 1s;
  cursor: pointer;
  padding-top: 19px;
  z-index: 110;
}
#menu.hidden {
  opacity: 0;
}
#menu:hover {
  transition: 0s;
  opacity: .7;
  margin-top: 2px;
}

#menu.hidden:hover {
  opacity: 0;
}
#subtitle {
  height: 210px;
  margin-top: 65px;
}

.prjtext {
  width: calc(100% - 100px);
  margin-right: 30px;
}
.logo {
  width: 65px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 1px;
  overflow: visible;
}

section.prjdetails {
  display: flex;
}

#sitelogo {
  width: 930px;
}
#subtitle img {
  width:1260px;
  max-width:1000px;
}
#logos img {
  width: 2950px;
  margin-left: 6px;
  margin-top: -30px;
}
#home-overview img {
  width: 963px;
  image-rendering: initial;
  margin-bottom: 80px;
}

#about {
  width: 100%;
  transition: .4s;
  left: 100%;
  height: 0px;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 0px;
  opacity: 0;
}

#about.selected {
  top:0px;
  left:0vw;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  overflow: visible;
  display: flex;
  opacity: 1;
}

#closeabout {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

#closeabout:hover {
  margin-top: 2px;
  opacity: .7;
}




#cs-list {
  width: 100vw;
  /* transition: .8s; */
  left: 100%;
  z-index: 99;
  height: 0px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 0px;
  opacity: 0;
  transition: .4s;

  
}

#cs-list.selected {
  top:0px;
  left:0vw;
  width: 100%;
  overflow: visible;
  display: flex;
  height: 100vh;
  
  opacity: 1;
}
#cs-list.left {
  top:0px;
  left:-100vw;
  width: 100%;
  overflow: hidden;
}
.cs.selected {
  
  top: 0px;
  padding-top: 40px;
}

#closecs-list {
  cursor: pointer;
  display: none;
  z-index: 9999;
  padding: 20px;
  z-index: 110;
  border-radius: 10px;
  padding-bottom: 14px;
  padding-left: 16px;
  top: 4438px;
  left: 4440px;
}
.shadowed {

  box-shadow: 1px 1px 5px #00000057;
}
#cs-list.selected #closecs-list {
  position: fixed;
  display: inline;
  top: 38px;
  left: 40px;
  background-color: white;
}
#closecs-list:hover {
  margin-top: 2px;
  opacity: .7;
}
#cs-list-main {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  font-family: 'Overpass', sans-serif;
  padding-top: 54px;
  padding-bottom: 100px;
  margin-top: 0px;
}
#cs-list-main h2 {
  margin-bottom: 40px;
  margin-left: 0px;
}
#cs-list-main h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  max-width: 470px;
  cursor: pointer;
  color: black;
}
#cs-list-main h4:hover {
  opacity: 0.7;
}
.cs.selected #closecs {
  display: inline-block;
  padding-bottom: 14px;
  padding-left: 16px;
}
#closecs {
  position: fixed;
  top: 68px;
  left: 40px;
  cursor: pointer;
  padding: 20px;
  display: none;
  background-color: #fafdfd00;
  border-radius: 10px;
}

#closecs:hover {
  margin-top: 2px;
  opacity: .7;
}

.case-promo {
  display: flex;
  flex-wrap: column nowrap;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 20px;
  margin-left: 7%;
}
.cs-promo-img img {

  height: 180px;
  cursor: pointer;
  width: 318px;
}
.cs-promo-img:hover {
  opacity: 0.7;
}
span.cs-promo-txt {
  padding-left: 40px;
  padding-top: 18px;
}

.cs-text strong {
  font-weight: 600;
}

.tags {
  display: flex;
  flex-wrap: column nowrap;
  margin-bottom: 4px;
  margin-top: 4px;
}
span.tag {
  border: 1px solid #ababab;
  border-radius: 4px;
  color: #7b7b7b;
  font-weight: 700;
  padding-top: 2px;
  padding: 3px;
  padding-bottom: 0px;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 3px;
  cursor: default;
}
.time {
  font-size: 10px;
  color: #7b7b7b;
  font-weight: 700;
}

div.navbox {
  padding-left: 2vh;
  padding-right: 2vh;
  width: max-content;
  align-content: center;
  margin-left: 2vh;
  height: max-content;
}
/* 
div#nav1a {
  width: 59vh;
}
div#nav2a {
  width: 57vh;
}
div#nav3a {
  width: 49vh;
}
div#nav4a {
  width: 38vh;
} */



#about-back {
  position: fixed;
  top: 38px;
  left: 33px;
  cursor: pointer;
  display: none;
  z-index: 110;
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 15px;
  padding-left: 17px;
}
#about.selected #about-back {
  display: inline;
}
#about-back:hover {
  margin-top: 2px;
  opacity: .7;
}
.cs-intro.prj-title {
  color: rgb(0, 0, 0);
  margin-bottom: -60px;
  font-size: 36px;
  font-weight: 800;
  margin-top: -20px;
}

#about-main {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-family: 'Overpass', sans-serif;

  margin-top: 55px;
}
#about-main h2 {
  margin-bottom: 40px;
  margin-left: 0px;
}
#about-main h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  max-width: 470px;
  cursor: pointer;
}
#about-main h4:hover {
  opacity: 0.7;
}


.about-header picture img {
  width: 791px;
}

h5 {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.body-text {
  width: 720px;
}
.body-text p {
  font-size: 19px;
  padding-bottom: 15px;
}
#resume {
  padding-top: 20px;
  padding-bottom: 20px;
}
#resume picture img {
  width: 782px;
  cursor: pointer;
  margin-left: -12px;
}
#resume picture:hover {
  box-shadow:  none;
  margin-top: 1px;
  margin-bottom: -1px;

  filter: saturate(105%) hue-rotate(-11deg) brightness(99%);
}
#map {
  margin-bottom: 20px;
}
#bye {
  margin-top: 15px;
  margin-bottom: 20px;
}
#map picture img {
  width: 737px;
}
#bye picture img {
  width: 737px;
}











.animated-border-box, .animated-border-box-glow{
  max-height: 10vh;
  max-width: 950px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
	border-radius: 9px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(10px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #b1bfd1, rgba(255, 252, 252, 0) 25%);
  /* change speed here */
	animation: rotate 2s linear infinite;
}

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #ffffff;
  border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.workitem.left {
  margin-right: 90px;
}
.workitemimg picture {
  display: flex;
}
section.workitem {
  max-width: 450px;
  display: inline-block;
  width: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 4px hsl(0deg 0% 0% / 0.02), 0 4px 8px hsl(0deg 0% 0% / 0.01), 0 18px 18px hsl(0deg 0% 0% / 0.016), 0 26px 26px hsl(0deg 0% 0% / 0.02);
  margin-bottom: 4rem;
  background-color: white;
}

section.workitem-pair {

  display: flex;
  flex-wrap: wrap;
}
section.workitemimg {
  aspect-ratio: 1.46065 / 1;
  background: white;
  border-bottom: rgb(232, 232, 232) 1px solid;
  overflow: hidden;
}
section.workitemimg picture.clickable img:hover {
  filter: saturate(105%) hue-rotate(-11deg) brightness(98%);
  z-index: 1;
}
section.projectrole {
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 18px;
  margin-bottom: 7px;
  margin-right: 10px;
  
}

section.projectintro {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0b1010de;
  line-height: 18px;
  margin-bottom: 7px;
}


section.workitem a {
    /* color: #53819B; */
  font-size: 14px;
}
section.projectnotes {
  font-family: 'Overpass', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgb(165, 165, 165);
  margin-bottom: 16px;
}



.workitemimg img {
  height: 309px;
}


.cs {
  position: absolute;
  background-color: white;
  z-index: 999;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  font-family: 'Overpass', sans-serif;
  top: 0px;
  display: flex;
  overflow: hidden;
  transition: .4s;
  opacity: 0;
  width: 100%;
  background: linear-gradient(271deg, #fbfbff, #f8f9f9, #fafdfe);
  /* background-image: url('csbg.png');
  background-repeat: repeat-x; */
}


.cs.selected {
  left: 0vw;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-top: 40px;
  opacity: 1;
  height: unset;
}
.cs-intro {
  font-size: 24px;
  margin-top: 60px;
  max-width: 890px;
}

.cs-subhead {
  font-size: 24px;
  margin-top: 30px;
  max-width: 890px;
}











.cs-main {
  width: 1000px;
  margin: auto;
  overflow-x: visible;
}
.cs-main h2 {
  font-size: 40px;
  line-height: 43px;
  max-width: 800px;
  color: #222727;
  margin-bottom: 40px;
  padding-top: 40px;
  margin-top: 0px;
}
.ov-title {
  font-weight: 700;
  width: 96px;
  display: inline-block;
  min-width: 96px;
  color: #434343;
}

section.ov-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
  
}

section.ov-item section {
}

section.ov-item {
  display: flex;
  flex-wrap: nowrap;
  min-width: 29%;
  width: 300px;
  max-width: 40%;
  padding-right: 20px;
  
  margin-bottom: 30px;
}
.ov-row {
  display: block;
}
section.overview {
  display: flex;
  flex-wrap: wrap;
  max-width: 97vw;
  padding-left: 20px;
}
h4 {
  font-size: 18px;
}
section.ov-desc {
  
  max-width: 370px;
  line-height: 18px;
  
  padding-top: 2px;
}
section.cs-pair {
  display: flex;
  flex-wrap: wrap;
}

picture.cs-image {
  display: flex;
  flex-wrap: wrap;
  height: 73%;
  max-width: 73%;
  overflow: visible;
  margin-right: 40px;
}
picture.cs-image img {
  width: 100%;
  max-width: 100%;
  
  margin-left: -36px;
}
picture.cs-full-image {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width: 100%;
  overflow: visible;
  margin-right: 40px;
}
picture.cs-full-image img {
  width: 120%;
  max-width: 117%;
  margin-left: -53px;
}
picture.cs-image.mobile-gif {
  padding-left: 190px;
  padding-right: 190px;
  padding-top: 30px;
}
picture.cs-image.desktop-gif {
  padding-left: 50px;
  padding-top: 30px;
  margin-right: -20px;
  margin-bottom: 30px;
}
picture.cs-image.desktop-gif img {
    width: 100%;
    max-width: 88%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    border-bottom-width: 4px;
}

section.cs-text {
  width: 20%;
  padding-top: 56px;
  
  line-height: 19px;
  margin-left: -40px;
}

.cs-text p { 
  padding-bottom: 20px;
}
hr {
  margin-top: 0px;
  margin-bottom: 35px;
  border: 1px solid rgba(227, 227, 227, 0.488);
}
.bottom-promo {
  max-width: 800px;
  border-radius: 10px;
  box-shadow:  0 3px 4px hsl(0deg 0% 0% / 0.02), 0 4px 7px hsl(0deg 0% 0% / 0.01), 0 -12px 18px hsl(0deg 0% 0% / 0.016), 0 26px 26px hsl(0deg 0% 0% / 0.02);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 37px; /* Add some bottom padding for spacing */
  font-family: 'Overpass', sans-serif;
  color: #222727;
  margin-bottom: 20px;
  margin-top: 30px;
  background-color: white;
  
  cursor: pointer;
}
.bottom-promo:hover {
  opacity: .8;
}
.bottom-promo h2 {
  cursor: pointer;
  text-decoration: none;
  color: rgb(62, 147, 233);
  margin-top: 1px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 26px;
}
#contact {
  max-width: 800px;
  border-radius: 10px;
  box-shadow:  0 0px 4px hsl(0deg 0% 0% / 0.09), 0 4px 8px hsl(0deg 0% 0% / 0.03), 0 18px 18px hsl(0deg 0% 0% / 0.04), 0 26px 26px hsl(0deg 0% 0% / 0.06);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 40px; /* Add some bottom padding for spacing */
  font-family: 'Overpass', sans-serif;
  color: #222727;
  margin-bottom: 100px;
  background-color: white;
  margin-top: 60px;
  transition: .4s;
}
#contact-head {
  padding-bottom: 20px;
}
#contact-head img {
  width: 200px;
}

#contact-links {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.contact-link {
  margin: 20px;
  transition: .2s;
}

.contact-link:hover {
  margin-top: 21px;
  opacity: .82;
  margin-bottom: -1px;
  cursor: pointer;
}
.contact-link img {
  height: 80px;
}

#contact.overlay {
  z-index: 99999;
  position: fixed;
  top: 20%;
  margin: auto;
  width: 80%; 
  left: 50%;
  transform: translateX(-50%);
}
main.contact {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  opacity: .2;
}

#close-contact {
  display: none;
}

#contact.overlay #close-contact {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  height: 50px;
  cursor: pointer;
}
#close-contact  img {

  height: 25px;
}
#contact.hidden {
  display: none;
}

.results {
  max-width: 650px;
  display: inline-block;
  margin-bottom: 100px;
}

.workitemimg video {
  object-fit: cover;
  object-align: center center;  
  margin-left: -11%;
  width: 122%;
}

#cs-list hr {
  max-width: 1000px;
  margin-top: 10px;
}


.mobile-only {
  display: hidden;
}

#skeleton {
  position: fixed;
  z-index: 99999;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 30px;
  opacity: 1;
  transition: .8s;
  display: none;
}
#skeleton.hidden {
  opacity: 0;
}
.skel-skeleton {
  background: #fafafa;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s skel-shine linear infinite;
  border-radius: 10px;
}
@keyframes skel-shine {
  to {
      background-position-x: -200%;
  }
}
.skel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.skel-logo {
  width: 200px;
  height: 120px;
}
.skel-menu {
  width: 70px;
  height: 70px;
}
.skel-title {
  height: 190px;
  width: 900px;
  margin-bottom: 20px;

}
.skel-subtitle {
  height: 80px;
  width: 91%;
  margin-bottom: 40px;
}
.skel-company-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.skel-logo-item {
  width: 30%;
  height: 129px;
}
#skeleton-content {
  width: 1000px;
  margin: auto;
}
section#CTA {
  margin-bottom: 57px;
  cursor: pointer;
}
section#CTA:hover {
  filter: saturate(105%) hue-rotate(-11deg) brightness(99%);
}

#CTA img {
  width: 909px;
  box-shadow: 0 3px 4px hsl(0deg 0% 0% / 0.02), 0 4px 8px hsl(0deg 0% 0% / 0.01);
  border-radius: 10px;
 
}

#CTA img:hover {
  box-shadow:  none;
  margin-top: 1px;
  margin-bottom: -1px;
 
}


















@media screen and (max-width: 1155px) {

  h2 {
    padding-left: 112px;
  }

}

@media screen and (max-width: 1000px)  {

  .workitemimg video {
    object-fit: cover;
    object-align: center center;  
    margin-left: -11%;
    height: 100%;
  }
  .mobile-only {
    display: flex;
  }
  
  .no-mobile {
    height: 0px;
    width: 0px;
    display: hidden;
  }
  body {
    max-width: 100%;
    overflow: hidden;
    overflow-y: visible;
  }
  header {
    padding-top: 10px;
    position: fixed;
    max-width: 100%;
  }
  #content {
    margin-top: 186px;
  }
  nav a {
    font-family: 'Overpass', sans-serif;
    font-size: 5vh;
  }
  #centerheader {
    width: 100%;
  }
  nav.visible {
    
    padding-left: 0px;
    max-width: 95%;
    padding-top: 15px;
  }
  #logos img {
    margin-left: 0px;
  }
  #sitelogo {
    width: 75%;
  }
  .prjtext {
    width: 100%;
  }
  #content #subtitle {
    font-size: 10rem;
    margin-left: 5%;
    height: 50vw;
    margin-top: 10vw;
    width: 94%;
    height: 38vw;
    margin-bottom: 8px;
  }
  h2 {

    margin-left: 20px;
  }
  #subtitle img {
    width:100%;
  }
  #subtitle picture {
    width: 85vw;
    display: block;
}
  section#logos {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    left: -62px;
    max-width: 100%;
    margin-bottom: 53px;
  }
  section#logos picture {
    
    overflow-x: hidden;
  }
  section#logos img {
    width: 97%;
  }
  #sitelogo {
    margin-left: 5%;
  }

  section.workitem {
    display: inline;
    margin-left: 0px;
    width: 100%;
    border-radius: 0px;
  }
  #recentwork {
    margin-left: 0px;
    max-width: 100%;
        background: linear-gradient(271deg, #fbfbff, #f8f9f9, #fafdfe);
  }
  section.workitem {
    min-width: 100%;
    border-top: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    box-shadow: none;
    margin-bottom: 3rem;
  }
  picture.logo {
    margin-left: 13px;
    margin-right: 10px;
  }
  picture.logo img {
    
    width: 44px;
    margin-top: 6px;
    margin-left: 4px;
  }
  #logos img {
    margin-top: 0px;
  }
  .workitemimg img {
    width: 100%;
    aspect-ratio: 1.46065 / 1;
    height: calc(100vw / 1.46065);
  }
  section#workheader {
    margin-top: 40px;
  }
  #content #recentwork.scrolled {
    margin-top: 140px;
    border-bottom: 1px solid #e9e9e9;
  }
  section.projectrole {
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-top: 23px;
  }
  section.ov-item {
    min-width: 67vw;
    margin-bottom: 20px;
    width: 380px;
     max-width: unset;
  }
  section.ov-title {
    min-width: 140px;
    font-size: 120%;
    font-weight: 800;
  }
  section.ov-desc {
    line-height: 22px;
  }
  .cs-main {
    max-width: 90vw;
  }
  section.overview {
    margin-left: 30px;
  }
  picture.cs-image {
    min-width: 126%;
    margin-left: 0px;
  }
  picture.cs-image img {
    margin-left: -30px;
    width: 90%;
  }
  picture.cs-image.mobile-gif img {
    margin-left: -190px;
    width: 90vw;
    margin-bottom: 32px;
  }
  picture.cs-full-image {
  margin-left: 40px;
  margin-right: 0px;
  }
  #content section.bottom-promo {
    box-shadow: none;
    border-radius: 6px;
    background-color: rgb(3 20 37);
    padding-top: 20px;
    padding-bottom: 16px;
    margin-top: 60px;
    margin-bottom: -15px;
    width: 90%;
  }
  section.cs-text {
    width: 100%;
    padding-top: 0px;
    margin-top: -8px;
    margin-left: 0px;
  }
  .cs-text p {
    font-size: 15px;
  }
  section.ov-row {
    margin-bottom: 0px;
  }
  #contact.overlay {
    border-radius: 0px;
    width: 100%;
  }
  .about-header picture img {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #about h5, #about .body-text, #resume picture img, #about #map picture img, #bye picture img {
    
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #about-main {

    margin-top: 55px;
  }
    
  #closemenu:hover {
    opacity: 1;
    margin-top: 0px;
  }
    
  #menu:hover {
    opacity: 1;
    margin-top: 0px;
  }
  .bottom-promo h2 {
    padding-left: unset;
    margin-left: 0px;
    color: white;
  }
  #contact {
    
    margin-top: 90px;
  }
  section.projectintro {
    font-size: 15px;
    line-height: 18px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  section.workitem a {
    /* color: #53819B; */
    font-size: 15px;
  }
  #closecs-list {  
    box-shadow: 0px 2px 4px #bdbdbd;
  }
  .cs.selected #closecs { 
    box-shadow: 0px 2px 4px #bdbdbd;
    background-color: #fafdfd;
  }
  #about-back {
    box-shadow: 0px 2px 4px #bdbdbd;
  }

  .bottom-promo h2:hover {
    opacity: 1;
    color: white;
  }

  .bottom-promo:hover {
    opacity: .9;
  }
  #content #bp2 {
    border: 4px solid rgb(3 20 37) ;
    background-color: white;
    box-sizing: border-box;
  }
  #content #bp2:hover {
    border: 4px solid rgb(3 20 37) ;
    background-color: rgba(226, 234, 241, 0.322);
  }
  #content #bp2 h2 {
    color:  rgb(4, 26, 47) ;
  }
  section#CTA {
    margin-bottom: 20px;
    display: none;
  }
  #CTA img {
    width: 90%;

    margin-left: 5%;
  }
  #home-overview img {
    width: 89%;
    margin-left: 5%;
    margin-bottom: 22px;
  }
  picture.cs-promo-img {
    width: 190px;
    display: block;
  }
  .case-promo { 
    margin-left: -10px;
  }
  header.sticky {
    padding-top: 10px;
  }
}



