/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
body, .wf-active .page-content, .wf-active .entry-content, .wf-active .entry-summary {
	font-size: 16px;
}

body {
	background-image: url('https://zellyjordan.com/wp-content/uploads/2024/11/hg-website-4.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.site-header {
	border-bottom: 10px solid #26898f50 !important;
	border-top: 0 !important;
}

.page-content, .entry-content, .entry-summary, .entry-footer, .post-navigation, .posts-navigation, .comments-wrapper, .respond-wrapper {
	width: 1200px;
}

.wp-block-columns.about {
	margin-top: 5%;
	margin-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #D3E7E7;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('https://zellyjordan.com/wp-content/uploads/2024/11/hg-website-5-4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.wp-block-columns.about {
		margin-left: -15%;
		margin-right: -15%;
		padding-left: 15%;
		padding-right: 15%;
	}
}

.widget-wrapper {
	width: 1500px;
}

.entry-title, .wp-block-heading {
	color: #26898f;
}

div#actionbar {
	display: none !important;
}

.site-description {
	font-size: 20px;
	margin-top: 0;
}

.wp-block-button__link {
	background-color: #26898f !important;
	color: #ffffff !important;
	border-radius: 8px;
	padding: 15px !important;
	font-size: 18px !important;
}

.wp-block-button__link:hover {
	background-color: #444444;
}

.header-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.header-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: -20px;
	}
	
	body {
		background-size: 230% auto;
	}
}

.hentry {
	margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
	.wp-block-media-text__media img {
		margin: auto;
		max-width: 60%;
		padding-bottom: 30px;
	}
	
	.wp-block-media-text__media {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.hero-area-title {
	font-family: "Libre Baskerville" !important;
	font-style: italic !important;
}

@media screen and (min-width: 768px) {
	.hero-area-title {
		font-size: 4.5rem;
		font-family: "Libre Baskerville" !important;
		font-style: italic !important;
	}
}

.imagestyle .wp-block-column {
	border: 1px solid #eeeeee;
	border-radius: 20px;
	padding: 10px;
}

.imagestyle1 .wp-block-column:nth-child(1) {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	padding: 10px;
	background-image: url('https://zellyjordan.com/wp-content/uploads/2024/11/hg-website-4.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}