/*!
 * -=-=-=INSTANTNE STYLESHEETS=-=-=-
 * (C) 2018 Radek Busa www.radekbusa.eu
 */
/**
 * INCLUDE THIS TO OTHER SCSS STYLESHEETS WHERE NEEDED.
 *
 * Use provided Makefile to update all stylesheets
 * dependent on this in case of change
 */
header {
  margin-top: 95px !important;
  color: #181818;
}

nav {
  box-shadow: none;
}

header .aperture {
  background-color: transparent;
  padding-bottom: 0;
}

.container h2 {
  font-size: 1rem;
  text-transform: uppercase;
}
.container .social-links a {
  margin: 0 3.5px;
  font-size: 1.5rem;
}
.container .social-links a:link, .container .social-links a:hover, .container .social-links a:active, .container .social-links a:visited {
  color: #181818;
  text-decoration: none;
}

#timeline .timeline-item {
  position: relative;
  height: 150px;
  margin: 25px 0;
}
#timeline .timeline-item:first-of-type {
  margin-top: 0;
}
#timeline .timeline-item:last-of-type {
  margin-bottom: 0;
}
#timeline .timeline-item img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50px;
  border: solid 2px #838688;
}
#timeline .timeline-item .timeline-item-description {
  position: absolute;
  width: 200px;
  top: 0;
}
#timeline .timeline-item .timeline-item-description h3 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 0.9rem;
}
#timeline .timeline-item:nth-child(2n) .timeline-item-description {
  left: 0;
  text-align: right;
}
#timeline .timeline-item:nth-child(2n+1) .timeline-item-description {
  right: 0;
  text-align: left;
}
#timeline .timeline-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 65%;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  background-color: #838688;
}

#page-content {
  padding-bottom: 50px;
}

.social-links {
  margin-top: 70px;
}

#timeline {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  header {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  #timeline .timeline-item img {
    left: 0;
    margin: 0;
  }
  #timeline .timeline-item .timeline-item-description {
    top: 55px;
    left: 120px !important;
    width: calc(100vw - 150px);
    text-align: left !important;
  }
  #timeline .timeline-item:not(:last-of-type)::after {
    left: 50px;
  }
}

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