body {
  color: rgba(0, 0, 0, 0.87);
}
nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}
section {
  padding: 3em 0;
}
footer {
  padding: 0 !important;
}
footer .social-buttons {
  margin: 0;
}
footer .social-buttons > .btn-floating {
  opacity: .54;
}
footer .social-buttons > .btn-floating:hover {
  opacity: 1;
  box-shadow: none !important;
}
.primary-dark-text {
  color: rgba(0, 0, 0, 0.87);
}
.secondary-dark-text {
  color: rgba(0, 0, 0, 0.54);
}
.intro-banner {
  position: relative;
  width: 100%;
  min-height: 80vh;
  height: 80vh;
  overflow: hidden;
}
.intro-banner > * {
  width: 100%;
  z-index: 3;
}
.intro-banner-img-bg {
  background: transparent url(/images/intro-bg.jpg) no-repeat bottom center;
  background-size: cover;
  z-index: 1 !important;
  position: absolute;
  top: -300px;
  left: 0;
  height: calc(100% + 300px);
  width: 100%;
}
.intro-banner-img-bg > img {
  width: 100% !important;
  height: auto;
}
.intro-banner-img-me {
  z-index: 2 !important;
  position: absolute;
  bottom: -400px;
}
@media (min-width: 992px) {
  .intro-banner-img-me {
    right: 1%;
    bottom: -400px;
    height: 810px;
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-banner-img-me {
    right: -200px;
    bottom: -400px;
    height: 810px;
    width: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .intro-banner-img-me {
    display: none;
  }
}
@media (max-width: 481px) and (orientation: portrait) {
  .intro-banner-img-me {
    right: -50%;
    bottom: -50%;
    width: 100%;
    height: auto;
  }
}
.intro-banner-img-me > img {
  max-width: 100%;
  height: auto;
}
.intro-banner > .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
#profile {
  margin: auto;
  display: block;
}
.profile-photo {
  margin: auto;
  width: 80%;
  height: auto;
  border: 10px solid white;
}
.social-buttons {
  margin-top: 1em;
}
.project-cards {
  margin: auto;
}
.project-cards .card {
  position: relative;
}
@media (min-width: 992px) {
  .project-cards .card {
    height: 20em;
  }
}
@media (max-width: 991px) {
  .project-cards .card {
    max-height: 25em;
  }
}
.project-cards .card-image {
  margin: auto;
  height: 12em;
  width: auto;
  border: 1em solid white;
  overflow: hidden;
  text-align: center;
}
.project-cards .card-image > img {
  height: 100%;
  width: auto;
  margin: auto;
}
.tab > a {
  color: #C8E6C9 !important;
}
.tab > a:hover {
  color: #FFF !important;
}
.tab > a.active {
  color: #FFF !important;
}
.tabs {
  margin-bottom: -3em;
}
.tabs .indicator {
  background-color: #FFF;
}
#project-categories {
  margin-bottom: 0;
}
#Container .mix {
  display: none;
}
.modal-content img {
  width: 100%;
  height: auto;
}
.preloader {
  height: 100vh;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -o-transition: margin 0.4s ease-out;
  -ms-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
}
.preloader .progress {
  margin: 0;
}
.preloader-text {
  position: relative;
  line-height: 95vh;
  font-size: 1.5em;
}
.preloader-text > img {
  position: absolute;
  top: calc(50% - 76px - .5em);
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: auto;
}
.hidden {
  height: 0;
  display: none !important;
}
.visible {
  visibility: visible;
  -webkit-transition: height .2s linear;
  -moz-transition: height .2s linear;
  -o-transition: height .2s linear;
  -ms-transition: height .2s linear;
  transition: height .2s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}
