.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(111, 167, 125, 0.7);
    opacity: .7;
    
  }
.carousel-content{
    position: absolute;
    /* bottom: 40%;
    left: 20%;
    color:white; */
    /* text-shadow: 0 1px 2px rgba(0,0,0,0.6); */
    font-size: 50px;
    font-weight: bold;

    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
        -webkit-transform: translate3d(-50%,-50%,0);
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
}  

a.btn:link {
        background-color: #33974e;
  }
  
  /* visited link */
  a.btn:visited {
        background-color: #33974e;
  }
  
  /* mouse over link */
  a.btn:hover {
        background-color: #33974e;
  }
  
  /* selected link */
  a.btn:active {
        background-color: #33974e;
  }
  .hide {
    display: none;
  }
 .btn-secondary:hover{
    background-color: #33974e !important;
 }
 .btn-secondary:active{
    background-color: #33974e !important;
 }
 .btn-secondary:visited{
    background-color: #33974e !important;
 }

 .btn-secondary:focus{
    background-color: #33974e !important;
 }