@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
::-moz-selection {
  background: #e33b8e;
}
::selection {
  background: #e33b8e;
}

::-moz-selection {
  background: #e33b8e;
  /* Gecko Browsers */
}

html {
  scroll-padding-top: 135px;
  /* height of sticky header */
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  background-color: #06161b;
  overflow-x: hidden !important;
}

p {
  line-height: 1.6em;
  font-size: 1.25em;
  color: #eee;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

p.lead {
  font-size: 1.5em;
  font-weight: 100;
}

p.small {
  font-size: 0.75rem;
}

p a {
  font-size: 1em;
  font-weight: 500;
}

h1 {
  line-height: 1.25em;
  color: #e33b8e;
  font-family: "Open Sans Condensed", Arial, serif;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 3rem;
}

h2 {
  line-height: 1.3em;
  color: #eee;
  font-family: "Open Sans Condensed", Arial, serif;
  font-size: 3.5em;
  font-weight: 700;
}

h3 {
  color: #e33b8e;
  line-height: 1.5em;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
}

h3 button {
  color: #e33b8e;
  line-height: 1.5em;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  border: 0;
  background: transparent;
  padding: 10px;
}

h3 button:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  main {
    padding-top: 10vh;
  }
}

.hidden-until-scrolled {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #e33b8e;
  font-family: "Open Sans", Arial, sans-serif;
}

.navbar-container {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #06161b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-container.scrolled {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px) saturate(200%);
  -webkit-box-shadow: 0 0 55pt 10pt rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 55pt 10pt rgba(0, 0, 0, 0.1);
}

.navbar-container.scrolled .nav-link {
  color: #06161b;
}

.navbar-container.scrolled .nav-link:hover {
  color: #06161b;
}

.navbar-container.scrolled .hidden-until-scrolled {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar {
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
  overflow-y: auto;
}

.navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .navbar-nav li {
  margin-bottom: 0;
}

.navbar .nav-item {
  margin: 0.5rem;
  color: #eee;
  line-height: 1.6rem;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 0.5rem;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  top: 0;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar .nav-item:hover {
  color: #eee;
  position: relative;
  top: -5px;
  -webkit-transition: top .2s;
  transition: top .2s;
}

@media (max-width: 768px) {
  .navbar-container {
    position: relative !important;
  }
  .navbar-container .navbar {
    -webkit-transition: width 2s;
    transition: width 2s;
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 1rem;
  }
  .navbar-container .navbar img {
    margin: auto;
  }
  .navbar-container .navbar .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 2rem;
  }
  .navbar-container .navbar li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(50% - 10px);
    margin: 5px;
  }
  .navbar-container .navbar .nav-item {
    padding: 5px 10px !important;
    text-align: center;
  }
}

a, .link-btn {
  border: none;
  background: none;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

a:not(.btn), .link-btn:not(.btn) {
  color: #e33b8e;
  text-decoration: underline;
}

a:not(.btn):hover, .link-btn:not(.btn):hover {
  color: #e33b8e;
  text-decoration: none;
}

a .fa, .link-btn .fa {
  margin-left: 1rem;
}

a .fa.fa-arrow-down, .link-btn .fa.fa-arrow-down {
  margin-left: 0;
  margin-right: 1rem;
}

li {
  line-height: 1.6em;
  font-size: calc(1em + 0.5vw);
  color: #eee;
  letter-spacing: 0.05em;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 1.5em;
}

li a.small {
  font-size: 0.75rem;
}

.bold {
  font-weight: 700;
  padding: 0 5px;
  position: relative;
  background-color: #e33b8e;
  border-radius: 4px;
}

.btn {
  background-color: #fff;
  color: #e33b8e;
  border: 2px solid #e33b8e;
  font-size: 1rem;
  border-radius: 0;
}

.btn:hover, .btn:focus, .btn:active:not(:disabled):not(.disabled):active {
  background-color: #000;
  color: #eee;
}

.btn.btn-primary {
  background-color: #e33b8e;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:focus {
  background-color: #f3f3f3 !important;
  color: #eee;
  border: 1px solid #f3f3f3;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

.skip-link {
  padding: 1rem;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  font-size: calc(1em + 0.5vw);
  background: #000;
  text-decoration: none !important;
  color: #eee !important;
}

.skip-link:focus, .skip-link:active {
  z-index: 999;
  left: 50px;
  top: 50px;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 9999;
  outline: auto !important;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(227, 59, 142, 0.1);
  z-index: 2;
  height: 100%;
  width: 100%;
}

.mini-casestudy {
  padding: 150px 50px 100px;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: #000;
}

.mini-casestudy.right {
  text-align: right;
}

.mini-casestudy-img {
  position: absolute;
  bottom: -50px;
  left: -200px;
}

.mini-casestudy-img.right {
  left: auto;
  right: -150px;
}

@media (max-width: 768px) {
  .mini-casestudy.right {
    text-align: left;
  }
  .mini-casestudy-img {
    top: -50px;
    left: 0;
    right: auto;
    bottom: auto;
    height: 120px;
  }
  .mini-casestudy-img.right {
    top: -50px;
    left: 0;
    right: auto;
    bottom: auto;
    height: 120px;
  }
  .designsystem-img {
    height: 200px;
  }
}

.giant-number {
  position: absolute;
  font-size: 300px;
  color: #f3f3f3;
  font-family: "Open Sans Condensed", Arial, serif;
  top: -170px;
  right: -20px;
  line-height: 1em;
}

@media (max-width: 768px) {
  .giant-number {
    font-size: 150px;
    right: 0px;
    top: -60px;
  }
}

.big-link {
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .big-link {
    font-size: 1.125rem;
  }
}

.social-media {
  list-style-type: none;
  padding: 0;
}

.social-media li {
  display: inline-block;
}

.social-media .fa {
  padding: 14px;
  font-size: 1.5rem !important;
  text-align: center;
  text-decoration: none !important;
}

.social-media .fa:hover {
  opacity: 0.7;
  padding: 16px;
  color: #fff !important;
}

.social-media .fa.fa-facebook {
  background: #3B5998;
  color: #fff;
}

.social-media .fa.fa-twitter {
  background: #55ACEE;
  color: #fff;
}

.social-media .fa.fa-linkedin {
  background: #2867B2;
  color: #fff;
}

.social-media .fa.fa-instagram {
  background: #E1306C;
  color: #fff;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-media .fa.fa-youtube {
  background: #FF0000;
  color: #fff;
}

.social-media .fa.fa-soundcloud {
  background: #FE5000;
  color: #fff;
}

.casestudy-container {
  margin-top: 100px;
}

.casestudy {
  border-radius: 10px;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 10pt rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10pt rgba(0, 0, 0, 0.2);
  min-height: 500px;
  margin-bottom: 150px;
}

.casestudy:hover {
  -webkit-box-shadow: 0 0 20pt rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20pt rgba(0, 0, 0, 0.25);
}

.casestudy .casestudy-inner .casestudy-imagebox {
  background: #e27f3c;
  background: linear-gradient(108deg, #e27f3c 0%, #e23c8e 68%, rgba(227, 69, 147, 0.809983) 100%);
  padding: 1.5rem;
  border-radius: 10px 0 0 10px;
  min-height: 400px;
  height: 100%;
}

.casestudy .casestudy-inner .casestudy-imagebox img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.casestudy .casestudy-inner .casestudy-info {
  background-color: #06161b;
  padding: 2.5rem;
  border-radius: 0 10px 10px 0;
  min-height: 500px;
  height: 100%;
}

.casestudy .casestudy-inner .casestudy-info hr {
  height: 1px;
  background-color: #fff;
  margin: 0 0 2rem 0;
}

.casestudy .casestudy-inner .casestudy-info h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}

.casestudy .casestudy-inner .casestudy-info ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 4rem;
}

.casestudy .casestudy-inner .casestudy-info li {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.casestudy .casestudy-inner .casestudy-info p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}

.casestudy .casestudy-inner .casestudy-info a {
  color: #fff;
  display: inline-block;
  padding: 1rem;
  margin: 0 1rem 1rem 0;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 1.25rem;
}

.casestudy .casestudy-inner .casestudy-info a[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.casestudy .casestudy-inner .casestudy-info a[disabled]:hover {
  font-size: 1.25rem;
}

.casestudy .casestudy-inner .casestudy-info a:hover {
  font-size: 1.3rem;
  text-decoration: none;
}

.casestudy .casestudy-inner .casestudy-info h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Open Sans Condensed", Arial, serif;
  font-weight: bold;
}

.casestudy .casestudy-description {
  font-size: 0.875rem;
}

.casestudy .photo {
  height: 300px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

.casestudy.small .photo {
  height: 120px;
}

.casestudy h3, .casestudy h2 {
  border: 0;
  line-height: 1em;
  padding: 0;
}

.casestudy h3 a, .casestudy h2 a {
  font-size: calc(0.75rem + 1vw);
  color: #eee;
  text-decoration: none;
}

.casestudy h3 a:hover, .casestudy h2 a:hover {
  text-decoration: underline;
}

.about {
  background-color: #06161b;
  position: relative;
}

.about .cta {
  color: #fff;
  display: inline-block;
  padding: 1rem;
  margin: 0 1rem 1rem 1rem;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 1.25rem;
}

.about .cta[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.about .cta[disabled]:hover {
  font-size: 1.25rem;
}

.about .cta:hover {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 992px) {
  .casestudy {
    padding: 0 1rem !important;
    margin-bottom: 50px;
  }
  .casestudy-imagebox {
    border-radius: 10px 10px 0 0 !important;
  }
  .casestudy-info {
    border-radius: 0 0 10px 10px !important;
  }
  .text-right {
    text-align: left !important;
  }
}

.blog-title {
  background: #e33b8e;
  bottom: 0;
  padding: 2rem;
  width: 100%;
}

.blog-title h1 {
  color: #eee;
}

.blog-header {
  height: 600px;
  position: relative;
  display: block;
  overflow: hidden;
  clip: rect(auto auto auto auto);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.blog-img {
  position: relative;
}

.blog-img:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}

#ds-blog:before {
  background: url("/images/designsystemblog.png") no-repeat center center;
  background-size: cover;
}

#pi-blog:before {
  background: url("/images/piblog.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .blog-header {
    height: 600px;
  }
  .blog-img:before {
    height: 600px;
  }
}

.tag {
  display: inline-block;
  margin: 0 .6rem .6rem 0;
  letter-spacing: 0.1em;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: calc(0.875rem + 0.5vw);
  background-color: #eee;
  color: #e33b8e;
}

article {
  z-index: 1;
  background-color: #06161b;
}

nav {
  z-index: 1;
}

blockquote {
  color: #e33b8e;
  font-size: calc(1rem + 0.5vw);
  letter-spacing: 0.1em;
  border-top: 2px solid #e33b8e;
  border-bottom: 2px solid #e33b8e;
  padding: 20px 0;
  margin: 10px 0 50px 10px;
  text-align: center;
  display: block;
}

.main-img {
  border-radius: 50%;
  min-width: 80%;
  max-width: 100%;
  position: relative;
  border: 1.5px solid #e33b8e;
  -webkit-box-shadow: 0 0 10pt rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10pt rgba(0, 0, 0, 0.2);
}

.emily {
  max-width: 100vw;
  z-index: 1;
  background-image: url('../images/illus.png');
  background-size: 50vw auto;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #06161b;
  background-position: center right;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.work {
  background-color: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.work h2, .work p {
  color: #06161b;
}

footer {
  background-color: #06161b;
  position: relative;
}
/* .work:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  background-color: inherit;
  padding-bottom: 50%;
  width: 105%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-4deg) skewX(-4deg);
          transform: rotate(-4deg) skewX(-4deg);
} */

*[tabindex="-1"] {
  outline: none;
}

.stretched-link:hover::after {
  background-color: rgba(227, 59, 142, 0.1);
}

.img-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  opacity: 1 !important;
}

.pink {
  color: #e33b8e;
}

.companies img {
  max-width: 150px;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
  padding: 20px;
}

.companies img:hover {
  max-width: 155px;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

.LI-badge-container.vertical.dark .LI-name a.hover, .LI-badge-container.vertical.dark .LI-name a:hover, .LI-badge-container.vertical.dark .LI-name a.focus, .LI-badge-container.vertical.dark .LI-name a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.LI-badge-container.vertical.dark .LI-field a.hover, .LI-badge-container.vertical.dark .LI-field a:hover, .LI-badge-container.vertical.dark .LI-field a.focus, .LI-badge-container.vertical.dark .LI-field a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.illustration {
  position: fixed;
  right: -25%;
  top: 15%;
  width: 70%;
}
/*# sourceMappingURL=emilylawes_style.css.map */

