.site-header {
   color: transparent;
}
element.style {
    padding-top: 142px;
}
header.page-header:after, .banner-caption, .portfolio-item .portfolio-text-holder {
    /* background: -webkit-linear-gradient( rgba(31, 186, 160, 0.8), rgba(232, 86, 2, 0.8)); */
    background: -moz-linear-gradient( rgba(31, 186, 160, 0.8), rgba(232, 86, 2, 0.8));
    background: -ms-linear-gradient( rgba(31, 186, 160, 0.8), rgba(232, 86, 2, 0.8));
    background: -o-linear-gradient( rgba(31, 186, 160, 0.8), rgba(232, 86, 2, 0.8));
    /* background: linear-gradient( rgba(31, 186, 160, 0.8), rgba(232, 86, 2, 0.8)); */
}

.banner-caption {
    position: relative;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(87, 185, 168, 0.8), rgb(13 45 98 / 0%));
    background: -moz-linear-gradient(rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
    background: -ms-linear-gradient(rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
    background: -o-linear-gradient(rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
    background: linear-gradient(rgb(87 185 168 / 0%), rgb(13 45 98 / 0%));
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding-bottom: 100px;
}
