.cd-main-header, .head-bg {
    background-color: #343434 !important;
}

.cd-main-header .cd-logo {
    background-color: #007298;
    padding: 2rem;
    width: auto;
}
.nav-up .cd-logo {
    margin-top: -2.2rem;
}

footer {
    position: relative;
}

.home-hero {
	margin-top: 91px;
	margin-bottom: -91px;
	border-bottom: 8px solid #007298;
}
.home-hero div {
	position: relative;
}
.home-hero .image-home {
	width: 100%;
	object-fit: cover;
}
.home-hero .cover {
	position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.4);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.05) 100%);
}
.home-hero .cover .container {
	background-color: transparent;
}
.home-hero h1 {
	color: white;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3.3rem;
    text-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,.4);
    line-height: 1;
}
.home-hero h1 span {
	display: block;
	color: #b7e5f0;
}



@media screen and (min-width: 991px) {
    .image-top {
        margin-bottom: -2rem;
    }
    .breadcrumb {
        padding: 3rem 0.5rem 1rem !important;
    }
	.home-hero {
		margin-top: 123.19px;
		margin-bottom: -123.19px;
	}
	.cd-main-header .cd-logo {
		box-shadow: 0.3rem 0.1rem 0.3rem rgba(0,0,0,.1);
	}
}

header .cs-logo svg .cls-2 {
	fill: white !important;
}
header .cs-logo svg .cls-1 {
	fill: #99DAEA !important;
}

.cs-logo svg:hover .cls-1, .cs-logo svg:focus .cls-1 {
	fill: white !important;
}











