* {
  font-family: 'Roboto Slab', serif !important;
  color: #fff; }

body {
  background-color: #000; }

.bg-black {
  background-color: #000; }

.font-12 {
  font-size: 0.75rem; }
.font-14 {
  font-size: 0.875rem; }
.font-16 {
  font-size: 1rem; }
.font-18 {
  font-size: 1.125rem; }
.font-20 {
  font-size: 1.25rem; }
.font-58 {
  font-size: 3.625rem; }

body {
  min-height: 94vh; }
  body article {
    padding-top: 102px; }
    body article .typed-cursor {
      font-size: 2rem; }

header {
  background-color: #363434;
  position: fixed;
  width: 100%;
  z-index: 2; }
  header nav li a {
    color: #fff;
    position: relative; }
    header nav li a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 0;
      background-color: #4b8ac4;
      transition: all .3s ease-in; }
    header nav li a:hover {
      color: #4b8ac4; }
      header nav li a:hover:after {
        width: 100%; }
  header nav button.navbar-toggler:focus {
    box-shadow: none; }
  header nav button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon span {
    transition: all .3s ease-in; }
    header nav button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon span:nth-child(1) {
      top: 0;
      transform: rotate(45deg) translateY(19px); }
    header nav button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon span:nth-child(2) {
      display: none; }
    header nav button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon span:nth-child(3) {
      bottom: 0;
      transform: rotate(-45deg) translateY(-20px); }
  header nav .navbar-toggler-icon {
    position: relative; }
    header nav .navbar-toggler-icon span {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #fff; }
      header nav .navbar-toggler-icon span:nth-child(1) {
        top: 0;
        left: 0; }
      header nav .navbar-toggler-icon span:nth-child(2) {
        top: 48%;
        left: 0; }
      header nav .navbar-toggler-icon span:nth-child(3) {
        bottom: 0;
        left: 0; }
  @media (max-width: 592px) {
    header .navbar-brand img {
      max-width: 60vw; } }

footer {
  position: relative; }
  footer .bg-black {
    width: 248px;
    height: 100%;
    position: absolute;
    z-index: 1; }
  footer .social-icons {
    width: auto; }
    footer .social-icons a {
      z-index: 2;
      width: auto !important;
      margin: 0 15px; }
      footer .social-icons a svg {
        height: 32px;
        fill: #fff;
        transition: all .3s ease-in-out; }
      footer .social-icons a:hover.facebook svg {
        fill: #3b5998; }
      footer .social-icons a:hover.instagram svg {
        fill: #C13584; }
      footer .social-icons a:hover.github svg {
        fill: #363434; }
      footer .social-icons a:hover.linkedin svg {
        fill: #0e76a8; }
  footer::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    top: 50%; }

body.about-me article p:nth-of-type(1) span:nth-of-type(1) {
  animation: colorBlue 4s ease-in 0.5s infinite; }
body.about-me article p:nth-of-type(1) span:nth-of-type(2) {
  animation: colorBlue 6s ease-in 3s infinite; }
body.about-me article p:nth-of-type(2) span:nth-of-type(1) {
  animation: colorBlue 8s ease-in 6s infinite; }
body.about-me article p:nth-of-type(3) span:nth-of-type(1) {
  animation: colorBlue 10s ease-in 9s infinite; }
body.about-me article p:nth-of-type(4) span:nth-of-type(1) {
  animation: colorBlue 12s ease-in 12s infinite; }
body.about-me article span {
  position: relative;
  text-decoration: underline; }
  body.about-me article span:after {
    position: absolute;
    content: ""; }

@keyframes colorBlue {
  0%, 10% {
    color: #fff; }
  80% {
    color: #4b8ac4; } }
.contact form {
  border: solid 1px #fff;
  background-color: #060214;
  max-width: 700px;
  margin: auto; }
  .contact form input, .contact form textarea {
    width: 100%;
    background-color: transparent;
    border: unset;
    border-bottom: solid 1px #fff;
    transition: all .3s linear; }
    .contact form input::placeholder, .contact form textarea::placeholder {
      color: #fff; }
    .contact form input:focus, .contact form textarea:focus {
      outline: unset;
      background-color: #363434; }
      .contact form input:focus::placeholder, .contact form textarea:focus::placeholder {
        color: transparent; }
  .contact form textarea {
    min-height: 120px; }
  .contact form button {
    padding: 10px 20px;
    margin: auto;
    display: block;
    background-color: #000;
    font-size: 1.125rem;
    border: solid 1px #fff;
    transition: all .3s ease-in-out;
    position: relative; }
    .contact form button:hover {
      color: #000;
      border: solid 1px #000;
      background-color: #fff; }

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