html {
  font-size: 1em;
  line-height: 1.44;
  font-family: "IBM Plex Mono", -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}

body{
  margin: 0;
  font-weight: 400;
}

body, a, a:link, a:visited{
  color: #fff;
  -webkit-transition: color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

body.light,
body.light a,
body.light a:link,
body.light a:visited{
  color: #000;
}

hr {
  background: none
  border: none;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  -webkit-transition: border-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: border-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: border-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

body.light hr {
  border-color: #000000;
}

h1 {
  font-family: "CarmenSansBold";
  font-size: 3em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.12;
  -webkit-transition: font-size 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: font-size 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: font-size 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

h1 a,
h1 span{
  opacity: 0.64;
}

h2{
  font-family: "CarmenSans";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.12;
  padding-right: 48px;
  opacity: 0.64;
}

.wrapper { padding: 60px 80px 80px 80px; }

section, header{
  z-index: 5;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  padding: 3rem 0;
}

header{
  padding: 0 0 3rem;
  text-transform: uppercase;
  letter-spacing: 3px
}

.right{
  text-align: right;
}

.highlights ul{
  font-size: 1.5em;
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.highlights ul, .links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.highlights li{
  display: block;
  margin: 0 0 24px;
}

.highlights li:last-child{
  margin: 0;
}

.links p{
  margin: 0;
  padding: 0;
  opacity: 0.64;
  display: flex;
}

.links p span{
  align-self: flex-end;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  h1 { font-size: 3.5rem; }
  section { padding: 4rem 0; }
  header { padding: 0 0 3rem; }
}

@media (max-width: 1080px) {
  h1 { font-size: 2.5em; }
  .highlights ul{ font-size: 1.25em; }
  /* .links ul, .links p, header{ font-size: .66em; } */
}

@media (min-width: 881px) {
  .col2 { grid-template-columns: repeat(2, 1fr); }
  .col3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 880px) {
  h2 { font-size: 1.5em; }
  .col2 { grid-template-columns: repeat(2, 1fr); }
  .col3 { grid-template-columns: repeat(1, 1fr); }
  .wrapper { padding: 20px 32px 32px 32px; }
  section, header { padding: 1.5em 0; }
  h2 { padding-bottom: 1rem; }
}

/* tablets */
@media only screen and (min-width: 600px) {

}

/* desktops */
@media only screen and (min-width: 768px) {

}

.underlay {
  z-index: -3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #092030;
  pointer-events: none;
  background-repeat: no-repeat;
  background-blend-mode: exclusion;
  -webkit-transition: background-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: background-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-color 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition: background-image 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: background-image 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-image 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition: background-position 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: background-position 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-position 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.mmhmmOOO .underlay { background-color: #DC6872; }
.mmhmm .underlay { background-color: #403AE9; }
.culturefit .underlay { background-color: #EDD83F; }
.creativemornings .underlay { background-color: #FFDE8A; }
.google .underlay { background-color: #6890E5; }
.apple .underlay { background-color: #F5F5F7; }
.twistytongue .underlay { background-color: ##403D5A; }
.allturtles .underlay { background-color: #EB5757; }
.onemedical .underlay { background-color: #4F8069; }
.rise .underlay { background-color: #03D6B0; }

.noise {
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: opacity 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.mmhmmOOO .noise { opacity: 0.1; }
.mmhmm .noise { opacity: 0.15; }
.culturefit .noise { opacity: 0.1; }
.creativemornings .noise { opacity: 0.1; }
.google .noise { opacity: 0.1; }
.apple .noise { opacity: 0.1; }
.twistytongue .noise { opacity: 0.2; }
.allturtles .noise { opacity: 0.1; }
.onemedical .noise { opacity: 0.1; }
.rise .noise { opacity: 0.1; }

.mmhmmOOO .underlay{
  background-image: url("../media/highlights/mmhmmOOO.png");
  background-size: 500px 500px;
  background-position: 5% 115%;
}

.mmhmm .underlay{
  background-image: url("../media/highlights/mmhmm.png");
  background-size: 500px 500px;
  background-position: 20% center;
}

.culturefit .underlay{
  background-image: url("../media/highlights/culturefit-light.png");
  background-size: 500px 500px;
  background-position: 80% 10%;
}

.creativemornings .underlay{
  background-image: url("../media/highlights/creativemornings.png");
  background-size: 500px 500px;
  background-position: center -50%;
}

.google .underlay{
  background-image: url("../media/highlights/google.png");
  background-size: 500px 500px;
  background-position: 90% 120%;
}

.apple .underlay{
  background-image: url("../media/highlights/apple.png");
  background-size: 500px 500px;
  background-position: 40% 25%;
}

.twistytongue .underlay{
  background-image: url("../media/highlights/twistytongue.png");
  background-size: 500px 500px;
  background-position: 90% -20%;
}

.allturtles .underlay{
  background-image: url("../media/highlights/allturtles.png");
  background-size: 500px 500px;
  background-position: 105% 40%;
}

.onemedical .underlay{
  background-image: url("../media/highlights/onemedical.png");
  background-size: 500px 500px;
  background-position: 30% 65%;
}

.rise .underlay{
  background-image: url("../media/highlights/rise.png");
  background-size: 500px 500px;
  background-position: 60% 125%;
}

@font-face {
  font-family: "CarmenSans";
  src: url("../fonts/carmensans.otf");
  font-weight: normal;
}

@font-face {
  font-family: "CarmenSansBold";
  src: url("../fonts/carmensans-bold.otf");
  font-weight: normal;
}

/*

Animate shape of BG

main canvas{
  transition: 0.4s cubic-bezier(1, -1, 0, 2);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

main:hover canvas {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
*/