/*
Welcome to Custom CSS!
*/

p {
	margin: 0;
	padding: 0;
}

#main .center-block {
	max-width: 625px;
	margin: auto;
	padding: auto;
}

body { 
   color: black; 
  } 

/* RJ: hide menu/captcha*/
div#menu-nav.button-block {
	display:none;
}

.grecaptcha-badge{
	visibility: collapse !important; 
}

/* RJ: title */
h1.site-title {
	padding-top: 5px;
	padding-bottom: 0px;
	letter-spacing: 1.5px;
	font-size: 3.5en;
  }

/* RJ: tagline */
.site-description {
  opacity: 0.6;
	font-size: 1.75em;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 14px;
	letter-spacing: 0px;
  }


	/* space between title and paragraph */
@media only screen and (min-width: 64.063em) {
	.fullwidth-block {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media only screen and (min-width: 750px) {
	#masthead {
		padding: 30px 0;
	}
}

/* unvisited link */
a:link {
	text-decoration: none;
}

/* visited link */
a:visited {
	text-decoration: none;
}

.entry-content a {
	color: blue;
}

.entry-title {
	text-transform: none;
}

footer.entry-meta {
	visibility: hidden;
}

/* Default font size */
.entry-content {
   font-size: 1.0em;
}

/* RJ: font size (MOB) */
@media only screen
and (max-width : 750px){
 .entry-content {
   font-size: 1.2em;
}
	}

	
/* RJ: black edges */
#page {
    border-left: 20px solid #000000;
    border-right: 20px solid
#000000;
	}
#page:before, #page:after {
    background-color:#000000;
}

/* RJ: title (MOB) */
@media only screen
and (max-width : 750px){
h1.site-title {
	padding-top: 0px;
	width: 100%;
	font-size: 2.7em;
  }
}

/* RJ: tagline (MOB) */
@media only screen
and (max-width : 750px){
 .site-description {
	 	  width: 75%;
   font-size: 1.25em;
		display: inline-block;
}
}

/* RJ: banner menu */
div.custom-menu-class ul {
    width:100%;
		float: none;
		position:inline;
		margin: 0px 0px 0px 0px;
    text-align:center;
		background-color: #e0d6d5;
}
div.custom-menu-class li {
    padding: 0px 8px 0px 0px;
    display: inline;
} 
div.custom-menu-class a { 
    color:#222222;
		font-weight: 600;
		font-size: 1.05em;
		text-align:center;
		justify-content: center;
}

li a:hover {
  color: #0000EE;
}

/* RJ: hover menus */
.custom-menu-class ul li:hover > ul {
    display: block;
}

.custom-menu-class ul ul {
    display: none;
    position: absolute;
    top: 1.46em;
    left: -0.4em;
    z-index: 99999;
		white-space: none;
		width: 90px;
		font-weight: 400;
		font-size: 0.8em;
    background: #e0d6d5;
		text-align:center;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.custom-menu-class li {
    position: relative;
}


/* RJ: banner (MOB) */
@media only screen
and (max-width : 750px){
div.custom-menu-class ul {
    margin: 5px 0px 0px 0px;
}
div.custom-menu-class li {
    padding: 0px 2px 0px 0px;
    display: inline;
} 
div.custom-menu-class a { 
    color:#363333;
		font-weight: bold;
		font-size: 1em;
}
}

/* RJ: MOBILE SITE (2023) */
@media only screen
	and (max-width:750px){
.hfeed.site {
    padding-right: 0 !important;
  }
.site {
		width:142%;
		max-width:700px;
		overflow-x: hidden;
		margin: auto;
  	margin-left: -80px;
		margin-right: 0px;
		}
.center-block {
		width: auto;
		margin: auto;
		overflow-x: hidden;
}
.primary.content.area {
		width: auto;
		margin: auto;
		overflow-x: hidden;
}

/*
.site {
    max-width: 100% !important;
}
.site-header {
    max-width: 100% !important;
}
#site-header img {
    width: 100% !important;
}
*/

/* RJ: tag colours */
.tag-groups-tag + span {
color: grey;
}

}