/* .entry-header { display:none;} */
body{
	line-height:21px;
}

.regular-posts-odd{
	margin-top:20px;
	margin-bottom:20px;
	box-shadow: 0px 0px 5px 2px #00000040;
	background:#FFFFFF;
}
.regular-posts-even{
margin-top:20px;
	margin-bottom:20px;
	box-shadow: 0px 0px 5px 2px #00000040;
	background:#FFFFFF;
}
main{
	background:#D9D9D9;
}

@media (max-width:768px){
	main{
	background:#dddddd00!important;
}
}

.site-header{
	background:#DBEBF8;
}

.main-navigation{
	background:#DBEBF8;
}

/* .header-logo {
	display: none !important;
} */

.header-logo {
    content: url('https://ral.artandwriting.org/wp-content/uploads/2025/08/cropped-logo-py26.png') !important;
    max-height: 60px !important;
    width: auto !important;
}


.site-title a, h1 a:visited{
	font-size:16px;
	font-family:Helvetica!important;
	line-height:21px!important;
}

.site-description{
		font-size:10px!important;
	font-family:Helvetica!important;
	line-height:15px!important;
}

.site-branding{
	background:#0081CA;
}

.main-navigation li{
	border-bottom:1px solid;
}
.nav-menu li:nth-last-child(2){
	border-top:0px;
}

.nav-menu li:last-child{
	padding: 1em 0 0.5em!important;
	padding-left:0.5em!important;
}

.nav-menu li a{
	font-size:16px;
	font-family:'Arial'!important;
	color:black;
}

@media (max-width:768px){
	.follow-button{
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.site-title{
		font-size:1em!important;
		margin-top:-10px;
		padding-right:70px!important;
	}
}

@media (max-width:768px){
	.main-navigation ul{
		width:100%!important;
	}
	#primary-menu{
		margin-left:15px!important;
		margin-right:15px!important;
	}
	.entry-content{
		padding-left:25px;
		padding-right:25px;
	}
	.entry-header{
		padding-left:25px;
		padding-right:25px;
	}
	.entry-meta{
		font-size:13px;
	}
	.index-header{
		padding:15px;
	}
	.entry-title a{
		font-size:18px!important;
	}
	.entry-title{
		font-size:18px!important;
	}
}
.main-navigation .menu-toggle .container{
	background:#0081CA;
}
.entry-content{
	padding-top:30px;
}

.entry-title{
	font-family:'Arial'!important;
}

.entry-meta{
	font-family:'Arial'!important;
}

.first-entry-title,.first-entry-meta{
	font-family:'Arial'!important;
}

.regular-posts-odd,.regular-posts-even{
	box-shadow:0px 3px 5px 2px #00000040!important;
}

.index-header{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
