body {
  font-family: Muli, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #000000
}

@media (min-width:992px) {
  body {
    padding-top: 0;
    padding-left: 17rem
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem
}

h2 {
  font-size: 3.5rem
}

h3 {
  font-size: 2rem
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400
}

.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 250px;
}

.my-gallery figcaption {
  display: none;
}

#sticky-footer {
  flex-shrink: none;
  background-color: #4c1c75;
  opacity: 0.9;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#home {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-color: black;
}

#home:before {
  content: "";
  background: rgba(5, 13, 24, 0.44);
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#home .home-container {
  position: relative;
  min-width: 300px;
  z-index: 2;
}

#home h1 {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 56px;
  color: #fff;
}

#home p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 50px;
}

#home p span {
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
  color: #fff;
  padding-bottom: 4px;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home h1 {
    line-height: 36px;
    font-size: 52px;
  }

  #home h2 {
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem
}

.social-icons a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #f06b28;
  color: #000000 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-right: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .social-icons a {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

.social-icons a:last-child {
  margin-right: 0
}

.social-icons a:hover {
  background-color: #bd5d38
}

.dev-icons {
  font-size: 3rem
}

.dev-icons .list-inline-item i:hover {
  color: #bd5d38
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: .05rem;
  text-transform: uppercase
}

.nav-item-bottom {
  position: absolute;
  left: 61px;
  bottom: 0;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e
}

@media (min-width:992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh
  }

  #sideNav .navbar-brand {
    display: flex;
    margin: 0 0 0;
    padding: .5rem
  }

  #sideNav .navbar-brand .img-profile {
    max-width: 17rem;
    max-height: 15rem;
    border: .5rem solid rgba(255, 255, 255, .2)
  }

  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto
  }

  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block
  }
}

section.section-page {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 80rem
}

section.section-page .resume-item .resume-date {
  min-width: none
}

@media (min-width:768px) {
  section.section-page {
    min-height: 100vh
  }

  section.section-page .resume-item .resume-date {
    min-width: 18rem
  }
}

@media (min-width:992px) {
  section.section-page {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }
}

.bg-primary {
  background-color: #4c1c75 !important
}

.text-primary {
  color: #ffffff !important
}

.text-orange {
  color: #f06b28 !important
}

a {
  color: #bd5d38
}

a:active, a:focus, a:hover {
  color: #824027
}

.crossfade>figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100vh;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-attachment: fixed;
}

.crossfade>figure:nth-child(1) {
  background-image: url('../img/14.jpg');
  background-position: center 15%;
}

.crossfade>figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/13.jpg');
}

.crossfade>figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/9.jpg');
}

.crossfade>figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/7.jpg');
}

.crossfade>figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../img/3.jpg');
  background-position: center 20%;
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.fa-id-card {
  color: #f06b28;
}

.fa-images {
  color: #f06b28;
}

.lang {
  width: 200px;
  max-height: 200px;
}

@media (max-height: 660px) {
  .nav-item-bottom {
    position: relative;
    top: 100%;
    left: 0%;
  }
}

@media (max-width: 992px) {
  .nav-item-bottom {
    position: relative;
    left: 0%;
  }
}
