/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 23 2025 | 21:46:33 */
h2.wp-block-heading, .wp-block-file {
	/*background-color: rgba(0, 16, 46, .8) !important;*/
	padding: 20px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.entry-content {
	padding: 30px 20px;
	/*background-color: #233452B3 !important;*/
	background-color: #233452E6 !important;
	border-radius: 15px;
}

.page .entry-header {
	display: none;
	margin-bottom: 0;
}

#content {
	margin-bottom: 10px  !important;
}


.page-wrap {
	padding: 0;
}
@media only screen and (max-width: 480px) and (orientation: portrait),
	only screen and (max-width: 850px) and (orientation: landscape){
	.page-wrap {
		padding: 83px 0 100px;
	}
}
