header.navbar_secondary {
    margin-bottom: -5rem;
}
.container_banner{
    padding: 0 2rem;
}
.hero_banner{
	background: var(--white_tone);
}
.background_rounded{
	border-radius: 0 0 5rem 5rem;
    width: 100%;
    position:relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.banner_small{
    height: 25vh;
}
.banner_medium{
    height: 40vh;
}
.banner_large{
    height: 60vh;
}
.center_title{
    position:relative;
    z-index:1;
}
.center_title_sidebar{
    top: unset;
    position: relative;
    z-index: 1;
}
.banner-text {
    color: var(--white_tone);
}
.background-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.hero_img_background{
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}
.page_banner_gradient h1{
    font-size: 3.5rem;
    line-height: 1;
    margin: 1rem 0;
    color: #ffffff;
}
.page_banner_gradient h2{
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0.5rem 0;
    color: #ffffff;
}
.page_banner_gradient p{
    font-size: 1.2rem;
}
@media(max-width:1300px){
    .banner-text h1{
        font-size: 2.5rem;
    }
    .homepage_hero{
        margin-top:-7rem;
        height:80vh;
    }
}
@media(orientation:portrait){
    .banner_small,.banner_medium,.banner_large{
        padding-top: 5rem;
        height: auto;
    }
	.background_rounded{
		border-radius: 0 0 2rem 2rem;
		align-items: flex-end;
	}
    .banner-text{
        width:100%;
        padding: 1rem 0;
    }
}