/* Custom CSS - project HBJ */

.site-logo img {
	height: 85px;
	width: auto;
}

.chung-project-top-cover figure {
	width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    position: relative;
    overflow: hidden;
}
.chung-project-top-cover figure img {
	position: absolute;
	bottom: 0;
    width: 100%;
	transform: translateY(100%);
    transition: all 1s;
}

.chung-project-overview {
    padding: 40px 0;
}
.chung-project-overview h1 {
    margin-top: 30px;
    font-size: 2.6rem;
    font-family: 'Red Hat Text', sans-serif;
	color: #1b3248;
}
.chung-project-overview .wp-block-columns {
    margin-bottom: 20px;
    gap: 0;
}
.chung-project-overview .wp-block-columns h4 {
	margin: 0;
    padding: 8px 16px;
    font-size: 18px;
    text-transform: uppercase;
}
.chung-project-overview .wp-block-columns p {
	margin: 8px 0;
	padding-left: 16px;
}
.chung-project-overview .wp-block-buttons {
	margin: 30px 0;
    padding-top: 15px;
}

.chung-project-group-cover .wp-block-cover__inner-container {
	max-width: 1200px !important;
	padding: 50px 15px;
}
.chung-project-group-cover h2 {
	text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    padding-bottom: 15px;
}
.chung-project-group-cover h3 {
	font-size: 21px;
    margin: 20px 0;
    color: #3F6EA6;
}


.chung-project-next-cover {
    min-height: unset;
}
.chung-project-next-cover .wp-block-cover__inner-container {
    max-width: 1200px !important;
    padding: 0 15px;
}
.chung-project-next-cover .next-link {
    text-align: center;
    color: white;
}
.chung-project-next-cover a {
    text-decoration: none;
}
.chung-project-next-cover a:hover {
    text-decoration: underline;
}
.chung-project-next-cover h4 {
    color: #fff;
    margin-top: 30px;
}
.chung-project-next-cover h2 {
    color: #f8f1e7;
}
.chung-project-next-cover .next-img-con {
    position: relative;
    overflow: hidden;
    margin-top: -2.2em;
}
.chung-project-next-cover .next-img {
    height: 100%;
    width: 100%;
    bottom: 0;
    transform: translateY(50%);
    transition: all .75s;
    text-align: center;
}

@media (max-width:800px) {
    .chung-project-next-cover .next-img-con {
        display: none;
    }
}
