a:hover {
    background-image: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,1));
}

.project {
    color: white;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out;
}
.project.fade-in {
    opacity: 1;
    transform: translateX(0);
}

.nudge {
    transform: translateY(10);
}

.project_left {
    text-align: left;
    padding-right: 80px;
    background-image: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0));
}

.project_right {
    text-align: right;
    padding-left: 80px;
    background-image: linear-gradient(to left, rgba(0,0,0,0.8),rgba(0,0,0,0));
}

.row {
    height: 100vh;
    top: 50%;
    transform: translateY(-50%);
}

body, html {
    height: 100%;
    margin: 0;
    color: #777;
  }
  /*#hlimg-1, #hlimg-2, #hlimg-3, #hlimg-4, #wcimg-1, #wcimg-2, #wcimg-3, #wcimg-4, #wcimg-5{*/
  .bgimg {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50%;
  }
  
  .indeximg {
    position: relative;
    opacity: 1.0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50%;
  }
  
  #back_icon {
    position: fixed;
    width: 50px;
    top: 50px;
    left: 50px;
  }
  
  p {
    font-size: 17px;
  }
  
  .carousel-caption {
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 5px;
  }
  
  .carouselimg {
    height:100vh; width: auto; margin-left: auto; margin-right:auto;
  }
  
  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
  }
  
  #titleimg-1 {
    background-image: url("../img/title_img_1.jpg");
    min-height: 100%;
  }
  
  
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
  
  }
  
  .caption span.border {
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
  }
  
  a {
    color: black;
  }
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
      .hlimg-1, .hlimg-2, .hlimg-3 {
          background-attachment: scroll;
      }
  
      a {
          color: white;
      }
  }