/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

#pp-texttop, #pp-textmiddle {
	text-align: center;
}

#front-text3 p {
    margin-right: 00px !important;
	font-size: 20px;
}

#front-text3 strong {
    color: #8C0005;
	font-size: larger;
}

figcaption strong { 
	font-size: medium;
	color: #8C0005;
}

figcaption {
	text-align: center;
}

.wp-block-image figcaption {
    font-size: medium;
    color: #8C0005;
}

.custom-html-widget {
	padding: 0 10px !important;
}

h2.entry-title a{
	font-weight: bold;
}

#content h1.entry-title {
	font-weight: bold;
}

.alignleft img{
	margin-right: 17px;
	margin-top: 20px;
	margin-left: 3px;
}

.wp-block-image .alignleft>figcaption {
	margin-right: 17px; 
	margin-left: 3px;
}

.alignright img{
	margin-left: 17px;
	margin-right: 3px;
}

.wp-block-image .alignright>figcaption {
	margin-left: 17px;
	margin-right: 3px;
}

.wp-block-image.is-resized{
	margin-left: 3px;
	margin-right: 3px;
}

#branding img{
	outline-style: none;
	filter: none;
}

.entry-content img{
	margin-left: 3px;
	margin-right: 3px;
}

.entry-content {
	padding-right: 5px;
}

img {
	filter: drop-shadow(3px 3px 4px #000000);
	outline-style: solid;
	outline-color: #8C0005;
	outline-width: 2px;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img{
	height: auto;
}

.blocks-gallery-item figcaption {
	white-space: pre-line;
	color: #8C0005 !important;
	font-weight: bold;
}

.blocks-gallery-item {
	flex-grow: 0 !important;
	display: inline-block !important;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	display: inline-block;
	height: 70%;
	padding: 5px 5px 5px 5px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	background: none;
	margin: 0 0 15px 0;
	padding: 10px;
	font-size: medium;
}

.entry-content [class^='wp-block'] ul {
	align-items: center;
}

.nirvana-image-one .entry-summary img[class*='align']{
	margin-left: 3px;
}

#slider img{
	outline-style: none;
	filter: none;
}

#nav-below i{
	font-size: 30pt;
	color: #8C0005;
	float: inherit;
}

#nav-below {
	font-size: 0pt;
}



.nirvana-image-one .entry-content img{
	margin-right: 20px;
}

#pp-afterslider h5 {
	font-size: 24px;
	color: #A9A17A;
	font-weight: bolder; 
}

h5.column-header-image {
	font-size: 24px;
}

#site-copyright {
	font-weight: bolder;
	font-size: 27px;
}

.footermenu ul li {
		border: 2px solid #666666;
}

#footer a {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

img.attachment-thumbnail.size-thumbnail {
	width: 175pt;
	margin-bottom: 10pt;
	margin-top: 3pt;
	margin-right: 3pt;
}

img.attachment-large.size-large{
	margin-bottom: 10pt;
	margin-right: 3pt;
	margin-top: 3pt;
	width: 185pt;
}

#gallery-1 .gallery-caption{
	font-weight: bold;
	text-align: center;
	overflow: auto; 
	width:100%; 
}

.navigation .nav-previous {
    float: right;
}

.navigation .nav-next {
    float: left;
    text-align: left;
}

.navigation .nav-previous a {
    transform: rotate(-180deg);
	width: 50pt;
}

.navigation .nav-next a {
	transform: rotate(-180deg);
	width: 50pt;
}

.column-image {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 3px;
}

#content .entry-content a img,
#content .entry-content img {
	border: 0;
}

*/.nirvana-image-one .entry-summary img[class*='align'] {
	height: 200pt;
	width: 200pt;
}

*/.single #nav-below {
    display: none;
}

