@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html {
  font-family: "Rubik", sans-serif;
}

* {
  font-family: "Rubik", sans-serif !important;
}

a {
  color: #111;
}

small {
  font-size: 10px;
}

/* UIKit Override */
.uk-navbar-container {
  background: #FFF !important;
}
.uk-link-text {
  color: #222 !important;
}
.uk-link-text:hover {
  color: #999 !important;
  cursor: pointer;
}
.uk-link-text.uk-icon:hover {
  transform: scale(1.2);
  transition: 0.5s;
}
.uk-button:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.uk-button-secondary:hover {
  background: #FFF;
  color: #111;
  border: 1px solid #111;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #FFF;
  color: #111;
}

/* Preloader */
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #FFF;
  z-index: 1200;
}
.preloader-content {
  margin-top: calc(50vh - 100px);
  text-align: center;
}

/* Hero */
.hero-container {
  height: 550px;
}
.hero-video {
  opacity: 0.4;
}
.hero-text {
  line-height: 1.3;
}
.hero-caption {
  background: #FFF;
  color: #111;
  padding: 0 20px;
}
.hero-nav {
  padding: 10px 25px;
}

/* About */
.about-container {
  background: url("../img/bg-brush.png") no-repeat;
  background-position: 200px 0;
}

/* Tech */
.tech-container {
  background: url("../img/bg-brush.png") no-repeat;
  background-position: center 0;
}

/* Action */
.act-scroll-down {
  writing-mode: vertical-rl;
}

/* Page Title */
.page-title {
  background: url("../img/bg-brush.png") no-repeat;
  background-position: center 0;
}

/* Timeline */
.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid black;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Fira Code", monospace;
  font-weight: 700;
  font-size: 0.785rem;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid black;
  background: white;
}
.timeline-item:last-child {
  border-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0)) 1 100%;
}

/* Astro styling */
[data-icon="ri:linkedin-fill"], [data-icon="ri:behance-fill"], [data-icon="ri:github-fill"] {
  font-size: 1.3rem;
}
[data-icon="ri:linkedin-fill"]:hover, [data-icon="ri:behance-fill"]:hover, [data-icon="ri:github-fill"]:hover {
  transform: scale(1.5);
  transition: 0.5s;
}

/* Mobie view content */
@media only screen and (max-width: 600px) {
  .hero-container {
    height: 220px;
  }
  #hero h1 {
    font-size: 24px;
    margin-top: 20px;
  }
  #hero .uk-overlay .uk-container {
    position: relative;
    top: 20px;
  }
  .about-container {
    background-position: center top;
    background-size: 40%;
  }
  .tech-container {
    background-size: 40%;
  }
  .page-title {
    background-size: 40%;
  }
  /* Override UIKit */
  .uk-heading-small {
    font-size: 24px;
  }
}

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