:root {
--link-color: #0000ff;
--button-color: #08741f;
--button-text-color: #fff;
--button-hover-color: #D5001A;
--button-hover-text-color: #fff;
--title-color: #202020;
--navi-color: #202020;
--navi-text-color: #fff;
--navi-hover-text-color: #ff6600;
--navi-border-color: #ff6600;
--submenu-color: #097b25;
--submenu-text-color: #fff;
--submenu-hover-text-color: #fffb03;
--submenu-border-color: #dedede;     
--footer-color: #202020;
--footer-text-color: #fff;
--footer-hover-text-color: rgba(255, 255, 255, 0.5);
--footer-border-color: rgba(255, 255, 255, 0.035);
--text-font: Arial, Helvetica;
--title-font: Quicksand, Tahoma, Arial;
--navi-font: Quicksand, Tahoma, Arial;
--widget-title-font: Quicksand, Tahoma, Arial;
--tz-column-gap: 1.5rem; 
} 
.site-title {
font-size: 25px;
}
.site-description {
font-size: 14px;
}
a:link {
text-decoration: none;
}
.menu a:link,
.menu a:visited {
font-weight: bold;
}
i {
color: #960000;
font-style: normal;
}
em {
color: #960000;
font-style: normal;
}
h1 {
color: darkblue;
}
h2 {
color: #001c8c;
}
h3 {
color: #006d00;
}
h4 {
color: #960000;
}
h5 {
color: black;
}
h6 {
color: black;
}
.wp-block-code {
border: 1px solid #d8d1d4;
padding: 5px;
margin: 10px;
}
.wp-block-quote {
font-size: 16px;
color: darkred;
font-style: italic;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 6px;  
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 50px 10px 10px 15px;
}
.header-image img {
border:none;
}
.wp-block-image {
margin: 45px 0 40px 0;
}
.wp-block-image figcaption, .wp-caption, .wp-block-embed-youtube figcaption {
color: #730d0b; 
font-size: 17px;
line-height: 21px;
border: solid 5px #FFFFFF;
}
.wp-block-image img, .wp-block-gallery img {
border: solid 5px #FFFFFF;
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.52);
}
.wp-caption-text, .wp-block-image, .gallery-caption {
color: #730d0b;
}
.attachment-post-thumbnail, .external-img {
box-shadow: none;
}
.shadow img {
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.52);
}
.red {
color: #ff0000;
}
.hr01 {
margin: auto 0 auto 0;
border: 0;
height: 4px;
background-color: #890000;
} 
.item {
color: #000000;
border: 1px solid #c2c2c2;
background-color: #feffd9;
padding: 1px 4px 1px 4px;
}
.noshadow img {
box-shadow: 0 0 0 0 rgba(0,0,0,0.52);
}
.shadow img {
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.52);
}
hr {
clear: left;
border: 0;
height: 1px;
background: #1a11ff linear-gradient(to right, #CCCCCC, #1a11ff, #CCCCCC);
} .widget ul,
.wp-block-widget-area ul,
.wp-block-latest-posts,
.wp-block-archives-list,
.wp-block-categories-list {
list-style-type: disc !important;
padding-left: 1.5em;
} .wp-block-latest-posts,
.wp-block-latest-posts__list {
list-style-type: disc !important;
padding-left: 2em !important;
} .widget_recent_comments ul,
.wp-block-latest-comments {
list-style-type: disc !important;
padding-left: 2em !important;
}
.widget_recent_comments li,
.wp-block-latest-comments__comment {
display: list-item !important;
list-style-type: disc !important;
}
.wp-block-latest-posts > li,
.wp-block-latest-posts__list > li {
display: list-item !important;
list-style-type: disc !important;
} .widget ul > li,
.wp-block-widget-area ul > li,
.wp-block-latest-posts > li,
.wp-block-archives-list > li,
.wp-block-categories-list > li {
display: list-item !important;
list-style-type: disc !important;
} .widget li::marker,
.wp-block-widget-area li::marker,
.wp-block-latest-posts li::marker,
.wp-block-archives-list li::marker,
.wp-block-categories-list li::marker {
color: #333;
font-size: 0.9em;
}