.intro {
  margin-top: 25px;
}  
.col-md-push-6 {
    left: 56%;
}
.col-md-pull-6 {
    right: 44%;
}
.fancybox-share__button--ln {
  background: #CACCCE; 
}
.fancybox-share__button--ln:hover {
  background: #86888A;
}
.parallax {      
    min-height: 500px;
    width:100%;
    height: 55%;        
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
    background-size: cover;
    object-fit:cover;
    z-index: -100;
}  
.share-btn{
  color: grey;
}
.share-btn:hover {
   text-decoration: none;
   color: #31f5f5;
   border-color: #31f5f5;
}



