body {
	font-size: 1.25rem !important;
}

.site-title a {
	color: #4e8d9d !important;
	font-size: 1.1rem !important;
}

.site-title:before, .site-title:after {
	background-color: #fff !important;
} 

h1, h2, h3, h4, h5 {
	font-family: "Libre Baskerville", serif;
}

h1 { font-size: 3.05rem; line-height: 1.1; font-weight: 700; }
h2 { font-size: 2.45rem; line-height: 1.2; font-weight: 700; }
h3 { font-size: 1.95rem; line-height: 1.2; font-weight: 600; }
h4 { font-size: 1.55rem; line-height: 1.3; font-weight: 600; }
h5 { font-size: 1.25rem; line-height: 1.3; font-weight: 600; }

.page .wp-block-column h2.wp-block-heading, h3.wp-block-heading {
	margin-top: 0;
}

p.site-title, h1.site-title {
	font-family: "Libre Baskerville", serif !important;
}

.btn, .wp-element-button {
	font-family: "Libre Baskerville", serif;
	font-weight: lighter;
	font-size: 1rem;
	background: dodgerblue;
	color: white !important;
	border-radius: 15px;
	cursor: pointer !important;
}

.disabled {
	cursor: not-allowed;
	background-color: silver !important;
	color: #333;
	
}

/*article img {display: none !important;}*/

.blog-post-wrap .wp-post-image {
	display: none !important;
}

.entry-header .entry-title {
	text-shadow: 3px 3px 5px #000000;
}

.entry-header .entry-title a {
	color: #fff !important;
	text-shadow: none;
}

.entry-header .entry-title a:hover {
	color: darkcyan !important;
}

.site-footer {
	background-image: url("/wp-content/uploads/footer-bg.png") !important;
}

#header-image {
	max-height: 790px !important;
}


/* Adjust logo and nav */
/* Convert header container to a flex layout */
header div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
	flex-direction: row-reverse;
	width: auto;
	max-width: none;
}

/* Ensure the nav stays on the right */
.main-navigation {
  m/argin-left: auto;
	text-align: right;
}

.main-navigation > ul > li {
	white-space: nowrap;
}

/* Prevent the menu from wrapping */
.main-navigation ul {
  display: flex;
  gap: 48px; /* adjust spacing as needed */
  flex-wrap: nowrap;
}

/* Keep the logo block from forcing a line break */
.site-branding {
  /*display: flex;
  align-items: center;*/
}

#site-navigation > #primary-menu > li {
	padding: 0;
}

.home .emphasis-block {
	padding: 24px;
	background-color: rgba(255,255,255,.20);
	background-color: rgba(50,134,156,.30);
	border: 1px solid #fff;
	border-radius: 50px;
	margin-bottom: 48px;
}

.page article .entry-title {
	font-size: 40px;
}