@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Muli:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
@import 'http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css';
body, html {
  margin: 0;
  padding: 55px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: 700;
  letter-spacing: 0.14px;
  margin: 0;
}

.break {
  padding: 4em 0 3em 0;
}

.break .images {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.break .images.shadow img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.29);
}

.break img {
  display: block;
  margin: 0 auto 1em auto;
}

.break p {
  font-family: "Muli", sans-serif;
  font-size: 0.85em;
  color: #999;
  text-align: center;
  clear: both;
}

.left {
  float: left;
  margin: 1em 1em 1em 0;
}

.right {
  float: right;
  margin: 1em 0 1em 1em;
}

.bar {
  padding-left: 50px;
  display: block;
  max-width: 100%;
}

#research h2 {
  color: #22B3F3;
}

#research .bar {
  position: relative;
}

#research .bar:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #22B3F3;
}

#research .tools {
  padding: 25px 0 25px 50px;
}

#research .tools:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #a9e2fa;
  z-index: 2;
}

#prototype h2 {
  color: #09E737;
}

#prototype .bar {
  position: relative;
}

#prototype .bar:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #09E737;
}

#prototype .tools {
  padding: 25px 0 25px 50px;
}

#prototype .tools:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #85fa9d;
  z-index: 2;
}

#design h2 {
  color: #C850F1;
}

#design .bar {
  position: relative;
}

#design .bar:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #C850F1;
}

#design .tools {
  padding: 25px 0 25px 50px;
}

#design .tools:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2d4fc;
  z-index: 2;
}

#talktome h2 {
  color: #000;
}

#talktome .bar {
  position: relative;
}

#talktome .bar:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
}

#talktome .tools {
  padding: 25px 0 25px 50px;
}

#talktome .tools:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #474747;
  z-index: 2;
}

#praise h2 {
  color: #F8B31C;
}

#wrap {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#wrap .container {
  padding: 100px 0;
}

header {
  position: fixed;
  width: 100%;
  height: 57px;
  top: 0;
  left: 0;
  transition: top 0.2s ease-in-out;
  background: #fff;
  z-index: 999;
}

.nav-up {
  top: -56px;
}

#menu {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7em;
  font-family: "Muli", sans-serif;
  font-size: 0.8rem;
  color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-out 0.5s;
  -moz-transition: background-color 0.5s ease-out 0.5s;
  -o-transition: background-color 0.5s ease-out 0.5s;
  transition: background-color 0.5s ease-out 0.5s;
}

#menu:hover {
  background: none;
}

#menu:hover a {
  color: #000;
}

#menu:hover .alicia a {
  color: #000;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li:first-child {
  padding-left: 0;
}

#menu ul li.alicia {
  padding-right: 2em;
  font-family: "Muli", sans-serif;
}

#menu ul li.alicia a {
  color: #FF5F5B;
  font-weight: 700;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#menu ul li {
  font-family: "Muli", sans-serif;
  display: inline-block;
  font-weight: 300;
  padding: 0 0.75em;
  text-transform: capitalize;
}

#menu ul li a {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  color: #999;
  font-weight: 400;
  text-decoration: none;
}

#menu ul li a:hover {
  color: #000;
}

@-moz-keyframes myfirst {
  0% {
    background: #FF5F5B;
  }
  20% {
    background: #09E737;
  }
  40% {
    background: #22B3F3;
  }
  60% {
    background: #C850F1;
  }
  80% {
    background: #F8B31C;
  }
  100% {
    background: #FF5F5B;
  }
}

@-webkit-keyframes myfirst {
  0% {
    background: #FF5F5B;
  }
  20% {
    background: #09E737;
  }
  40% {
    background: #22B3F3;
  }
  60% {
    background: #C850F1;
  }
  80% {
    background: #F8B31C;
  }
  100% {
    background: #FF5F5B;
  }
}

#hello {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #FF5F5B;
  color: #fff;
  display: table;
  font-size: 1.25rem;
  animation: myfirst 125s;
  -moz-animation: myfirst 125s infinite;
  -webkit-animation: myfirst 125s infinite;
}

#hello #middle-wrap {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}

#hello a, #hello a:visited, #hello a:focus {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(180deg, transparent 85%, #fff 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s ease;
  transition: background-size .3s ease;
  font-weight: 700;
}

#hello a:hover {
  background-size: 100% 100%;
}

.container {
  width: 725px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.container p {
  margin: 0;
  padding: 0.5rem 0;
}

.container .bar a, .container .bar a:visited {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 500;
}

.container .bar a:hover {
  color: #FF5F5B;
  text-decoration: none;
}

.container blockquote {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 0 5em 0;
  background: #fff;
}

.container blockquote:hover strong {
  color: #F8B31C;
}

.container blockquote:hover:before {
  color: #FF5F5B;
}

.container blockquote:before {
  content: '“';
  font-family: 'Times New Roman';
  position: absolute;
  top: 0.25em;
  left: -0.75em;
  font-size: 3em;
  color: #ccc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.container blockquote aside {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #999;
  margin: 0.65em 0 0 0;
}

.container blockquote strong {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.container li.active a {
  color: #000;
  background-image: linear-gradient(180deg, transparent 85%, #F8B31C 0);
  background-size: 100% 100%;
}

.container .active.alicia a {
  background-size: 0 !important;
}

strong {
  font-weight: 700;
}

a.gif {
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(180deg, transparent 90%, #FF5F5B 0);
}

a.gif:before {
  content: "\f148";
  font-family: 'Ionicons';
  font-weight: 300;
  padding: 0 0.25em;
  color: #666;
}

a.gif.active:before {
  color: #FF5F5B;
}

a.gif:hover {
  background-size: 0%;
}

.link-wrap {
  position: relative;
  display: inline;
}

.link-wrap:hover a {
  background-size: 0%;
}

.link-wrap:hover a:before {
  color: #FF5F5B;
}

.notation {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: none;
  position: absolute;
  top: 1.25em;
  right: 0;
  background: #fff;
  z-index: 9999;
  border: 1px solid #000;
  z-index: 99;
}

.notation img {
  margin-bottom: -10px;
}

.notation .close {
  position: absolute;
  top: 5px;
  right: 13px;
  line-height: 1;
  cursor: pointer;
}

.notation .close:after {
  content: "\f404";
  font-family: 'Ionicons';
  font-size: 20px;
}

.notation .close:hover:after {
  color: #FF5F5B;
}

#mobile, #mobile-menu {
  display: none;
}

@media (max-width: 680px) {
  body {
    padding: 0 !important;
  }
  header {
    min-height: 57px;
    height: auto;
  }
  header #sparkle {
    height: auto;
  }
  #hello {
    display: block;
    position: relative;
  }
  #hello #middle-wrap {
    padding: 25px 0;
    display: block;
  }
  #wrap, #hello {
    max-width: 92%;
    padding: 0 4%;
  }
  #wrap {
    margin-top: 100px;
  }
  #wrap .container {
    margin-bottom: 0;
  }
  #desktop {
    display: none;
  }
  #mobile {
    display: block;
  }
  #mobile #more {
    float: left;
  }
  #mobile #more:hover:before {
    color: #FF5F5B;
  }
  #mobile #more:before {
    content: "\f397";
    font-family: 'Ionicons';
    font-size: 1.5em;
    margin-left: -0.5em;
    top: 2px;
    position: relative;
    color: #000;
  }
  .nav-up {
    top: -507px;
  }
  #menu {
    background: #fff;
  }
  #menu:hover {
    background: #fff;
    color: #666;
  }
  #mobile-menu {
    background: #fff;
  }
  #mobile-menu li {
    display: block !important;
    margin-left: 1em;
  }
  .container {
    padding: 0 !important;
  }
  #talktome, #praise, #design, #research, #prototype {
    margin: 50px 0;
  }
  img {
    max-width: 100%;
  }
}
