@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .jumbotron--home  {
    height: 22.5rem;
}
.jumbotron--inside {
    height: 16rem;
}
.section--angle:after {
        bottom: 0;
}
.footer:before , .section--hammer + .section::before{
    top: 0;
}
h1, .h1 {
    color:#fcc81b;
}
.jumbotron--home .jumbotron__caption, .jumbotron--inside h1 {
    color:#fff;
}
.callout--return {
    background-size:1.5rem 1.5rem;
    background-position-x:left;
    background-position-y:center;
    display:block;
}
.callout--apply__link {
    background-size:1.5rem 1.5rem;
    background-position-x:right;
    background-position-y:center;
}
.btn--white {
    background:#fff;
    color:#FCC81B;
}
 .btn--white:hover {
     color:#fff;
     background:#FCC81B;
 } 
 .scroll-down--inside {
     top:98%;
 }
 .btn--yellow {
     background: #FCC81B;
     color:#fff;
 }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 576px) { 
 .jumbotron--home  {
        height: 26rem;
    }
     .jumbotron--inside {
        height: 23rem;
    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) { 
    .section--hammer + .section::before {
        top:-4.3rem;
    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) { 
    .jumbotron--home{
        height: 36rem;
    }
    .jumbotron--inside {
        height: 30rem;
    }
     .card-group--partners .col-lg {
        flex: 0 0 14%;
    }
    .footer:before {
    top: -2.5rem;
}
.section--angle:after {
        bottom: -2.2rem;
}
.navbar-nav .nav-link {color:#fff;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px) {    
    .jumbotron--home {
        height: 34rem;
    }
     .card-group--partners .col-lg {
        flex: 0 0 17%;
    }
.section--angle:after , .footer:before{
        bottom: -3rem;
}
 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1290px) {    
 .section--angle:after {
        bottom: -3.2rem;
    }
    .footer:before {
        top: -3.3rem;
    }
    
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1440px) { 
    .jumbotron--home {
        height: 42rem;
    }
    .jumbotron--inside {
        height: 36rem;
    }
    .section--angle:after {
        bottom: -3.6rem;
    }
    .footer:before {
        top: -3.6rem;
    }
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1680px) { 
        .jumbotron--home {
            height: 60rem;
        }
        .jumbotron--inside {
            height: 42rem;
        }
        .section--angle:after {
        bottom: -4rem;
        }
        .footer:before {
             top: -3.8rem;
        }

}