@import url("https://fonts.googleapis.com/css?family=Noto+Serif:700|Open+Sans:300,400,600|IBM+Plex+Mono:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nothing+You+Could+Do&display=swap");
@font-face {
  font-family: "Noto Sans";
  src: url("NotoSans-VariableFont_wdth,wght.ttf");
  font-weight: 400 700;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.nav-fixed-top {
  display: flex;
  justify-content: space-between;
  background-color: white;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}
.nav-fixed-top a {
  color: #000;
  cursor: pointer;
  font-weight: 500;
  margin-right: 2rem;
}
.nav-fixed-top a:hover {
  color: #DD7055;
}

* {
  box-sizing: border-box;
}

.display {
  font-family: "Nothing You Could Do", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

h1 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

h3 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1rem;
}

.kicker {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

h4 {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.alt-subhead {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: #000;
}

label {
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

p span {
  font-weight: 700;
}

.helper {
  font-style: italic;
  font-family: "Nothing You Could Do", sans-serif;
  font-size: 1rem;
}

.btn {
  padding: 0.5rem;
  width: 30%;
  border: 1px solid #000;
  color: #000;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 2rem;
  border-color: #000;
  color: #000;
}
.btn:hover {
  border-color: #DD7055;
  color: #DD7055;
}
.btn:hover {
  color: #000;
  border-color: #000;
  opacity: 0.8;
}

.btn-light {
  color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.8;
}

img {
  width: 100%;
}

.sub-section {
  margin-bottom: 2rem;
}

#banner {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 2rem;
  justify-content: center;
  padding: 1rem;
  background-color: #6EB4D1;
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  position: fixed;
  top: 5rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#banner span:first-child {
  font-weight: 400;
}
#banner .close:hover {
  opacity: 0.8;
  cursor: pointer;
}
#banner div {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0.5rem;
}

nav {
  height: 80px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
}
nav a {
  color: #000;
  text-transform: uppercase;
}
nav a:hover {
  color: #DD7055;
}

.social-links ul {
  list-style-type: none;
}

.logo a {
  font-family: "Nothing You Could Do", sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  margin-left: 2rem;
  position: relative;
  text-transform: lowercase;
}

.project-page .logo a {
  position: relative;
}
.project-page .logo a:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #15191b;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left;
}
.project-page .logo a:after {
  content: "";
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #15191b;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: right;
}
.project-page .logo a:hover:before, .project-page .logo a:hover:after {
  transform: scaleX(1);
}

.header {
  display: flex;
  align-items: center;
}

.md-close {
  position: absolute;
  right: 4rem;
  top: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 0.25rem;
  z-index: 9999;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Nothing You Could Do", sans-serif;
}
.md-close i {
  margin-left: 0.5rem;
  font-size: 1rem;
}
.md-close:hover {
  color: black;
  border-bottom: 1px solid black;
}

.about-me {
  color: #fff;
  display: flex;
  height: 100%;
}
.about-me .headshot {
  height: 100vh;
  width: 40%;
  background-image: url("../images/headshot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-me .headshot img {
  display: none;
}
.about-me .headshot .footnote {
  left: 0.5rem;
  top: 97%;
  color: #fff;
}
.about-me .headshot .footnote a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.about-me .headshot .footnote a:hover {
  color: #DD7055;
  border-bottom-color: #DD7055;
}
.about-me .bio {
  align-self: center;
  padding-left: 10%;
  flex: 1;
}
.about-me .bio h1 {
  font-size: 2rem;
}
.about-me .bio h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: lowercase;
}
.about-me .bio .speed-date {
  margin-bottom: 2rem;
}
.about-me .bio .speed-date h2 {
  font-size: 0.75rem;
}
.about-me .bio ol {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.about-me .bio ol li {
  padding: 0.5rem 0rem;
  line-height: 1.5rem;
}
.about-me .bio ol li .emojis span {
  margin: 0rem 0.5rem;
  padding-bottom: 0.25rem;
}

#home-page .mountains {
  width: 100%;
  background-image: url("../images/blueridgemountains.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  z-index: -1;
}
#home-page .text {
  padding-bottom: 20rem;
  width: 83%;
  text-align: center;
  animation: fadeInDown 2s;
}
#home-page .text h1 {
  line-height: 3rem;
}
#home-page .text h1:last-child {
  font-family: "Nothing You Could Do", sans-serif;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .left {
  display: grid;
  padding: 2rem;
  text-align: left;
  grid-template-columns: 3rem 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 1rem;
  color: #000;
  width: 50%;
}
section .left h1:first-child {
  grid-column: 1;
  grid-row: 1/span 4;
  margin-bottom: 0rem;
  line-height: 3rem;
}
section .left h2 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1rem 0rem;
}
section .left p {
  width: 90%;
}
section .left a {
  padding: 0.5rem;
  width: 30%;
  border: 1px solid #000;
  color: #000;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
section .left a:hover {
  border-color: #DD7055;
  color: #DD7055;
}
section .left .disabled {
  background-color: #F5F5F5;
  color: #686C76;
  border-color: #F5F5F5;
}
section .left .disabled:hover {
  color: #686C76;
  border-color: #F5F5F5;
  cursor: default;
}
section .right {
  height: 80%;
  background-image: url("../images/pipio-onboarding.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40%;
}
section .right-02 {
  height: 50%;
  background-image: url("../images/personas-home.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section .right-03 {
  height: 50%;
  background-image: url("../images/recess.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.project-page section {
  align-items: flex-start;
}
.project-page ul {
  margin-left: 4rem;
}

.samples {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

ul {
  margin-bottom: 1rem;
  list-style-type: circle;
}
ul li {
  font-family: "Nothing You Could Do", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
ul li span:first-child {
  text-decoration: underline;
}

.bg-alt {
  background-color: #F5F5F5;
}

.visuals {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0rem 4rem;
  width: calc(55vw - 8rem);
}
.visuals img {
  width: 100%;
  max-width: 800px;
}

.badges {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  background-color: #e3e3e3;
}

.carousel-item:last-child {
  border-right: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.coming-soon {
  padding: 0.25rem 0.5rem;
  background-color: #D7C1CB;
  color: black;
  border-radius: 100px;
  font-size: 0.75rem;
  font-family: "Nothing You Could Do";
  font-weight: bold;
}

.user-quote {
  background-color: #2990FF;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  justify-content: center;
  align-content: center;
}
.user-quote h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: white;
}
.user-quote h3 {
  padding-left: 0rem;
  color: white;
}

.item {
  text-align: left;
}
.item img {
  margin-bottom: 1rem;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
}

.project-page .logo a {
  color: #15181B;
}
.project-page footer {
  width: 100%;
}
.project-page footer .logo a {
  color: #fff;
  position: relative;
}
.project-page footer .logo a:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left;
}
.project-page footer .logo a:after {
  content: "";
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: right;
}
.project-page footer .logo a:hover:before, .project-page footer .logo a:hover:after {
  transform: scaleX(1);
}
.project-page section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
  column-gap: 1.5rem;
}
.project-page section:last-of-type {
  margin-bottom: 0rem;
  padding-bottom: 6rem;
}
.project-page .full-width {
  display: flex;
  flex-direction: column;
  width: 75%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.project-page .full-width ul {
  text-align: left;
}
.project-page .key {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-page .key ul {
  max-width: 70%;
}
.project-page .key ul li {
  display: grid;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.project-page .key ul li span:first-child {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.project-page .key ul li span {
  line-height: 1.5rem;
}
.project-page .key ul .examples {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 1rem;
}
.project-page section:last-child {
  margin: 0rem;
  padding: 0rem;
}
.project-page .overview {
  background-color: #DBE570;
  color: #15181B;
  min-height: calc(35vh + 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-page .overview div {
  display: grid;
  width: 60%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  margin: 0rem 0rem 4rem 0rem;
  justify-items: center;
}
.project-page .overview div h1 {
  grid-row: 1;
  grid-column: 1/span 3;
  text-align: center;
  text-transform: lowercase;
}
.project-page .overview div h2 {
  grid-column: 1/span 3;
  text-transform: uppercase;
  margin-top: 1rem;
}
.project-page .overview div ul {
  text-align: center;
  list-style-type: none;
  margin-top: 4rem;
  margin-left: 0rem;
}
.project-page .overview div ul li:first-child {
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.project-page .overview div ul li {
  margin-top: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
}
.project-page .overview div ul:first-of-type li:nth-child(2) {
  line-height: 1.5rem;
}
.project-page .overview.project-02 {
  background: #FE5F55;
}
.project-page .process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.project-page .process p {
  margin-bottom: 2rem;
}
.project-page .process .feature-image {
  position: absolute;
  z-index: 100;
  top: 55%;
  width: 40%;
  left: 3%;
  width: 40%;
}
.project-page .process .feature-image img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 16px 0px;
  transform: rotate(5deg);
}
.project-page .process div {
  grid-column: 2;
}
.project-page .wireframes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 55vh auto;
  grid-column-gap: 2rem;
  grid-column: 2;
}
.project-page .wireframes h3 {
  grid-row: 1;
  grid-column: 1/span 3;
}
.project-page .wireframes img {
  max-height: 100%;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 16px 0px;
  justify-self: center;
}
.project-page .wireframes p {
  grid-row: 3;
  grid-column: 1/span 3;
  margin: 2rem 0rem;
}
.project-page .branding {
  background-color: #262C30;
  color: #ffffff;
}
.project-page .branding h3 {
  margin-bottom: 1rem;
}
.project-page .branding .brand-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.project-page .branding .content {
  grid-column: 2;
}
.project-page .branding .color-palette,
.project-page .branding .eai {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 3rem auto auto;
  margin-bottom: 2rem;
}
.project-page .branding .color-palette .primary,
.project-page .branding .eai .primary {
  background-color: #036AAC;
}
.project-page .branding .color-palette .secondary,
.project-page .branding .eai .secondary {
  background-color: #DBE570;
}
.project-page .branding .color-palette .neutral,
.project-page .branding .eai .neutral {
  background-color: #262C30;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-page .branding .color-palette .neutral-2,
.project-page .branding .eai .neutral-2 {
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.project-page .branding .color-palette .pop,
.project-page .branding .eai .pop {
  background-color: #FDB700;
}
.project-page .branding .color-palette h4,
.project-page .branding .eai h4 {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.5rem;
  text-align: right;
}
.project-page .branding .typography {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.project-page .branding .typography h1 {
  margin-bottom: 1rem;
  font-family: ff-spinoza-web-pro, serif;
  text-transform: capitalize;
  font-weight: bold;
}
.project-page .branding .typography h1:last-child {
  font-family: purista-web, sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}
.project-page .branding .col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.project-page .branding .col-2 p {
  width: 70%;
  text-align: right;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.project-page .demo h3,
.project-page .demo p {
  grid-column: 1/span 2;
  text-align: center;
}
.project-page .demo p {
  margin-top: 2rem;
}
.project-page .demo .gallery {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
}
.project-page .demo .gallery .img-1 img,
.project-page .demo .gallery .img-2 img,
.project-page .demo .gallery .img-3 img,
.project-page .demo .gallery .img-4 img,
.project-page .demo .gallery .img-5 img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 5px 0px;
}
.project-page .demo .gallery .img-1 img:first-child,
.project-page .demo .gallery .img-2 img:first-child,
.project-page .demo .gallery .img-3 img:first-child,
.project-page .demo .gallery .img-4 img:first-child,
.project-page .demo .gallery .img-5 img:first-child {
  display: block;
}
.project-page .demo .gallery .img-1 img:nth-child(2),
.project-page .demo .gallery .img-2 img:nth-child(2),
.project-page .demo .gallery .img-3 img:nth-child(2),
.project-page .demo .gallery .img-4 img:nth-child(2),
.project-page .demo .gallery .img-5 img:nth-child(2) {
  display: none;
}
.project-page .demo .gallery .img-1:hover img:first-child,
.project-page .demo .gallery .img-2:hover img:first-child,
.project-page .demo .gallery .img-3:hover img:first-child,
.project-page .demo .gallery .img-4:hover img:first-child,
.project-page .demo .gallery .img-5:hover img:first-child {
  display: none;
}
.project-page .demo .gallery .img-1:hover img:nth-child(2),
.project-page .demo .gallery .img-2:hover img:nth-child(2),
.project-page .demo .gallery .img-3:hover img:nth-child(2),
.project-page .demo .gallery .img-4:hover img:nth-child(2),
.project-page .demo .gallery .img-5:hover img:nth-child(2) {
  display: block;
}
.project-page .demo .gallery .img-5 {
  position: relative;
}

.project-page-guidelines {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-page-guidelines .overview, .project-page-guidelines nav {
  background-color: #FE5F55;
  width: 100%;
}
.project-page-guidelines .logo a {
  color: #FFF;
}
.project-page-guidelines .logo a::before,
.project-page-guidelines .logo a::after {
  background-color: #FFF;
}
.project-page-guidelines .overview {
  color: #FFF;
}
.project-page-guidelines .user-quote {
  background-color: #777DA7;
}

.full-width.col-3, .col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}
.full-width.col-3 .stat, .col-3 .stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
.full-width.col-3 .stat .display, .col-3 .stat .display {
  font-size: 5rem;
  font-family: "Open Sans";
  font-weight: bold;
}
.full-width.col-3 .stat label, .col-3 .stat label {
  font-weight: bold;
  margin-bottom: 0rem;
}

.full-width:has(.col-3) {
  width: 90%;
}

.quotes {
  height: 100%;
}

section:has(+ section.alt-bg) {
  padding-bottom: 4rem;
}

.project-page-02 .logo a {
  color: #FFF;
}
.project-page-02 .logo a::before,
.project-page-02 .logo a::after {
  background-color: #FFF;
}
.project-page-02 .overview {
  color: #FFF;
}
.project-page-02 nav,
.project-page-02 .overview {
  background: linear-gradient(90deg, #CE63FF 2.41%, #2990FF 96.38%);
}
.project-page-02 .issue {
  grid-template-columns: 1fr;
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4rem;
}
.project-page-02 .issue .alt-subhead {
  justify-self: center;
}
.project-page-02 .issue p {
  font-family: "Nothing You Could Do", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}
.project-page-02 .wireframe-section, .project-page-02 .onboarding-design {
  grid-template-rows: auto auto;
}
.project-page-02 .wireframe-section h3, .project-page-02 .onboarding-design h3 {
  grid-column: 2;
}
.project-page-02 .wireframe-section img, .project-page-02 .onboarding-design img {
  grid-row: 1/span 2;
}
.project-page-02 .wireframe-section .quotes, .project-page-02 .onboarding-design .quotes {
  display: grid;
  row-gap: 1rem;
  grid-row: 1/span 2;
}
.project-page-02 .wireframe-section .user-quote, .project-page-02 .onboarding-design .user-quote {
  background-color: #2990FF;
  border-radius: 10px;
  padding: 2rem;
}
.project-page-02 .wireframe-section .user-quote h1, .project-page-02 .onboarding-design .user-quote h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: white;
}
.project-page-02 .wireframe-section .user-quote h3, .project-page-02 .onboarding-design .user-quote h3 {
  padding-left: 0rem;
  color: white;
}
.project-page-02 .onboarding-design {
  background-color: #F5F5F5;
}
.project-page-02 .onboarding-design h3 {
  grid-column: 1/span 2;
  padding-left: 0rem;
}
.project-page-02 .onboarding-design img {
  grid-column: 2;
}
.project-page-02 .tote h3,
.project-page-02 .tote h1 {
  width: max-content;
  margin-left: auto;
}
.project-page-02 .tote p {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 5rem;
}
.project-page-02 .tote .color-palette .primary {
  background-color: #18435E;
}
.project-page-02 .tote .color-palette .secondary {
  background-color: #FFB400;
}
.project-page-02 .tote .color-palette .neutral {
  background-color: #202030;
  border-width: 0px;
}
.project-page-02 .tote .color-palette .neutral-2 {
  background-color: #F6511D;
  border-width: 0px;
}
.project-page-02 .tote .color-palette .pop {
  background-color: #5C415D;
}
.project-page-02 .tote .tote-type {
  display: unset;
}
.project-page-02 .tote .tote-type h1:first-child {
  font-family: "IBM Plex Mono", monospace;
  text-transform: capitalize;
}
.project-page-02 .tote .tote-type h1:last-child {
  font-family: "Noto Sans", sans-serif;
  text-transform: capitalize;
}
.project-page-02 .mocks-section01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}
.project-page-02 .mocks-section01 h3 {
  grid-column: 1/span 4;
  justify-self: center;
}
.project-page-02 .mocks-section01 .mock {
  margin: 2rem 0rem;
  display: flex;
  justify-content: center;
}
.project-page-02 .mocks-section01 .mock img {
  height: 350px;
  box-shadow: 0 0.3125rem 1rem 0 rgba(0, 0, 0, 0.24);
}
.project-page-02 .mocks-section01 p {
  grid-row: 3;
  grid-column: 1/span 4;
  width: 85%;
  justify-self: center;
  margin-top: 2rem;
  text-align: center;
}
.project-page-02 .mocks-section02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.project-page-02 .mocks-section02 p {
  padding: 0rem 4rem;
}
.project-page-02 .mocks-section02 img {
  width: 45%;
  box-shadow: 0 0.3125rem 1rem 0 rgba(0, 0, 0, 0.24);
}
.project-page-02 .mocks-section02 .square {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-page-02 .mocks-section02 .square img:last-child {
  margin-top: 30%;
}
.project-page-02 .mocks-section02 .write-up {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50%;
}
.project-page-02 .mocks-section02 .write-up p {
  margin-top: 10rem;
}

.project-page-03 nav,
.project-page-03 .overview {
  background-color: #00A1E4;
}
.project-page-03 .pull-quote {
  grid-column: 1/span 2;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Nothing You Could Do", sans-serif, sans-serif;
  margin-top: 2rem;
  text-align: center;
  width: 70%;
  justify-self: center;
}
.project-page-03 .accenture .color-palette .primary {
  background-color: #F9C80E;
}
.project-page-03 .accenture .color-palette .secondary {
  background-color: #FB6061;
}
.project-page-03 .accenture .color-palette .neutral {
  background-color: #00A1E4;
  border-width: 0px;
}
.project-page-03 .accenture .color-palette .neutral-2 {
  background-color: #131924;
  border-width: 0px;
}
.project-page-03 .accenture .color-palette .pop {
  background-color: #6153CC;
}
.project-page-03 .accenture .accenture-type {
  display: unset;
}
.project-page-03 .accenture .accenture-type h1:first-child {
  font-family: "industry", sans-serif;
  text-transform: capitalize;
}
.project-page-03 .accenture .accenture-type h1:last-child {
  font-family: "adelle", serif;
  text-transform: capitalize;
}
.project-page-03 .accenture .brand-desc {
  padding-right: 5rem;
}
.project-page-03 .prototype h3,
.project-page-03 .prototype video {
  grid-column: 1;
}
.project-page-03 .prototype div {
  grid-column: 2;
  padding: 0rem 4rem;
  align-self: flex-start;
}
.project-page-03 .prototype div p:first-child {
  margin-top: 0rem;
}
.project-page-03 .prototype div p {
  margin: 2rem 0rem;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: #15181B;
  color: #fff;
  margin-bottom: 0rem;
  padding-bottom: 4rem;
  padding: 4rem;
  padding-top: 2rem;
  position: relative;
  text-transform: lowercase;
}
footer h1 {
  margin-bottom: 2rem;
}
footer h3 {
  width: max-content;
  margin-bottom: 1.5rem;
}
footer h3 a {
  position: relative;
  color: white;
  padding: 0.5rem 0rem;
  text-decoration: none;
  display: block;
  column-gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}
footer h3 a:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left;
}
footer h3 a:after {
  content: "";
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: right;
}
footer h3 a:hover:before, footer h3 a:hover:after {
  transform: scaleX(1);
}
footer .logo {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.one-column {
  margin-bottom: 0rem !important;
  justify-content: center;
}
.one-column h3,
.one-column p {
  width: 85%;
  grid-column: 1/span 2;
  text-align: center;
  justify-self: center;
}
.one-column p:nth-child(2) {
  margin: 1rem 0rem;
}

.project-page-03 .wireframes-data h3 {
  grid-column: 1;
}
.project-page-03 .wireframes-data img {
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 16px 0px;
}
.project-page-03 .wireframes-data p {
  padding: 2rem;
}
.project-page-03 .wireframes-data section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 4rem;
}
.project-page-03 .wireframes-data section:first-child {
  padding-bottom: 0rem !important;
}
.project-page-03 .wireframes-data section:nth-child(2),
.project-page-03 .wireframes-data section:nth-child(3) {
  padding: 0rem 4rem;
}
.project-page-03 .wireframes-data section:last-child {
  padding-top: 0rem;
}

.footnote {
  position: absolute;
  font-size: 0.5rem;
  padding-top: 0.5rem;
  right: 0;
  color: rgba(38, 44, 48, 0.5);
}
.footnote a {
  color: rgba(38, 44, 48, 0.5);
  text-decoration: none;
  border-bottom: 1px solid #cdcecf;
}
.footnote a:visited {
  color: #262C30, 0.5;
  text-decoration: none;
  border-bottom: 1px solid #cdcecf;
}
.footnote a:hover {
  color: #DD7055;
  border-bottom: 1px solid #DD7055;
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
  h1 {
    font-size: 1rem;
  }
  .about-me .bio h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 0.75rem;
  }
  .social-links {
    display: none;
  }
  #home-page .text h1 {
    line-height: 2.25rem;
    font-size: 1.75rem;
  }
  #home-page .text h1:last-child {
    font-size: 1rem;
  }
  .nav-fixed-top a {
    margin-right: 0rem;
  }
  .about-me {
    padding-bottom: 5rem;
    overflow-y: scroll !important;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
  }
  .about-me .headshot {
    width: 100%;
    background: none;
    height: unset;
  }
  .about-me .headshot img {
    display: block;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
  .about-me .headshot .footnote {
    display: none;
  }
  .about-me .bio {
    text-align: center;
    padding-left: 0rem;
    margin-top: 2rem;
  }
  .about-me .bio ol {
    font-size: 0.75rem;
  }
  .about-me .bio .stats {
    display: none;
  }
  .md-close {
    font-family: "Nothing You Could Do", sans-serif, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    right: 1rem;
  }
  .md-close i {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
  nav {
    justify-content: center;
  }
  footer .logo {
    bottom: 5rem;
    right: 1rem;
  }
  footer .logo a {
    font-size: 1.5rem;
  }
  section {
    flex-direction: column;
  }
  section .right {
    height: 40%;
    width: 70%;
    background-position: center bottom;
  }
  section .left {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    text-align: center;
    width: 100%;
    padding-top: 0rem;
  }
  section .left h1:first-child {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  section .left h2 {
    font-size: 0.75rem;
    margin: 0.5rem 0rem;
  }
  section .left p {
    width: 100%;
    font-size: 0.75rem;
  }
  section .left a {
    width: 40%;
    font-size: 0.75rem;
    padding: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .flip-order {
    flex-flow: column-reverse;
  }
  .right-02,
  .right-03 {
    background-position: center center !important;
  }
  nav {
    height: 40px;
  }
  nav .logo a {
    font-size: 1.5rem;
    margin: 0rem;
  }
  .project-page .issue .display {
    font-size: 1.25rem;
  }
  .project-page nav {
    width: 100%;
  }
  .project-page .logo {
    margin-top: 2rem;
  }
  .project-page section {
    padding: 0rem 2rem;
    padding-top: 4rem;
    display: flex;
    row-gap: 1rem;
  }
  .project-page section .description-left {
    margin-bottom: 2rem;
  }
  .project-page section .col-3 .item {
    margin-bottom: 2rem;
  }
  .project-page section .visuals {
    width: 100%;
    padding: 0rem;
  }
  .project-page .key ul {
    width: 100%;
    max-width: unset;
  }
  .project-page ul {
    margin-left: 1.5rem;
  }
  .project-page .bg-alt {
    padding: 3rem 2rem;
  }
  .project-page .overview {
    padding: 1rem;
    padding-top: 4rem;
    min-height: calc(35vh + 10rem);
  }
  .project-page .overview div {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
    width: 100%;
    font-size: 0.75rem;
  }
  .project-page .overview div h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    grid-column: unset;
    margin-bottom: 0rem;
  }
  .project-page .overview div ul:first-of-type {
    text-align: center !important;
  }
  .project-page .overview div ul {
    text-align: center;
    grid-column: 1/span 2;
    text-align: center;
    width: 80%;
    margin-top: 1rem;
  }
  .project-page .overview div ul li {
    margin-top: 0.5rem;
  }
  .project-page .alt-subhead {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .project-page .issue {
    width: 100%;
  }
  .project-page .issue p {
    line-height: 2rem;
    font-size: 1rem;
  }
  .project-page .wireframe-section {
    display: flex;
    row-gap: 2rem;
  }
  .project-page .wireframe-section h3 {
    grid-column: unset;
    padding-left: 0rem;
  }
  .project-page .wireframe-section img {
    width: 95%;
    margin-bottom: 1rem;
  }
  .project-page .wireframe-section div {
    padding: 0rem;
  }
  .project-page p {
    font-size: 0.875rem;
  }
  .project-page .display {
    font-size: 1.25rem;
  }
  .project-page .one-column h3, .project-page .one-column p {
    width: 100%;
    padding: 0rem;
  }
  .project-page .one-column h3 {
    margin: 0rem;
  }
  .project-page .one-column p {
    margin-bottom: 0rem;
  }
  .project-page .tote p {
    padding-right: 0rem;
  }
  .project-page .tote h3 {
    font-size: 0.75rem;
  }
  .project-page .full-width, .project-page .col-3 {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .project-page .full-width .stat, .project-page .col-3 .stat {
    margin-bottom: 2rem;
  }
  .project-page .full-width .stat .display, .project-page .col-3 .stat .display {
    font-size: 3.5rem;
    margin-bottom: 0rem;
  }
  .project-page ul li {
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .project-page-02 .mocks-section01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0rem;
  }
  .project-page-02 .mocks-section01 .mock {
    margin: 0rem;
    padding: 0.5rem;
  }
  .project-page-02 .mocks-section01 .mock img {
    height: 225px !important;
  }
  .project-page-02 .mocks-section01 p {
    width: 100%;
  }
  .project-page-02 .mocks-section02 {
    display: flex;
  }
  .project-page-02 .mocks-section02 img {
    margin-top: 1rem;
  }
  .project-page-02 .mocks-section02 .square img:last-child {
    margin-top: 2rem;
  }
  .project-page-02 .mocks-section02 .write-up {
    margin-top: 1rem;
  }
  .project-page-02 .mocks-section02 .write-up p {
    margin-top: 2rem;
  }
  .project-page-03 .pull-quote {
    width: 100%;
    line-height: 2rem;
    font-size: 1rem;
  }
  .project-page-03 .wireframes-data {
    margin-top: 1rem;
  }
  .project-page-03 .wireframes-data section {
    display: flex !important;
    margin-bottom: 0rem;
    padding: 1rem !important;
  }
  .project-page-03 .wireframes-data section p {
    padding: 1rem 0rem 0rem 0rem;
  }
  .project-page-03 .wireframes-data section div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .project-page-03 .wireframes-data section:nth-child(2),
  .project-page-03 .wireframes-data section:last-child {
    flex-flow: column-reverse;
  }
  .project-page-03 .accenture {
    margin-top: 2rem;
  }
  .project-page-03 .accenture .brand-desc {
    padding-right: 0rem;
  }
  .project-page-03 .prototype div {
    grid-column: unset;
    padding: 0rem;
  }
  .project-page-03 .prototype div p {
    padding: 1rem 0rem 0rem 0rem;
    margin: 0rem;
  }
  .project-page .process {
    display: flex;
    margin-bottom: 0rem;
  }
  .project-page .process .feature-image {
    position: static;
  }
  .project-page .process .feature-image img {
    margin-bottom: 2rem;
  }
  .project-page .process h3:first-child {
    padding-left: 1rem;
  }
  .project-page .process p {
    margin-bottom: 1rem;
  }
  .project-page .process p:last-child {
    margin-bottom: 0rem;
  }
  .project-page .wireframes {
    grid-template-rows: auto auto auto;
  }
  .project-page section:nth-child(3) {
    margin-bottom: 0rem;
  }
  .project-page .branding .content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .project-page .branding .content .col-2 {
    justify-content: unset;
    align-items: unset;
    display: flex;
    flex-direction: column;
  }
  .project-page .branding .content .col-2 p {
    width: 100%;
    text-align: left;
    padding-left: 0rem;
  }
  .project-page .branding .content h3 {
    font-size: 0.75rem;
  }
  .project-page .demo .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .project-page .demo .gallery .img-4,
  .project-page .demo .gallery .img-5 {
    display: none;
  }
  .project-page .demo p {
    padding: 0rem;
  }
  footer {
    padding: 2rem 1rem 5rem 1rem;
  }
  footer a {
    font-size: 0.75rem;
  }
  footer h1, footer h3 {
    margin-bottom: 1rem;
  }
}
.md-modal {
  margin: auto;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #DD7055;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background-color: #DD7055;
  color: #fff;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  height: 100%;
}

.text-white {
  color: white !important;
}

.text-dark {
  color: black !important;
}

@media screen and (min-width: 1920px) {
  .feature-image {
    width: 35% !important;
    top: 50% !important;
    left: 5% !important;
  }
}

/*# sourceMappingURL=style.css.map */
