/*
Theme Name: twentytwentyfive Child
Theme URI: http://example.com/twentytwentyfive-child
Description: Child theme for the twentytwentyfive theme
Author: Your Name
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0
*/

body,h1, h2, h3, h4, h5, p, span, li, div, a {
    font-family: 'Aptos', sans-serif;
	font-display: swap;
}
html {
	margin-top:0px!important;
}
.header-contents {
	max-width: 120px;
    margin: auto;
    padding: 10px 0px;
}
.header-contents img {
	max-width: 100%;
}
.top_banner_section {
/*     padding: 70px 0; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
/*     padding-bottom: 150px; */
	height: 500px;
	display: flex;
}
.top_banner_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.site_h1 {
    font-size: 60px;
    font-weight: 600;
}
.top_banner_section h1 {
	color: #fff;
    text-align: center;
    margin: auto;
}
.top_banner_section .container {
    z-index: 9;
    position: relative;
	display: flex;
}
@media (max-width: 992px) {
	.top_banner_section {
		height: 900px;
	}
}
@media (max-width: 786px) {
	.top_banner_section {
		height: 800px;
	}
}