code[class*="language-"],
pre[class*="language-"] {
  color: #fff;
  background: none;
  font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"] {
  padding: .15em .2em .05em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #708090;
}

.token.punctuation {
  opacity: .7;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #d1949e;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #cde87d;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f5b83d;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #66d9ef;
}

.token.regex,
.token.important {
  color: #e90;
}

pre[class*="language-css"] code {
  color: #ae81ff;
}

pre[class*="language-css"] .token.selector {
  color: #a6e22e;
}

pre[class*="language-css"] .token.property {
  color: #66d9ef;
}

pre[class*="language-css"] .token.punctuation {
  color: #fff;
}

pre[class*="language-html"] .token.tag {
  color: #f92672;
}

pre[class*="language-html"] .token.punctuation {
  color: #fff;
}

pre[class*="language-html"] .token.attr-name {
  color: #a6e22e;
}

pre[class*="language-html"] .token.attr-value {
  color: #f5b83d;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.deleted {
  color: #f00;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}

@-webkit-keyframes SliceIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}

@keyframes SliceIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}

@-webkit-keyframes SliceOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
    visibility: hidden;
  }
}

@keyframes SliceOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
    visibility: hidden;
  }
}

@-webkit-keyframes borderTransition {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes borderTransition {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flashing {
  from {
    opacity: 1;
  }

  to {
    opacity: .5;
  }
}

@keyframes flashing {
  from {
    opacity: 1;
  }

  to {
    opacity: .5;
  }
}

@-webkit-keyframes move {
  from {
    background-size: 400% 300px;
  }

  to {
    background-size: 500% 300px;
  }
}

@keyframes move {
  from {
    background-size: 400% 300px;
  }

  to {
    background-size: 500% 300px;
  }
}

.btn__link,
.btn__link--light {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  box-shadow: 0 1px 0;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}

.btn__link {
  color: #425e92;
  box-shadow-color: #5172b0;
}

.btn__link:hover {
  color: #5172b0;
  box-shadow: 0 3px 0 #5172b0;
}

.btn__link--light {
  box-shadow: 0 1px 0 #1a263a;
  color: #fff;
}

.btn__link--light:hover {
  box-shadow: 0 3px 0 #1a263a;
}

html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body main {
  min-height: calc(100vh - 90px);
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo {
  text-decoration: none;
}

.logo:after {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  cursor: pointer;
  color: #425e92;
  opacity: .7;
  transition: opacity .2s;
  will-change: opacity;
}

.logo:hover:after {
  opacity: 1;
}

.section__home,
.section__about {
  width: 100%;
  margin: 0 auto;
  padding: 10% 15%;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.section {
  padding: 10rem 1.5rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.title,
.title__home {
  color: #425e92;
  text-align: center;
}

.title {
  font-size: 4rem;
  line-height: 5rem;
  font-family: 'Roboto Condensed',Times,Georgia,serif;
  font-weight: 300;
  margin: 6rem 0 3rem;
}

header > .title {
  -webkit-animation: fadeIn .4s ease forwards .2s;
  animation: fadeIn .4s ease forwards .2s;
  transition: all .4s;
  opacity: 0;
}

.title__home {
  text-transform: uppercase;
  margin-top: 15%;
  margin-bottom: 0;
}

.caption {
  color: #370e69;
  font-size: 2.2rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin: 0;
}

.flow-text {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  color: #fff;
  font-size: 1.6rem;
}

.flow-text ~ .flow-text {
  margin-top: 2rem;
}

.date {
  line-height: 1.6rem;
  font-family: 'Poppins',Arial;
  font-weight: 700;
  color: #3a4750;
}

.blog-thumb {
  -webkit-animation: fadeIn .4s ease .6s forwards;
  animation: fadeIn .4s ease .6s forwards;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: block;
  margin: 5rem 0;
  max-width: 100%;
  opacity: 0;
  padding: 4.5rem 3rem;
  text-decoration: none;
  transition: all .3s;
}

.blog-thumb:nth-child(1) {
  -webkit-animation: fadeIn .4s ease forwards;
  animation: fadeIn .4s ease forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.blog-thumb:nth-child(2) {
  -webkit-animation: fadeIn .4s ease forwards;
  animation: fadeIn .4s ease forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.blog-thumb:nth-child(3) {
  -webkit-animation: fadeIn .4s ease forwards;
  animation: fadeIn .4s ease forwards;
  -webkit-animation-delay: .6000000000000001s;
  animation-delay: .6000000000000001s;
}

.blog-thumb:nth-child(4) {
  -webkit-animation: fadeIn .4s ease forwards;
  animation: fadeIn .4s ease forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.blog-thumb:nth-child(5) {
  -webkit-animation: fadeIn .4s ease forwards;
  animation: fadeIn .4s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.blog-thumb:hover {
  border-color: #f6f0fd;
  box-shadow: 0 5px 10px rgba(139,152,190,0.2);
}

.blog-thumb__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: 'Roboto Mono',Times,Georgia,serif;
  font-weight: 700;
  color: #425e92;
  margin: 10px 0;
}

.blog-thumb__author {
  color: #425e92;
  font-size: 1.6rem;
  margin-bottom: .5rem;
  opacity: 0;
  visibility: hidden;
}

.blog-thumb__text {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  font-weight: 400;
  color: #3a4750;
}

.navbar li {
  display: inline-block;
}

.navbar__link {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  font-weight: 300;
  color: #38507c;
  letter-spacing: 3.6px;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease-out;
}

.navbar__link:after {
  content: " ";
  bottom: -.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #38507c;
  position: absolute;
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  transition: ease-out .3s;
  will-change: transform;
}

.navbar__link:hover:after,
.navbar__link.active:after {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.project-grid {
  -webkit-animation: fadeIn .4s ease forwards .6s;
  animation: fadeIn .4s ease forwards .6s;
  transition: all .4s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.project {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.9% * 1/3 - (3rem - 3rem * 1/3));
  padding: 1rem;
  box-sizing: border-box;
}

.project:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}

.project:last-child {
  margin-right: 0;
}

.project:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}

.project__title {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  color: #38507c;
}

.project__picture {
  width: 100%;
  margin: 2rem 0;
  display: block;
  text-align: center;
}

.project__picture img {
  max-width: 100%;
  max-height: 165px;
  height: auto;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project__description {
  font-family: 'Poppins',Arial;
  color: #3a4750;
  margin-bottom: 2rem;
}

.box {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 200px;
  margin-bottom: 35px;
}

.box:before,
.box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #38507c;
  opacity: .5;
  transition: all .45s ease 0s;
  will-change: transform;
}

.box:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.box:hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  transition-delay: .05s;
}

.box:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.box:hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px 40% 20px 20px;
}

.box-content:before,
.box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d4063;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  opacity: .5;
  z-index: -1;
  transition: all .45s ease 0s;
  will-change: transform;
}

.box-content:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.box-content:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.box:hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  transition-delay: .15s;
}

.box:hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  transition-delay: .1s;
}

.box .title {
  font-size: 2rem;
  color: #fff;
  line-height: 1em;
  opacity: 0;
  transition: all .5s ease 0s;
  will-change: opacity;
}

.box .post {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  text-transform: capitalize;
  transition: all .5s ease 0s;
  will-change: opacity;
}

.box:hover .title,
.box:hover .post {
  opacity: .9;
  transition-delay: .2s;
}

.social-media {
  list-style: none;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-media__link {
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  margin-right: 1.5rem;
  transition: color .2s;
}

.social-media__link:hover {
  color: #5172b0;
}

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar__img {
  display: inline-block;
  border-radius: 50%;
  max-width: 300px;
}

.avatar__name {
  font-size: 8rem;
  line-height: 9rem;
  font-family: 'Roboto Condensed',Times,Georgia,serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.avatar__subtitle {
  color: #212f49;
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Roboto Condensed',Times,Georgia,serif;
  font-weight: 700;
}

.footer {
  font-family: 'Roboto Mono',Times,Georgia,serif;
  background-color: #38507c;
  color: #fff;
  height: 90px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

.footer:before,
.footer:after {
  content: '';
  position: absolute;
}

.footer:before {
  top: -50px;
  left: 0;
  border-bottom: 50px solid #38507c;
  border-right: 100vw solid transparent;
}

.footer .heart {
  color: #fb7e8b;
  font-size: 1.7rem;
}

.header__block {
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(139,152,190,0.16),0 2px 10px 0 rgba(139,152,190,0.12);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 5%;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.cp_embed_wrapper {
  max-width: 80rem;
  margin: 0 auto 3rem;
}

.post__content {
  padding: 0 0 15rem 0;
}

.post__content .post__header {
  padding-top: 60px;
  min-height: 100vh;
  width: 100%;
  background: #5172b0;
  position: relative;
  box-sizing: border-box;
}

.post__content .post__header > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  margin: 10rem auto 4rem;
  max-width: 80rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  color: #425e92;
}

.post__content h1 {
  font-size: 8rem;
  line-height: 9rem;
  font-family: 'Roboto Mono',Times,Georgia,serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 80%;
}

.post__content h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-family: 'Open Sans',Arial;
}

.post__content h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Open Sans',Arial;
}

.post__content h4 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.post__content h5 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.post__content h6 {
  font-size: 2.1rem;
  line-height: 2;
}

.post__content p {
  width: auto;
  max-width: 80rem;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  color: #3a4750;
  letter-spacing: .01rem;
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 2;
  font-family: 'Open Sans',Arial;
  font-weight: 400;
}

.post__content ul,
.post__content ol {
  width: auto;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem 0 4rem;
  color: #3a4750;
  letter-spacing: .01rem;
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 2;
  font-family: 'Open Sans',Arial;
  font-weight: 400;
}

.post__content ul p,
.post__content ol p {
  margin: 0;
  color: #52159d;
}

.post__content pre {
  width: 100%;
  font-size: 2rem;
  padding: 2.5rem 0;
  margin: 10rem auto;
  box-sizing: border-box;
  background: #333e4b;
}

.post__content pre code {
  box-sizing: border-box;
  display: block;
  padding: 0 1.5rem;
  max-width: 80rem;
  margin: 2rem auto;
  line-height: 1.5;
}

.post__content a {
  box-shadow: 0 1px 0 #5172b0;
  color: #859cc8;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}

.post__content a:visited {
  color: #691bc9;
  box-shadow-color: #52159d;
}

.post__content a:visited:hover {
  color: #944fe7;
  box-shadow: 0 3px 0 #944fe7;
}

.post__content a:hover {
  box-shadow: 0 3px 0 #5172b0;
}

.post__content blockquote {
  max-width: 85rem;
  margin: 6rem auto;
  border-left: 5px solid #5172b0;
  padding-left: 3rem;
  box-sizing: border-box;
  background: #f6f6f6;
}

.section__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__about {
  background-color: #38507c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}

.section__about:before,
.section__about:after {
  content: '';
  position: absolute;
}

.section__about:before {
  bottom: -100px;
  left: 0;
  border-top: 100px solid #38507c;
  border-left: 100vw solid transparent;
}

@media only screen and (min-width:520px) {
  .btn__link,
  .btn__link--light {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .logo:after {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .logo:after {
    content: 'André Mendes';
  }

  .flow-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .date {
    font-size: 1.2rem;
  }

  .blog-thumb__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .navbar__link {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .project__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .project__description {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1/3 - (3rem - 3rem * 1/3));
  }

  .box:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
  }

  .box:last-child {
    margin-right: 0;
  }

  .box:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }

  .footer {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media only screen and (min-width:990px) {
  .title__home {
    font-size: 7rem;
  }

  .avatar__img {
    margin-right: 4rem;
  }
}

@media only screen and (max-width:1199px) {
  .section__home,
  .section__about {
    padding: 15rem 2rem;
  }

  .title__home {
    font-size: 4rem;
  }

  .avatar__img {
    margin-bottom: 4rem;
  }

  .post__content blockquote {
    margin: 6rem .5rem;
    padding-left: 0;
  }
}

@media only screen and (max-width:989px) {
  .blog-thumb {
    padding: 4.5rem 1.5rem;
  }

  .social-media {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avatar__name {
    font-size: 6rem;
    line-height: 7rem;
  }

  .post__content h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
}

@media only screen and (max-width:759px) {
  .btn__link,
  .btn__link--light {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  html {
    font-size: 8px;
  }

  .flex-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo:after {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .logo:after {
    content: 'A.M.';
  }

  .flow-text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .date {
    font-size: 1.5rem;
  }

  .blog-thumb__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .navbar__link {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .navbar__link {
    margin: 0 10px;
    letter-spacing: 1.5px;
  }

  .navbar__link:last-child {
    margin-right: 0;
  }

  .project-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .project__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .project__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .footer {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}