h1.site-title.logo-title {
font-size: 36px;
		font-weight: bold;
/*	background-color: #f00; */
}

@media screen and (max-width: 1000px) {
    img.mobi {
      width: 150px;
      height: auto;
				filter: drop-shadow(5px 5px 5px #222);
    }
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/* Override SiteOrigin */
.entry-content > div[class^='wp-block-'] {
    margin-bottom: 0;
}