@charset "UTF-8";
html {
  font-family: "Open Sans", "Arial", sans-serif;
}

body {
  font-size: 16px;
}

p {
  margin: 0;
}
p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.cover {
  background-color: black;
  background-image: url(../images/background.jpg);
  background-position: center;
  background-size: cover;
}
.cover .cover__content {
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: white;
  padding-top: 33vh;
  text-align: center;
}
.cover .cover__content .cover__content--title {
  font-family: "Poppins", "Open Sans", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cover .cover__content .cover__content--title {
    font-size: 6rem;
  }
}
.cover .cover__content .cover__sub-title {
  border-top: 1px solid white;
  font-family: "Poppins", "Open Sans", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 1rem auto 0 auto;
  padding: 1rem 2rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .cover .cover__content .cover__sub-title {
    font-size: 3rem;
    margin-top: 2rem;
    min-width: 600px;
    padding: 2rem 3rem 0 3rem;
  }
}
.cover .cover__content .cover__scroll-hint {
  padding-bottom: 4rem;
}

.content-area {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.work-experience {
  line-height: 1.618034;
}
.work-experience .work-experience--heading {
  font-family: "Poppins", "Open Sans", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.work-experience .work-experience--heading .work-experience--heading--logo {
  margin-right: 1rem;
}
.work-experience .work-experience--heading .work-experience--heading--logo.avionte-logo {
  max-height: 80px;
}
.work-experience .work-experience--heading .work-experience--heading--logo.sa-logo {
  max-height: 40px;
}
.work-experience .work-experience--heading .work-experience--heading--logo.maritz-logo, .work-experience .work-experience--heading .work-experience--heading--logo.jump-logo {
  max-width: 120px;
}
.work-experience .work-experience--heading .work-experience--heading--title {
  display: block;
}
.work-experience .work-experience--content {
  margin-left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .work-experience .work-experience--content {
    margin-left: 2rem;
  }
}
.work-experience .work-experience--content + .work-experience--heading {
  margin-top: 3rem;
}
.work-experience .work-experience--date {
  font-style: italic;
}
.work-experience .work-experience--duration {
  margin-left: 0.5rem;
}

.tag-icon {
  margin-right: 0.5rem;
}

.badges {
  padding-left: calc(20px + .5rem);
  position: relative;
}
.badges::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #555555;
  position: absolute;
  left: 0;
}

.badge {
  border: 1px solid #bfbfbf;
  border-radius: 0.25rem;
  color: gray;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  padding: 0.125rem 0.625rem 0.2rem 0.625rem;
}
.badge.badge-blue {
  border-color: #24478f;
  color: #24478f;
}
.badge:not(:last-of-type) {
  margin-right: 0.333333rem;
}

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