.h-100vh {
  height: 100vh; }

.bg-wrapper--dark {
  background-color: #f5f5f5; }

.container--space {
  padding-top: 60px;
  padding-bottom: 60px; }

.flex-container {
  display: flex; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.play-gif {
  cursor: pointer; }
  .play-gif figcaption {
    font-size: .8rem;
    text-decoration: underline; }
  .play-gif:hover figcaption {
    font-weight: bold; }

p {
  margin-bottom: 2rem; }

img {
  max-height: 100vh;
  max-width: 100%; }

@media (min-width: 992px) {
  .lg-mr-5 {
    margin-right: 50px; } }

.margin-auto {
  margin: auto; }

a {
  text-decoration: underline; }

.mt-10 {
  margin-top: 100px; }

body {
  font-family: 'nunito', sans-serif;
  color: #161617;
  line-height: 1.8rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'nunito', sans-serif; }

h1 {
  font-size: 1.8rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }

.link__neutral {
  color: #161617;
  text-decoration: none; }
  .link__neutral:hover {
    color: #161617;
    text-decoration: underline; }

.header__back-button a,
.portfolio-item__wrapper a {
  text-decoration: none; }
  .header__back-button a:hover,
  .portfolio-item__wrapper a:hover {
    text-decoration: underline; }

a.menu__link {
  text-decoration: none; }
  a.menu__link:hover {
    text-decoration: underline; }

html {
  scroll-behavior: smooth; }

.section-title {
  padding-bottom: 20px; }

.sub-section-title {
  padding-bottom: 10px; }

.portfolio-item__img {
  border-radius: 3px;
  margin-bottom: 4rem; }

.portfolio-item__title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .portfolio-item__title {
      font-size: 1.6rem; } }

.portfolio-item__title--small {
  font-weight: 700;
  margin-bottom: .5rem;
  margin-top: 2rem;
  font-size: 1.2rem; }

.portfolio-item__wrapper a {
  color: #161617; }
  .portfolio-item__wrapper a:hover {
    color: #161617; }
    .portfolio-item__wrapper a:hover img {
      box-shadow: 0px 3px 6px rgba(10, 10, 10, 0.3); }

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.header__container {
  padding: 15px;
  z-index: 10;
  position: absolute;
  width: 100%; }
  .header__container.pos-fixed {
    position: fixed;
    background-color: rgba(245, 245, 245, 0.8);
    box-shadow: 0px 3px 6px rgba(10, 10, 10, 0.1);
    -webkit-animation: slide-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.header__back-button {
  padding: 15px;
  z-index: 10;
  position: relative;
  width: 100%; }
  .header__back-button.pos-fixed {
    position: fixed;
    background-color: rgba(245, 245, 245, 0.8);
    box-shadow: 0px 3px 6px rgba(10, 10, 10, 0.1);
    -webkit-animation: slide-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.header__button {
  color: #161617;
  font-size: 1.2rem; }
  .header__button:hover {
    color: #161617;
    text-decoration: none; }

.menu__wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #161617;
  z-index: 100; }
  .menu__wrapper.closed {
    display: none; }

.menu__button--closed {
  color: white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 15px; }
  .menu__button--closed:hover {
    color: white;
    text-decoration: underline; }
  .menu__button--closed i {
    margin-right: 10px; }

.menu__button--open {
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 0;
  text-shadow: white 0 0 16px, white 0 0 16px, white 0 0 16px; }
  .menu__button--open i {
    margin-bottom: 0;
    font-size: 1.2rem;
    margin-right: 10px; }
  .menu__button--open:hover {
    text-decoration: underline; }

.menu__list {
  list-style: none;
  text-align: center;
  font-size: 2rem;
  padding-left: 0; }
  .menu__list a {
    color: white; }
  .menu__list li {
    margin-bottom: 1rem; }

.header__work {
  padding: 15px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(10, 10, 10, 0.1); }

.menu__button--back {
  font-size: 1.7rem; }
  @media (min-width: 768px) {
    .menu__button--back {
      position: absolute;
      left: -30px; } }
  .menu__button--back:hover {
    text-decoration: none; }

.header__name {
  display: inline;
  font-size: 1.2rem;
  font-family: 'nunito', sans-serif; }

.intro__image {
  /* The image used */
  background-image: url("/static/images/banner.jpg");
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.intro__paragraph__wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-left: 15px; }

.intro__paragraph {
  align-self: center;
  padding: 75px 15px 0 15px; }
  @media (min-width: 992px) {
    .intro__paragraph {
      padding: 0 50px 0 50px; } }

.subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .subtitle {
      font-size: 1.5rem; } }

header {
  height: 100px; }

.about__profile-picture {
  border-radius: 50%; }

.contact__link {
  color: #0E76A8; }
  .contact__link i {
    font-size: 3.5rem; }
  .contact__link:hover {
    color: #161617;
    text-decoration: none; }

.experience__logo {
  max-width: 100px;
  max-height: 100px;
  border-radius: 3px; }

.experience__card {
  padding: 15px;
  margin-bottom: 20px; }
  .experience__card .experience__card__title {
    font-size: 1rem;
    font-weight: 600; }
  .experience__card .experience__card__date {
    font-size: .8rem;
    margin-bottom: 0;
    line-height: 1.5; }

.experience__card--cluster {
  padding: 10px;
  margin-bottom: 10px; }
  .experience__card--cluster .experience__logo {
    max-width: 80px;
    max-height: 80px; }
  .experience__card--cluster .experience__card__title {
    font-size: .9rem; }

.experience__card__subcard {
  background-color: #f5f5f5;
  padding: 1rem; }

.experience__card__subcard--wrapper {
  background-color: #f5f5f5; }
  .experience__card__subcard--wrapper .experience__card {
    background-color: white; }

.section-title__education {
  margin-top: 60px; }

.tools__image {
  max-width: 60px;
  max-height: 60px; }
  .tools__image:last-child {
    margin-right: 0; }

.tools__wrapper {
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  flex: 40%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .tools__wrapper {
      flex: 33%; } }
  @media (min-width: 768px) {
    .tools__wrapper {
      flex: 16%; } }
  @media (min-width: 992px) {
    .tools__wrapper {
      flex: 8%; } }
  .tools__wrapper p {
    font-size: .8rem;
    font-weight: 600; }

.tools__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.tools__name {
  padding-top: .5rem; }

.carousel-indicators {
  bottom: initial;
  top: -30px;
  z-index: 9; }
  .carousel-indicators li {
    background-color: #161617;
    opacity: .3;
    margin-right: 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 99px; }
    @media (min-width: 768px) {
      .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin-right: 7px;
        margin-left: 7px; } }

.carousel-control-prev,
.carousel-control-next {
  background-image: none;
  bottom: initial;
  top: -39px; }

.carousel-control-prev-icon:after {
  font-size: 2rem;
  color: #161617;
  content: '<'; }

.carousel-control-next-icon:after {
  font-size: 2rem;
  color: #161617;
  content: '>'; }

.experience__logo--small {
    max-width: 80px;
    max-height: 80px;
    border-radius: 3px;
}

.experience__card .experience__card__title--small {
    font-size: .8rem;
    font-weight: 600;
}