@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;500&display=swap");
body {
  color: #121212;
  background-color: #f9fafc;
  font-family: "Outfit", "Courier New", monospace;
  text-rendering: optimizeLegibility; }

img, iframe {
  width: 100%; }

p, h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.5;
  font-weight: 100; }

a {
  color: #121212;
  text-decoration: underline;
  position: relative; }
  a.bold-link {
    text-decoration: none;
    font-weight: 500; }
  a:hover {
    background-color: #121212;
    color: #fffdfd; }
    a:hover * {
      background-color: #121212;
      color: #fffdfd; }

.new-underline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2.8rem;
  right: 0;
  margin: auto;
  background: #121212;
  height: 2px; }
  .new-underline:after:hover:after {
    background: #fffdfd; }

p {
  font-weight: 200;
  font-size: 1.5rem; }

h2, h3, h4 {
  font-family: "Outfit", "Helvetica Neue", sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2.25rem;
  margin-bottom: 0; }

h3 {
  font-weight: bold; }

h3, h4 {
  font-size: 1.5rem; }

h3 {
  margin-top: 0; }

h4 {
  margin-top: 4rem;
  margin-bottom: 0; }

hr {
  width: 20%;
  height: 1px;
  border: 0;
  background-color: #121212;
  margin: 4rem auto;
  display: block; }

.container {
  width: 80rem;
  max-width: 96%;
  margin: 0 auto;
  display: block; }

.duals, .thirds, .two-eights, .three-eights, .fifths, .two-fifths {
  float: left;
  box-sizing: border-box; }

.duals {
  width: 45%;
  margin-right: 8%; }

.duals:nth-child(2n + 2) {
  margin-right: 0; }

.thirds {
  width: 30%;
  margin-right: 4.68%; }

.thirds:nth-child(3n + 3) {
  margin-right: 0; }

.two-eights {
  width: 25%;
  padding-right: 4.68%; }

.three-eights {
  width: 37.5%;
  padding-right: 4.68%; }

.fifths {
  width: 21.875%; }

.two-fifths {
  width: 34.375%; }
  .two-fifths.last {
    float: right; }

.four-fifths {
  width: 78.125%; }
  .four-fifths.last {
    float: right; }

.box-height {
  margin-bottom: 2rem; }
  .box-height > * {
    height: 18.75rem; }

.two-thirds {
  width: 65%;
  float: left; }

.overwide {
  margin-left: -2%;
  width: 67%; }

.row {
  margin-top: 4rem; }

.row:after, .clearfix:after, section:after, nav:after {
  content: "";
  display: table;
  clear: both; }

.video {
  width: 100%;
  margin: 0 auto 2rem auto;
  text-align: justify;
  position: relative;
  padding-bottom: 50%;
  padding-top: 2rem;
  height: 0;
  overflow: hidden; }
  .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.spacer-4 {
  margin-top: 4rem; }

header {
  background-color: #e0e1e4;
  font-family: "Outfit", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding: 1.6rem 0;
  font-size: 1.5rem; }
  header a {
    text-decoration: none; }
  header .name {
    font-weight: bold; }
  header .job {
    margin-left: 2rem; }

.other-projects {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

body.show-projects .other-projects {
  display: block;
  opacity: 1; }

body.show-projects .all-link-projects {
  display: none; }

.project-preview, .blog-preview {
  overflow: hidden;
  background-color: #f9fafc !important; }
  .project-preview .project-preview-image, .project-preview .blog-preview-image, .blog-preview .project-preview-image, .blog-preview .blog-preview-image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 18.75rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .project-preview .project-preview-image:hover, .project-preview .blog-preview-image:hover, .blog-preview .project-preview-image:hover, .blog-preview .blog-preview-image:hover {
      background-size: auto 110%;
      opacity: 0.6; }

.little-dudes {
  max-width: 16.6875rem;
  display: block;
  margin: 0 auto 2rem auto; }

.speaker-mood {
  float: right;
  background-image: url(../images/dom-speaking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 44.75rem;
  margin-top: 1rem; }

.talk-table h4 {
  margin-bottom: 2.5rem; }

.talk-table a {
  text-decoration: none;
  font-weight: bold; }

.talk-table p {
  margin: 0; }

.talk-table .row {
  margin-top: 1rem; }

.blog-preview {
  margin-top: 2rem;
  max-height: 14rem; }

.about {
  text-align: justify; }

footer {
  background-color: #e0e1e4; }
  footer .row {
    padding: 2rem 0; }
  footer p {
    font-size: 1.125rem; }

.placeholder {
  background-color: #e0e1e4;
  border-radius: 10000px; }

.silent-link {
  text-decoration: none; }

.all-link {
  margin-top: 4rem;
  float: right; }

section {
  margin-top: 11.25rem;
  margin-bottom: 11.25rem; }
  section:first-of-type {
    margin-top: 8rem;
    margin-bottom: 8rem; }

#projects .project .label {
  margin: 0;
  font-size: 1.13rem;
  float: right;
  opacity: 0; }

#projects .project:hover .label {
  opacity: 1; }

.project h1, .blogpost h1 {
  font-family: "Outfit", "Helvetica Neue", sans-serif;
  font-size: 4.5rem;
  text-transform: uppercase;
  margin: 4rem 0; }

.project .meta, .blogpost .meta {
  text-align: right;
  margin: 7rem 0; }
  .project .meta p, .blogpost .meta p {
    font-size: 1.15rem; }

.project section {
  margin-top: 5.5rem; }

.project .container p {
  font-size: 1.15rem;
  line-height: 1.8rem; }

.project .container h4 {
  margin-top: 0;
  font-size: 1.3125rem; }

.project .container img, .project .container iframe {
  margin: 1rem 0 2rem 0; }

.project .container .last-row {
  margin-top: 1rem; }

.blogpost section, .blog section {
  margin: 0; }

.blogpost .content, .blog .content {
  max-width: 50rem;
  margin: 0 auto 11.25rem auto; }
  .blogpost .content h1, .blog .content h1 {
    font-size: 2.5rem; }
  .blogpost .content p, .blog .content p {
    font-size: 1.3125rem;
    line-height: 2.25rem;
    text-align: left; }
    .blogpost .content p.quote, .blog .content p.quote {
      font-style: italic;
      font-size: 2rem;
      margin: 4rem 0; }
  .blogpost .content .caption, .blog .content .caption {
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    display: block;
    text-align: left;
    margin-top: -3rem;
    margin-bottom: 4rem; }
  .blogpost .content em, .blog .content em {
    font-style: normal;
    font-weight: bold; }
  .blogpost .content img, .blogpost .content .video, .blogpost .content pre, .blog .content img, .blog .content .video, .blog .content pre {
    margin: 4rem 0; }
  .blogpost .content .twitter-tweet, .blog .content .twitter-tweet {
    margin: 4rem auto !important; }
  .blogpost .content .header-image, .blog .content .header-image {
    min-height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .blogpost .content .blurb, .blog .content .blurb {
    display: inline-block;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 25rem;
    margin: 3.125rem 4rem 3.125rem 0rem;
    text-align: left; }
    .blogpost .content .blurb.left, .blog .content .blurb.left {
      float: left; }
    .blogpost .content .blurb.right, .blog .content .blurb.right {
      float: right;
      margin: 3.125rem 0rem 3.125rem 4rem; }

.blogpost div.image-container.left {
  margin-left: -6.25rem;
  margin-right: 2rem;
  width: 65%;
  float: left; }
  .blogpost div.image-container.left .caption {
    text-align: center; }
  .blogpost div.image-container.left img {
    margin: 0 0 4rem 0; }

.blog section {
  margin: 11.25rem 0; }

.blog p.read-more, .blog p.articlemeta {
  text-align: right; }

.blog p.articlemeta {
  font-size: 1.15rem; }

.blog a.prev {
  text-align: left; }

.blog a.next {
  float: right; }

@media screen and (max-width: 60rem) {
  .talk-table p {
    text-align: right; }
  .project-preview .project-preview-image, .project-preview .blog-preview-image, .blog-preview .project-preview-image, .blog-preview .blog-preview-image {
    background-size: cover; }
    .project-preview .project-preview-image:hover, .project-preview .blog-preview-image:hover, .blog-preview .project-preview-image:hover, .blog-preview .blog-preview-image:hover {
      background-size: cover; } }

@media screen and (max-width: 60rem) {
  html {
    font-size: 12px; }
  .container {
    width: 96%;
    max-width: 50rem; }
  .duals, .thirds, .two-thirds, .fifths, .two-fifths, .two-eights, .three-eights {
    width: 100%; }
  .four-fifths {
    float: left;
    width: 80%;
    margin: 0 auto; }
  .overwide {
    margin-left: 0; }
  .blogpost div.image-container.left {
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

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