Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.button:hover {
	background-color: #3e5c5d;
	color: babab0;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 1px solid;
	border-color: #88a4b0;
	font-size: 80%;
}

.is-style-outline .wp-block-button__link:hover {
	background-color: transparent;
	border: 2px solid;
	border-color: #babab0;
}

.wp-block-button__link {
	background: #bdb49c;
	border-radius: 3px;
	border: 0px solid;
	border-color: #3e5c5d;
	font-size: 80%;
	padding: 2px 25px;
}

/* beige button with pale beige hover */
.wp-block-button__link:hover, .wp-block-button__link:focus {
	background: #d8d5c7;
	border: 0px solid;
	border-color: #3e5c5d;
}

.wp-block-file .wp-block-file__button {
	background-color: #3e5c5d;
	border-radius: 3px;
}

body {
	font-size: 110%;
}

.wf-active .header-inner h3 {
	font-size: 80%;
}

.site-title a {
	font-size: 19px;
}

.wf-active .site-description {	font-size: 9.5px;
	font-weight: bold;
}

.entry-meta {
	text-transform: uppercase;
}

a.customize-unpreviewable {
	padding-top: 60px;
}

a.more-link {
	color: #94b6b8;
}

p.has-drop-cap {
	font-family: ubuntu;
}

.comment-metadata a:hover, .features i, .portfolio-entry .more-link, .portfolio-entry .more-link:hover, a, .navigation a:hover .post-title, body #infinite-footer .blog-credits a {
	color: #a39775;
}

/* change all cover block text to white | zd4439451 (pax) */
.wp-block-cover__inner-container strong, .wp-block-cover__inner-container a {
	color: d1cbba;
}
div.one-fourth.column.project a:hover {
    background-color: #3e5c5d;
    color: #3e5c5d;
	opacity: 0.8;
}
.comment-metadata a:hover, .features i, .portfolio-entry .more-link, .portfolio-entry .more-link:hover, a, .navigation a:hover .post-title, body #infinite-footer .blog-credits a {
color: #bdb49c;
}

h3.wp-block-post-title {
padding-left: 10px !important;
}
 
.entry-content ul li {
list-style-type: square;
}
 
.wp-block-post {
list-style-type: none !important;
}