@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  overflow-y: auto;
  background: #ffffff;

}

.container {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  font-weight: 200;
  padding-bottom: 3rem;
  color:#111;
  /* height: 100vh; */
}

/* .dynamic_background{
  position: absolute;
  width:100vw;
  height:100%;
  background:left top no-repeat url("./images/test_bkd.svg") ;
  transition: transform 0.5s ease;
  z-index: 0;
  transform:perspective(1000px) rotateX(0deg) rotateY(-38deg) rotate(6deg)
} */

/* Scrollbar hide turned off for now 
.container::-webkit-scrollbar {
  display:none;
  display:inherit;
}
*/

.sitebanner {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 100;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  height: 165px;
  width: 100%;
  min-width: 420px;
  /* border: 1px solid; */
}

.hero-text {
  position: absolute;
  margin-top: 100px;
  left: calc(50vw - 92px);
  transition: transform 0.5s ease;
  animation: fadeInAnimation ease-in 260ms, moveDown ease-out 360ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 620ms;
  z-index: 400;
  opacity: 0;
  /* border: 1px solid; */
}
.hero-text.mobile{
  visibility: hidden;
}

.capabilities{
  position: absolute;
  padding-left: 49vw;
  max-width: 320px;
  top:140px;
  animation: fadeInAnimation ease-in 260ms , moveDownCapabilities ease-out 360ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 620ms;
  transition: transform 0.5s ease;
  opacity: 0;
}

.capabilities span{
  display: inline-block;
  margin-right:10px;
  color:#666;
}

/* Color Overlays */
.lens {
  position: absolute;
  display: none;
  z-index: 400;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  mix-blend-mode: color;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  left: calc(50vw - 187px);
  transition: transform 0.5s ease;
}

#fiveRingsGrayscale,
#fiveRingsEdo {
  position: absolute;
  width: 164px;
  height: 164px;
  left: calc(50vw - 187px);
  transition: transform 0.5s ease;
  z-index: 300;
  /* display: none; edo theme reveals the correct one */
}

.ringSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: rotateAnimation ease 1.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transition: transform 0.56s ease;
}

#circle2 {
  animation: rotateAnimation ease 1.25s;
}

#circle3 {
  animation: rotateAnimation ease 1s;
}

#circle4 {
  animation: rotateAnimation ease .86s;
}

#circle5 {
  animation: rotateAnimation ease .68s;
}

.lens.water {
  background-color: #7699b0;
  margin: 104px 0px 0px 60px;
  width: 50px;
  height: 140px;
}

.lens.earth {
  background-color: #AED2B2;
  display: none;
}

.sticky .link-bar a svg {
  opacity: .8;
}

/******************************************************* 
THEME MODS theme name: edo is the tinted version
  #FEFDFA  alts: 
  #FAF9F6  
  #FFFEFB 
******************************************************/

.edo body,
.edo .sitebanner {
  background: #FEFDFA;
}

.edo .sticky .sitebanner {
  background: linear-gradient(180deg, rgba(254, 253, 250, 1) 0%, rgba(254, 253, 250, 1) 69%, rgba(254, 253, 250, 0) 95%, rgba(254, 253, 250, 0) 100%);
}

.edo .link-bar {
  background: rgba(254, 253, 250, .90);
}

.edo #fiveRingsEdo {
  display: block;
}

.edo #fiveRingsGrayscale {
  display: none;
}

html:not(.edo) #fiveRingsEdo { 
  display: none;
}

/*******************************************************
 STICKY MODS 
******************************************************/

.sticky .link-bar {
  background: none;
  border: none;
}
.sticky #fiveRingsGrayscale,
.sticky #fiveRingsEdo {
  transform: translate(20px, -90px) rotate(90deg);
}

.sticky .hero-text,
.sticky .sitebanner .capabilities {
  transform: translate(0px, -30px);
}

.sticky .sitebanner {
  position: fixed;
  margin-top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 69%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  height:200px;
}

.edo .sticky .lens {
  position: fixed;
  display: block;
}

.edo .sticky .lens.water {
  transform: translate(-20px, -230px) scale(160%);
}

.edo .sticky .lens.earth {
  transform: translate(0px, -230px) scale(80%);
  z-index: 800;
}



/***********************************************************************
Content Stack 
***********************************************************************/

.section {
  position: relative;
  opacity: 0;
  animation: fadeInAnimation ease-out 760ms, moveDownSection ease-out 360ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 640ms;
  margin-top: 30px;
}

.sticky #section1 {
  padding-top: 195px;
}

#section2 {
  animation-duration: 380ms;
  animation-timing-function: ease-out;
  animation-delay: 720ms;
}

.mainheader {
  position: absolute;
  opacity: 0;
}


.container h1,
.greeting {
  font-size: 1rem;
}

.greeting {
  /* Assumed H1 style defaults */
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
  /*font-size: 1.2rem;  Special mod */
}
.greeting .big{font-size: 3rem;}

.container h2 {
  font-size: .9rem;
}

.container p,
.container h1,
.container .greeting,
.container h2,
.container ul {
  padding-left: 49vw;
  max-width: 320px;
}

.container .tight {
  max-width: 278px;

}

ul {
  list-style-type: circle;
}

ul li::marker {
  color: #ccc;
}

/* Link hover colore change */
ul li:has(> a:hover)::marker{
  color: #CD3D2F;
}

ul.arrow ::marker{
  content: "→  ";
}

ul.nobullet{
  list-style: none;
}

ul.nobullet ::marker{
  content: none;
}
ul.indented ::marker {
  content: "→ ";
  font-size: .9rem;;
}

li {
  margin-left: 20px;
  margin-bottom: 5px;
}

li.special, li.category {
  list-style-type: none;
}

li.category {
  margin-left: 0px;
  font-weight: 500;
  display: none;
}

ul.indented li {
  margin-left: 76px;
  padding-left: 4px;
}

a,
a:visited {
  font-weight: 400;
  position: relative;
  /* color: #c3551d; */
  color: #CD3D2F;
  text-decoration: none;
}

li a{
  padding: 0 16px 0 26px;
  margin-left: -26px;  
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid #cccccc00;
  /* transition: 120ms ease-out; */

}

li a:hover {
  /* text-decoration: underline; */
  /* background: linear-gradient( 90deg, #cd3c2f13 75%, #cd3c2f00); */
  background: #fff;
  border: 1px solid #7699b066;
  mix-blend-mode: multiply;
}

span.emphasis {
  font-weight: 400;
}

.sidebarCallout {
  position: absolute;
  margin-left: -170px;
  width: 140px;
  font-size: .9rem;
  text-align: right;
  color: #666;
  /* margin-top: .33rem; */
  animation: fadeInAnimation ease-out 760ms, moveDownCallout ease-out 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 900ms;
  opacity: 0;
}

.sidebarCallout.mod {
  margin-top: 2px;
  animation: none;
  opacity: 1;
}

.newLine {
  margin-top: 10px;
  display: inline-block;
}

p.note {
  font-weight: 200;
  font-size: .85rem;
}

.link-bar {
  height: 1.8rem;
  width: 100%;
  background: rgba(256, 256, 256, .90);
  position: fixed;
  top: 0px;
  z-index: 200;
  padding-left: 49vw;
  padding-top: 6px;
  border-bottom: .5px solid rgba(240, 240, 240, .9);
  animation: fadeInAnimation ease-out 760ms, moveDownSection ease-out 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1200ms;
  opacity: 0;
}

.link-bar a {
  font-size: .875rem;
  margin-right: 16px;
}

a svg {
  position: relative;
  top: 2px;
  /* color: #c3551d; */
}

.figmaFrame {
  position: relative;
  width: 420px;
  height: 250px;
  left: 43vw;
  border: 0px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.meta {
  font-size: .8rem;
  text-wrap: nowrap;
}

/* public and semi private  portfolio samples content management  */

.portfolioSample{display:none;}

.container:not(.public) .publicOnly{
  display: none;
}


/***********************************************************
 Responsive - Styles for screens smaller than 640 pixels 

 ***********************************************************/

@media only screen and (max-width: 640px) {
.container{
  font-weight: 300;
}

  .hero-text{
    visibility:hidden;
  }

  .hero-text.mobile{
    visibility: visible;
  }

  .container p,
  .container h1,
  .container .greeting,
  .container ul,
  .link-bar{
    padding-left: 30vw;
    max-width: 60vw;
  }
  .link-bar {
    padding-left:48vw;    
  }

  .sitebanner {
    min-width: 420px;
    text-align: left;
  }

  .capabilities {
      left: -5px;
  }
  
  .capabilities span{
    font-size: .88rem;
    margin-right: 5px;
    color: #333;
   }
  .container .tight {
    max-width: 265px;
  }

  .sidebarCallout {
    margin-left: -118px;
    width: 90px;
    /* font-size: .8rem; */
    color: #333;
    font-weight: 300;
    /* margin-top: .5rem; */
  }

  .container h1 {
    font-size: .88rem;
  }
  
/* ***** end media query *******/  
}



/****************************** 
Key frames  
******************************/

@keyframes moveDown {
  0% {
    top: -80px;
  }

  100% {
    top: -32px;
  }
}

@keyframes moveDownCallout {
  0% {
    margin-top: -80px;
  }

  100% {
    margin-top: .33rem;
  }
}

@keyframes moveDownCapabilities {
  0% {
    top: 88px;
  }

  100% {
    top:140px;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveDownSection {
  0% {
    top: -80px;
  }

  100% {
    top: 0px;
  }
}
