* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #FFF;
  color: #383838;
  font: 300 16px/1.5 "Montserrat", sans-serif;
  text-rendering: auto;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
  }
}

body {
  background-color: #FFF;
}
.link, .link:visited {
  color: #383838;
  font-weight: 500;
  text-decoration: none;
}
.link:hover, .link:visited:hover {
  text-decoration: underline;
}

.dot {
  color: #383838;
}

img {
  display: block;
  max-width: 100%;
  margin: 48px auto;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #383838;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

p + h3, p + h2, p + h4 {
  padding-top: 48px;
}

::selection {
  background-color: #383838;
  color: #FFF;
}

ul, ol {
  margin: 24px 0;
  padding: 0 24px;
}

li {
  list-style-type: square;
}

code {
  color: #323232;
  font-family: "Roboto Mono", monospace;
}

.under {
  background-image: linear-gradient(to right, transparent 50%, #383838 50%);
  background-size: 200% 100%;
  transition: all 0.5s linear 0.5s;
}

.under-color {
  background-position: -100% 0;
  color: #FFF;
}

.button {
  background-color: #383838;
  border: 2px solid #383838;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  padding: 12px 22px;
  text-decoration: none;
  transform: translate(2px, 2px);
  transition: all 0.2s ease-in-out;
}
.button:hover {
  box-shadow: 4px 4px 0 #383838;
  transform: translate(-2px, -2px);
}
.button:active {
  box-shadow: none;
  transform: translate(2px, 2px);
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}

.rg-container {
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}

table.rg-table thead {
  border-bottom: 1px solid #ddd;
}

table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}

table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}

table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}

table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 1em;
}

table.rg-table td {
  padding: 0.35em;
  font-size: 1em;
}

table.rg-table .highlight td {
  font-weight: bold;
}

table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }

  table.rg-table {
    width: 100%;
  }

  table.rg-table tr.hide-mobile,
table.rg-table th.hide-mobile,
table.rg-table td.hide-mobile {
    display: none;
  }

  table.rg-table thead {
    display: none;
  }

  table.rg-table tbody {
    width: 100%;
  }

  table.rg-table tr,
table.rg-table th,
table.rg-table td {
    display: block;
    padding: 0;
  }

  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }

  table.rg-table tr.highlight {
    background-color: inherit !important;
  }

  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }

  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }

  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 1em;
  }

  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }

  table.rg-table td:empty {
    display: none;
  }

  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}
.header-wrap {
  background-color: #FFF;
  box-shadow: none;
  display: flex;
  position: fixed;
  top: 0px;
  transition: all 0.4s;
  width: 100vw;
  z-index: 70;
}
@media screen and (min-width: 1024px) {
  .header-wrap {
    height: 84px;
  }
}

@media screen and (min-width: 1024px) {
  .shadow {
    box-shadow: 0 1px 0 rgba(56, 56, 56, 0.1);
  }
}

@media screen and (min-width: 1024px) {
  .un-fixed {
    box-shadow: none;
    position: fixed;
    top: -100px;
  }
}

.transparent {
  background-color: transparent;
  box-shadow: none;
}

.menu {
  flex: 1;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .menu {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.menu ul {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 0;
}
@media (min-width: 1024px) {
  .menu ul {
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
}

.menu-item {
  line-height: 3rem;
  list-style-type: none;
  margin: 10px 0;
  text-align: center;
  min-width: 100px;
}
.menu-item .menu-link {
  font-weight: 500;
  font-size: 18px;
  color: #383838;
  text-decoration: none;
  position: relative;
}
.menu-item .menu-link:after {
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.3rem;
  margin: auto;
  transition: all 0.4s;
  width: 0px;
}
.menu-item .menu-link:hover:after {
  background: #383838;
  width: 100%;
}

.icon {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .icon {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .open {
    background-color: #383838;
    visibility: visible;
    opacity: 1;
    height: 100vh;
    transition: all 0.4s;
  }
  .open > ul {
    height: 100vh;
    transition: all 0.4s;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .open .menu-link {
    font-size: 2rem;
    font-weight: 600;
    transition: all 0.4s;
    color: #FFF;
  }
}
#icon {
  display: block;
  position: absolute;
  top: 32px;
  right: 28px;
  height: 20px;
  width: 24px;
}

#bar {
  height: 2px;
  width: 20px;
  background-color: #383838;
  margin-top: 6px;
}
#bar:after, #bar:before {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  background-color: #383838;
  transition: all 0.3s ease-out;
}
#bar:before {
  margin-left: -4px;
  top: -6px;
  width: 24px;
}
#bar:after {
  margin-left: 4px;
  top: 4px;
  width: 16px;
}
#bar.active {
  background: none;
}
#bar.active:after, #bar.active:before {
  background-color: #FFF;
}
#bar.active:before {
  margin: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#bar.active:after {
  margin: 0;
  top: -2px;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the header: fixed position (always stay at the top) */
/* The progress container (grey background) */
.progress-container {
  position: fixed;
  top: 92px;
  width: 100%;
  height: 8px;
  background: #f1f1f1;
  z-index: 99;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #383838;
  width: 0%;
}

/*
### Section
*/
.section {
  background-color: #FFF;
  display: grid;
  place-items: center;
  height: auto;
  min-height: 50vh;
  padding: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section {
    min-height: 100vh;
    padding: 0 48px;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .section {
    min-height: 100vh;
    padding: 0 calc((100vw - 1024px) / 2);
    scroll-snap-align: start;
  }
}

.section:after {
  background-color: #383838;
  content: "";
  height: 40px;
  margin-top: 48px;
  width: 4px;
}
@media screen and (max-width: 374px) {
  .section:after {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .section:after {
    animation-duration: 0.6s;
    animation-name: changeheight;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    left: 50%;
    margin: 0;
    position: absolute;
    top: calc(100vh - 80px);
  }
}

@keyframes changeheight {
  from {
    height: 0px;
  }
  to {
    height: 80px;
  }
}
.animate-img {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease-out;
}

.position-reset {
  transform: translateY(0);
  opacity: 1;
}

/*
## Section Title
*/
.section-title {
  padding-top: 96px;
}
@media screen and (min-width: 768px) {
  .section-title {
    padding: 0 calc((100vw - 1024px) / 2);
  }
}

.section-title-text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section-title-text {
    text-align: center;
    width: 60%;
  }
}

.section-title-desc {
  font-size: 1.3rem;
  font-weight: 400;
}

/*
## Section Last
*/
.section-last-post {
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section-last-post {
    width: 60%;
  }
}
.section-last-post h2 {
  margin-bottom: 0;
}
.section-last-post p {
  font-size: 1.2rem;
}

.section-last-category {
  background-color: #383838;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 16px;
}

.section-last-title {
  color: #383838;
  margin-bottom: 8px;
  text-decoration: none;
}
.section-last-title:hover {
  text-decoration: underline #383838;
}

/*
## Section Left / Right
*/
.section-left, .section-right {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .section-left, .section-right {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .section-left, .section-right {
    padding: 0 48px;
  }
}

.section-right {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .section-right {
    flex-direction: row-reverse;
  }
}

.section-left-title, .section-right-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section-left-title, .section-right-title {
    max-width: 50%;
  }
}

.section-left-img, .section-right-img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .section-left-img, .section-right-img {
    max-width: 50%;
    padding: 0 24px;
  }
}

.section:last-of-type, .container {
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
  margin-bottom: 50vh;
}

/*
## Section Column
*/
.section-column {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .section-column {
    column-count: 2;
    column-gap: 48px;
    padding: 0 56px;
  }
}

/*
## Section Loop
*/
.section-loop {
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .section-loop {
    padding-top: 84px;
  }
}

.section-loop-list h2 {
  margin-bottom: 0;
}
.section-loop-list p {
  font-size: 1.2rem;
}
.section-loop-list ul {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .section-loop-list {
    padding: 0 48px;
  }
}

.section.section-loop:after {
  width: 0;
}

.section-loop-category {
  background-color: #383838;
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.section-loop-article {
  list-style: none;
  margin-bottom: 48px;
}

/*
## Section Article
*/
.section.section-article:after {
  width: 0;
}

.section-article {
  padding-top: 48px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .section-article {
    padding-top: 132px;
  }
}

.section-article-content {
  box-sizing: border-box;
  padding: 0;
  max-width: 700px;
}
.section-article-content a, .section-article-content a:visited {
  color: #383838;
  font-weight: 500;
  text-decoration: none;
}
.section-article-content a:hover, .section-article-content a:visited:hover {
  text-decoration: underline;
}

.section-article-title {
  text-align: left;
  margin-bottom: 64px;
}
.section-article-title h1 {
  margin-bottom: 0;
}

.footer {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  width: 100vw;
  background: #383838;
  padding: 0 32px;
  position: fixed;
  bottom: 0;
  box-shadow: inset 0 4px 0 #383838;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 0 calc((100vw - 1024px) / 2);
  }
}

.label {
  font: 300 16px/1.5 "Montserrat", sans-serif;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .label {
    font-size: 18px;
  }
}

.footer-contact {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.footer-contact:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    font-size: 1.5rem;
  }
}

.footer-social {
  margin-top: 32px;
  width: 216px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-social {
    width: 256px;
  }
}

.footer-icon {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  color: #FFF;
}
.footer-icon:hover {
  transform: scale(1.1);
  transition: transform 0.2s linear;
}
@media screen and (min-width: 768px) {
  .footer-icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .label, .footer-contact, .footer-social, .copy {
    margin-left: 24px;
  }
}

.linkedin {
  background-image: url(/img/ink-icon.svg);
}

.dribbble {
  background-image: url(/img/bbb-icon.svg);
}

.github {
  background-image: url(/img/hub-icon.svg);
}

.behance {
  background-image: url(/img/be-icon.svg);
}

.copy {
  bottom: 0;
  position: absolute;
}

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