/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: Monument;
  src: url(../rsc/MonumentExtended-Regular.otf);
}
@font-face {
  font-family: Monument-bold;
  src: url(../rsc/MonumentExtended-Ultrabold.otf);
}
@font-face {
  font-family: Roboto;
  src: url(../rsc/Roboto-Regular.ttf);
}
@font-face {
  font-family: Technique;
  src: url(../rsc/Technique-Sans.otf);
}
@font-face {
  font-family: Roboto-Mono;
  src: url(../rsc/RobotoMono-Regular.ttf);
}
h1 {
  font-family: Monument;
  font-size: 68px;
}

p {
  font-family: Technique;
  font-size: 22px;
  color: white;
  line-height: 1.3;
}

a {
  text-decoration: none;
  background-color: transparent;
}

.underline {
  text-decoration: underline;
  color: white;
  transition: 0.2s;
}
.underline:hover {
  color: #7922bc;
  transition: 0.2s;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.grey {
  color: #988e9f;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-6 {
    order: 6;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-top {
  align-self: top !important;
}

.text-align-right {
  text-align: right;
}

html * {
  box-sizing: border-box;
}

body {
  font-family: Monument;
  background: linear-gradient(180deg, #2F1745 0%, #181A1B 100%);
  overflow-x: hidden;
}

nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem 1.5rem;
  position: absolute;
}

main {
  width: 100% !important;
}

.navbar-offset {
  padding-top: 70px;
  padding-bottom: 70px;
}

.intro {
  position: relative;
}

.intro::after {
  content: "";
  background: url("/img/background-intro.jpg");
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.btn {
  padding: 17px 35px;
  margin: 0 0 30px 0;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto Mono, Courier New, Courier, monospace !important;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #7922bc, #ff3d77, #1593e3, #7922bc);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 1100%;
  border: none;
  position: relative;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-position 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.btn:hover {
  transform: scale3d(1.1, 1.1, 1);
  background-position: 100% 50%;
  bottom: 2px;
  cursor: pointer;
}

.w-60 {
  width: 60% !important;
}

.w-100 {
  width: 100% !important;
}

.top-10 {
  top: 10px;
}

.top-30 {
  top: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-left-10 {
  padding-left: 10px;
}

.h-0 {
  height: 0 !important;
}

.stop-tl {
  height: 173% !important;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.codeblock {
  line-height: 1.6;
  font-family: Roboto-Mono !important;
  padding-top: 0 !important;
}

.code-line {
  position: relative;
  z-index: 1;
  color: white;
}
.code-line:hover {
  position: relative;
}
.code-line:hover::before {
  background-color: rgba(121, 34, 188, 0.2);
  width: 300%;
  left: -100%;
  position: absolute;
  content: "";
  height: 100%;
  z-index: -2;
  top: 0;
}
.code-line::after {
  content: attr(data-line-nr);
  position: absolute;
  left: -60px;
  color: #3b3553;
  font-family: Roboto-Mono !important;
  font-size: 16px;
  line-height: 1.6;
  z-index: 3;
  top: 0;
}

.methods {
  color: #7922BC;
  display: inline;
}

.propname {
  color: #FFFF00;
}

.dots {
  color: #3b3553;
  display: inline;
}

.scope {
  color: #E3244C;
}

.prop2 {
  color: #00CED1;
}

.string {
  color: #00FF00;
}

.container {
  width: 100%;
}

.content {
  display: flex;
  height: 100vh;
}
.content--me {
  height: 100vh !important;
}
.content--work {
  height: 125vh !important;
  display: block;
}
.content .row {
  width: 100% !important;
}
.content .row--me {
  align-self: center;
}
.content .row > .introblock, .content .row .workblock {
  padding-top: 0px !important;
  max-width: 100% !important;
}
.content .row > .nameblock, .content .row .introblock, .content .row .workblock, .content .row .codeblock {
  padding-top: 50px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #7922bc;
  position: relative;
}
.content .row > .nameblock > .name-1, .content .row .introblock > .name-1, .content .row .workblock > .name-1, .content .row .codeblock > .name-1 {
  text-align: left;
  margin-left: 10px;
}
.content .row > .nameblock > .name-2, .content .row .introblock > .name-2, .content .row .workblock > .name-2, .content .row .codeblock > .name-2 {
  text-align: center;
}
.content .row > .nameblock > .name-3, .content .row .introblock > .name-3, .content .row .workblock > .name-3, .content .row .codeblock > .name-3 {
  text-align: right;
}
.content .row > .nameblock > h3, .content .row .introblock > h3, .content .row .workblock > h3, .content .row .codeblock > h3 {
  -webkit-text-stroke: 1px #7922bc;
  color: #fff;
  font-size: 20px;
}
.content .row > .nameblock > .sub-text, .content .row .introblock > .sub-text, .content .row .workblock > .sub-text, .content .row .codeblock > .sub-text {
  padding-top: 25px;
  margin-left: 10px;
}
.content .row > .nameblock > .sub-text > p, .content .row .introblock > .sub-text > p, .content .row .workblock > .sub-text > p, .content .row .codeblock > .sub-text > p {
  color: white;
}
.content .row > .nameblock > .timeline, .content .row .introblock > .timeline, .content .row .workblock > .timeline, .content .row .codeblock > .timeline {
  width: 2px;
  height: 300%;
  left: -10px;
  top: 13px;
  z-index: 9;
  position: absolute;
  background-color: #7922bc;
}
.content .row > .nameblock > .timeline > .bullet, .content .row .introblock > .timeline > .bullet, .content .row .workblock > .timeline > .bullet, .content .row .codeblock > .timeline > .bullet {
  position: absolute;
}
.content .row > .nameblock > .timeline > .bullet::before, .content .row .introblock > .timeline > .bullet::before, .content .row .workblock > .timeline > .bullet::before, .content .row .codeblock > .timeline > .bullet::before {
  content: "";
  left: -5.5px;
  top: 0;
  z-index: 10;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 3px solid #7922bc;
  background-color: #181A1B;
  position: absolute;
}
.content .row > .nameblock > .timeline > a, .content .row .introblock > .timeline > a, .content .row .workblock > .timeline > a, .content .row .codeblock > .timeline > a {
  margin-left: -7px;
  top: 307px;
  position: absolute;
  transition: transform 0.2s;
}
.content .row > .nameblock > .timeline > a:hover, .content .row .introblock > .timeline > a:hover, .content .row .workblock > .timeline > a:hover, .content .row .codeblock > .timeline > a:hover {
  transform: scale(1.1);
}
.content .row > .nameblock > .timeline > a > svg, .content .row .introblock > .timeline > a > svg, .content .row .workblock > .timeline > a > svg, .content .row .codeblock > .timeline > a > svg {
  width: 16px;
  margin-bottom: 10px;
  background-color: #281734;
  border-radius: 25px;
}
.content .row > .nameblock > .timeline > a > span, .content .row .introblock > .timeline > a > span, .content .row .workblock > .timeline > a > span, .content .row .codeblock > .timeline > a > span {
  text-shadow: 0 3px 14px #432459, 0 -3px 14px #432459, 3px 0 14px #432459, -3px 0 14px #432459, 0 3px 6px #432459, 0 -3px 6px #432459, 3px 0 6px #432459, -3px 0 6px #432459;
  font-size: 14px;
  transform: translate(-29px, 45px) rotate(-90deg);
  position: absolute;
  bottom: 0;
  color: #7922bc;
}
.content .row > .nameblock > section > .work-row > .work-img, .content .row .introblock > section > .work-row > .work-img, .content .row .workblock > section > .work-row > .work-img, .content .row .codeblock > section > .work-row > .work-img {
  position: relative;
  box-shadow: inset 0px 90px 60px 0px rgba(0, 0, 0, 0.7), 10px 8px 8px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.content .row > .nameblock > section > .work-row > .work-img--left, .content .row .introblock > section > .work-row > .work-img--left, .content .row .workblock > section > .work-row > .work-img--left, .content .row .codeblock > section > .work-row > .work-img--left {
  width: 50%;
  top: 50px;
  right: 20%;
}
.content .row > .nameblock > section > .work-row > .work-img--center, .content .row .introblock > section > .work-row > .work-img--center, .content .row .workblock > section > .work-row > .work-img--center, .content .row .codeblock > section > .work-row > .work-img--center {
  width: 50%;
  top: 69px;
  left: 37%;
}
.content .row > .nameblock > section > .work-row > .work-img--right, .content .row .introblock > section > .work-row > .work-img--right, .content .row .workblock > section > .work-row > .work-img--right, .content .row .codeblock > section > .work-row > .work-img--right {
  width: 25%;
  top: -400px;
  left: 95%;
}
.content .row > .nameblock > section > .work-row > .work-img:hover .overlay, .content .row .introblock > section > .work-row > .work-img:hover .overlay, .content .row .workblock > section > .work-row > .work-img:hover .overlay, .content .row .codeblock > section > .work-row > .work-img:hover .overlay {
  opacity: 1;
}
.content .row > .nameblock > section > .work-row > .work-img > .work-title, .content .row .introblock > section > .work-row > .work-img > .work-title, .content .row .workblock > section > .work-row > .work-img > .work-title, .content .row .codeblock > section > .work-row > .work-img > .work-title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  box-shadow: inset 0px 90px 60px 0px rgba(0, 0, 0, 0.7), 10px 8px 8px rgba(0, 0, 0, 0.6);
}
.content .row > .nameblock > section > .work-row > .work-img > .work-title > span, .content .row .introblock > section > .work-row > .work-img > .work-title > span, .content .row .workblock > section > .work-row > .work-img > .work-title > span, .content .row .codeblock > section > .work-row > .work-img > .work-title > span {
  font-family: Technique;
  position: relative;
  color: white;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #7922bc;
  font-size: 20px;
  top: 20px;
}
.content .row > .nameblock > section > .work-row > .work-img > img, .content .row .introblock > section > .work-row > .work-img > img, .content .row .workblock > section > .work-row > .work-img > img, .content .row .codeblock > section > .work-row > .work-img > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}
.content .row > .nameblock > section > .work-row > .work-img > .overlay, .content .row .introblock > section > .work-row > .work-img > .overlay, .content .row .workblock > section > .work-row > .work-img > .overlay, .content .row .codeblock > section > .work-row > .work-img > .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(46, 23, 69, 0.5);
  padding: 16%;
  z-index: 2;
}
.content .row > .nameblock > section > .work-row > .work-img > .overlay > .work-text, .content .row .introblock > section > .work-row > .work-img > .overlay > .work-text, .content .row .workblock > section > .work-row > .work-img > .overlay > .work-text, .content .row .codeblock > section > .work-row > .work-img > .overlay > .work-text {
  color: white;
  font-size: 16px;
  position: relative;
  top: 30px;
  text-align: center;
  line-height: 1 !important;
}
.content .row > .nameblock > section > .work-row > .work-img > .overlay > a, .content .row .introblock > section > .work-row > .work-img > .overlay > a, .content .row .workblock > section > .work-row > .work-img > .overlay > a, .content .row .codeblock > section > .work-row > .work-img > .overlay > a {
  position: relative;
  top: 50%;
  bottom: 0%;
  background: #7922BC;
  border-radius: 15px;
  font-family: Technique;
  color: white;
  font-size: 16px;
  margin: auto;
  width: 50%;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 10px 11px 0px rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 8px 10px 11px 0px rgba(0, 0, 0, 0.62);
}

.footer {
  height: unset !important;
}

.footerblock {
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #7922bc;
  position: relative;
}

@media screen and (max-width: 645px) {
  .work-row {
    padding: 0px !important;
  }
  .work-row > .work-img--left {
    width: 100% !important;
  }
  .work-row > .work-img--center {
    width: 100% !important;
  }
  .work-row > .work-img--right {
    width: 65% !important;
  }
  .work-row > .work-img > .overlay > .work-text {
    font-size: 14px !important;
  }

  .content--about {
    height: unset;
  }

  .stop-tl {
    height: 223% !important;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    height: 100vh !important;
  }

  .w-60 {
    width: 90% !important;
  }

  .name-1 {
    margin-left: 0 !important;
  }

  .content:not(:first-child) {
    height: 100% !important;
  }

  .content > .row > .nameblock, .content > .row .introblock, .content > .row .workblock, .content > .row .codeblock, .content > .row .footerblock {
    width: 80%;
  }
  .content > .row > .nameblock > section > .work-row, .content > .row .introblock > section > .work-row, .content > .row .workblock > section > .work-row, .content > .row .codeblock > section > .work-row, .content > .row .footerblock > section > .work-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }
  .content > .row > .nameblock > section > .work-row > .work-img, .content > .row .introblock > section > .work-row > .work-img, .content > .row .workblock > section > .work-row > .work-img, .content > .row .codeblock > section > .work-row > .work-img, .content > .row .footerblock > section > .work-row > .work-img {
    display: flex;
    margin: 20px 0;
    top: 0 !important;
    left: 0 !important;
  }
  .content > .row > .nameblock > section > .work-row > .work-img--left, .content > .row .introblock > section > .work-row > .work-img--left, .content > .row .workblock > section > .work-row > .work-img--left, .content > .row .codeblock > section > .work-row > .work-img--left, .content > .row .footerblock > section > .work-row > .work-img--left {
    width: 75%;
  }
  .content > .row > .nameblock > section > .work-row > .work-img--center, .content > .row .introblock > section > .work-row > .work-img--center, .content > .row .workblock > section > .work-row > .work-img--center, .content > .row .codeblock > section > .work-row > .work-img--center, .content > .row .footerblock > section > .work-row > .work-img--center {
    width: 75%;
  }
  .content > .row > .nameblock > section > .work-row > .work-img--right, .content > .row .introblock > section > .work-row > .work-img--right, .content > .row .workblock > section > .work-row > .work-img--right, .content > .row .codeblock > section > .work-row > .work-img--right, .content > .row .footerblock > section > .work-row > .work-img--right {
    width: 40%;
  }
  .content > .row > .nameblock > section > .work-row > .work-img--right > .overlay > .work-text, .content > .row .introblock > section > .work-row > .work-img--right > .overlay > .work-text, .content > .row .workblock > section > .work-row > .work-img--right > .overlay > .work-text, .content > .row .codeblock > section > .work-row > .work-img--right > .overlay > .work-text, .content > .row .footerblock > section > .work-row > .work-img--right > .overlay > .work-text {
    margin-top: 35px;
  }
  .content > .row > .nameblock > section > .work-row > .work-img > .overlay, .content > .row .introblock > section > .work-row > .work-img > .overlay, .content > .row .workblock > section > .work-row > .work-img > .overlay, .content > .row .codeblock > section > .work-row > .work-img > .overlay, .content > .row .footerblock > section > .work-row > .work-img > .overlay {
    opacity: 1;
    padding: 8%;
  }
  .content > .row > .nameblock > section > .work-row > .work-img > .overlay > .work-button, .content > .row .introblock > section > .work-row > .work-img > .overlay > .work-button, .content > .row .workblock > section > .work-row > .work-img > .overlay > .work-button, .content > .row .codeblock > section > .work-row > .work-img > .overlay > .work-button, .content > .row .footerblock > section > .work-row > .work-img > .overlay > .work-button {
    top: 35%;
  }
}

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