/* load google font*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* reset styles */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
strong,
b,
i,
ol,
ul,
li,
header,
section,
article,
aside,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
header,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  text-transform: none;
  color: #4a90e2;
}

body {
  line-height: 1;
  font-family: lato, ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  background-color: #fefefe;
  color: #04143a;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

p {
  color: #15171a;
  font-size: 17px;
  line-height: 31px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

div {
  box-sizing: border-box;
}

.container {
  max-width: 1100px;
  height: auto;
  margin: 60px auto;
}

#wholesite {
  padding-bottom: 120px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  margin: 150px auto 200px auto;
  position: relative;
}

@media (max-width: 1024px) {
  .hero {
    margin: 60px auto;
  }
}

h1.name {
  font-size: 94px;
  font-weight: 700;
  display: inline-block;
  text-decoration-color: #fff;
  line-height: 1.15;
}

/* the typing bit: parody of nohello's red strike-through */
.typed-wrap {
  display: inline-block;
  white-space: nowrap;
}

#typed {
  display: inline-block;
  unicode-bidi: isolate;
  color: #04143a;
  text-decoration: underline;
  text-decoration-color: #17a34a;
  text-decoration-thickness: 6px;
  text-underline-offset: 10px;
  min-height: 1em;
}

#typed.emoji {
  text-decoration: none;
  transform-origin: 70% 80%;
  animation: wave 1.1s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(16deg);
  }
  40% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(16deg);
  }
  80% {
    transform: rotate(-8deg);
  }
}

.caret {
  display: inline-block;
  width: 5px;
  height: 0.82em;
  margin-left: 6px;
  vertical-align: baseline;
  background: #17a34a;
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #typed.emoji,
  .caret {
    animation: none;
  }
}

.subtitle {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #81899c;
  margin-top: 10px;
}

.lead {
  font-size: 44px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 55px;
}

.sections {
  vertical-align: top;
  display: inline-block;
  min-height: 50px;
}

.sectionleft {
  width: 40%;
}

.sectionright {
  width: 59%;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.list-card.example {
  margin: 30px 80px 30px 0;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: -20px 20px 60px #d9d9d9, 20px -20px 60px #ffffff;
}

.list-card div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.list-card div p {
  font-size: 18px;
  color: #616061;
  line-height: 24px;
  margin-bottom: 22px;
}

.list-card div p:first-of-type {
  margin-top: 55px;
}

.container ul {
  list-style: none;
  font-size: 18px;
  color: #616061;
  line-height: 24px;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-top: -20px;
  opacity: 70%;
}

.nonos ul li:before {
  content: '×';
  color: red;
  font-weight: bold;
  padding-right: 10px;
  opacity: 100% !important;
}

.yepyep ul li:before {
  content: '✓';
  font-size: 14px;
  font-weight: bold;
  color: green;
  padding-right: 10px;
  opacity: 100% !important;
}

.slack {
  padding-bottom: 15px;
}

.slack img {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}

.slack .slackname {
  font-weight: 600;
  font-size: 16px;
  color: #1d1c1d;
}

.slack .slacktime {
  font-size: 14px;
  color: #616061;
}

.slack .slackmessage {
  font-size: 16px;
  color: #1d1c1d;
  display: block;
  overflow: hidden;
}

/* media queries*/

@media (max-width: 1024px) {
  .container {
    padding: 15px;
    margin: 0px auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 15px;
    margin: 0px auto;
  }
  .sections {
    width: 100%;
    height: auto;
    margin: 100px 0;
    float: left;
  }
}

@media (max-width: 425px) {
  h1.name {
    font-size: 40px;
  }

  .typed-wrap {
    white-space: normal;
  }

  #typed {
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }

  .caret {
    width: 3px;
  }

  .sections {
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
  }

  .lead {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .container {
    margin: 0px;
    padding: 0 15px;
  }

  .list-card.example {
    margin: 30px 10px -20px 0;
    padding: 25px 25px 10px 25px;
    border-radius: 10px;
  }

  .section-title {
    font-size: 20px;
    margin-top: 20px;
  }

  .yepyep .section-title {
    margin-top: 80px;
  }
}
