.home-hero-banner{
    min-height: 624px;
    position: relative;
    transition: 0.3s;
}
.home-hero-banner-container{
    overflow: hidden;
}

.home-hero-banner-content-block{
    /* background-color: #fdd446; */
    /* background-color: #ffffff; */
    /* -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg); */
    /* overflow-y: hidden; */
    position: relative;
    z-index: 2;
    margin: 0px;
    opacity:1;
}


.home-hero-banner-content-block-copy{
    width:80%;
    /* -webkit-transform: skew(7deg);
    -moz-transform: skew(7deg);
    -o-transform: skew(7deg); */
}

.home-hero-banner-content-block-copy > h1{
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 800;
}

.home-hero-banner-content-block-copy > p{
    font-size: 1.3em;
    line-height: 1.1em;
}

.shadow-top {
    box-shadow: 0 -5px 3px -3px #00000030;
}

.shadow-right {
    box-shadow: -10px -10px 60px #00000070;
}

.shadow-bottom {
    box-shadow: 0 5px 3px -3px #00000030;
}

.shadow-left {
    box-shadow: -5px 0 3px -3px #00000030;
}

.btn-banner-1 {
    border-radius:25px 25px 25px 25px;
    padding:10px 20px;
    font-weight: 600;
    position: relative;
}

.btn-banner-1:hover {
    background-color:#363636;
    color: #ffffff;
}

.btn-banner-2 {
    border-radius:25px 25px 25px 25px;
    padding:10px 20px;
    font-weight: 600;
    position: relative;
}

.btn-banner-2:hover {
    background-color:#363636;
    color: #ffffff;
}

.spacer {
    background-color: #ffffff;
    z-index: 5;
    height: 30px;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

@keyframes scroll {
    0% { transform: translateX(100%);}
    100% {transform: translateX(-100%);}
}

.btn-banner-link{
    margin:0px 0px 0px 10px;
}


@media (min-width: 1200px){
    .col-xl-1-5 { width: 12.5%!important; } 
}

@media screen and (max-width:1476px){

    .btn-banner-link{
        margin:0px 0px 0px 0px;
    }

}


@media screen and (max-width:1320px){

    .btn-banner-link{
        margin:0px 0px 0px 0px;
    }

}

@media screen and (max-width:1200px){

    .home-hero-banner-content-block-copy{
        width:90%;
    }

    .btn-banner-link{
        margin:0px 0px 0px 0px;
    }

}



@media screen and (max-width:991px){
    
    .home-hero-banner-container{
        display: flex;
        flex-direction: column;
        height: 100vh;
        z-index: 2;
    }

    .home-hero-banner{
        position: fixed;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        padding: 0px;
        margin: 0px;
        transition: 0.3s;
    }


    .spacer {
        display: none;
    }

	.home-hero-banner-content-block{
        top:30%;
        z-index: 2;
    }

    

    .home-hero-banner-content-block-copy{
        width:100%;
        margin-left: 0px;
        margin-top: -50px;
        opacity:1;
        transition: none;
    }

    .btn-banner-1 {
        /* width:100%; */
    }

    .btn-banner-2 {
        /* width:100%; */
    }

    .btn-banner-link{
        margin:0px;
    }

}

@media screen and (orientation: portrait) and (max-width:991px) {
    .home-hero-banner-content-block.active{
        opacity:1;
        margin: 0 0 0 0;
    }
}

@media screen and (orientation: landscape) and (max-width:991px) {
    .home-hero-banner-content-block {
        margin: -200 0 0 0;
    }

    .home-hero-banner-content-block.active {
        opacity:1;
        margin: -200 0 0 0;
    }
}

@media screen and (max-width:720px){

    .home-hero-banner-content-block-copy > h1{
        font-size: 2.2em;
    }
    
    .btn-banner-1 {
        width:100%;
    }
    
    .btn-banner-2 {
        width:100%;
    }


}