body.page-portfolio nav.indigo{
    background-color: #a70716;
}

.page-hero-content{
    position: relative;
    z-index: 999;
    padding-top: 5em;
}

.page-hero-content .content img{
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#showcase img{
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 15px;
}

@media(max-width: 768px){
    body.page-portfolio #hero-area{
        height: 360px;
    }
}

#feature.section-padding {
  padding-bottom: 0;
  height: 100vh;
  position: relative;
  align-items: center;
}

#team.section-padding {
  padding-bottom: 0;
  height: 100vh;
  position: relative;
  align-items: center;
}

/* Style for the right floating icon */
.floating-icon {
  z-index: 2;
  position: fixed;
  bottom: 40%;
  width: 50px;
  /* Adjust as needed */
  right: 20px;
  /* Adjust as needed */
  background-color: #3498db;
  /* Background color of the icon */
  color: #ffffff;
  /* Icon color */
  border-radius: 20%;
  /* Make it a circle */
  /* padding: 10px; */
  /* Adjust as needed */
  cursor: pointer;
  /* Add a pointer cursor to indicate interactivity */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Optional: Add a subtle shadow */
}

/* Adjust the styles for the icon (Font Awesome in this example) */
.floating-icon .icon-float i {
  font-size: 24px;
  /* Adjust the icon size as needed */
}

.btn-instagram {
  border-radius: 20% 20% 0 0;
  padding: 5px 5px;
  height: 50px;
  background-color: #CDC11D;
  color: white;
}

.btn-instagram:hover {
  background-color: #a59c1f;
  color: white;
}

.btn-linkedin {
  border-radius: 0 0 20% 20%;
  padding: 5px 5px;
  height: 50px;
  background-color: #0077B5;
  color: white;
}

.btn-linkedin:hover {
  background-color: #046396;
  color: white;
}

/* @mixin respond-to
------------------------------------------------------------------- */
/* line 6, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  /* line 17, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene .scene_element--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  /* line 22, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene .scene_element--fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  /* line 27, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene .scene_element--fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  /* line 32, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene .scene_element--delayed {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  
  /* line 37, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene.is-exiting .scene_element {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
  }
  
  /* line 42, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene.is-exiting .scene_element--delayed {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  /* line 47, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene.is-exiting .scene_element--noexiting {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
  }
  
  @media screen and (min-width: 768px) {
    /* line 58, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
    .m-scene .scene_element--fadeinright-wide {
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
    }
  }
  .is-loading,
  .is-loading a {
    cursor: progress;
  }