/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.entry-title {

display: none;
}

/* removes the spacing between character name and title on mobile
 */
.wp-block-columns .wp-block-column:not(:last-child) {
     margin-bottom: 0px;
}			
/* removes the spacing between character name and title on mobile
 */
.is-layout-flex{
row-gap:0;
}




.shortcolumn {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0!important;
}


.wp-block-pullquote {
    padding: .61em 0;
}


.social-navigation .menu-item-117 svg {
    color: orange;
}
.social-navigation .menu-item-113 svg {
    color: tan;
}
.social-navigation .menu-item-25 svg {
    color: salmon;
}

/* this is the contact me entries */
.h10 {
	background-color: #ffffdd;
	height: 10px;
}


.page .site-main .entry-header {
	padding-top: 0;
}

/* this removes the standard footer */
.site-info { display: none; }

.entry-title {
	padding-top: 0 !important;
	line-height: 0;
	margin-top: 0 !important;
}

.charquote {
	margin-top: 30px !important;
}

.charsketch {
	margin-top: 20px !important;
}

.topmarg {
	margin-top: 0 !important;
}

.m0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.smallspacing {
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.mlowbottom {
	margin-bottom: 1px !important;

}

.findmeat {
	margin-bottom: 1px !important;
	margin-left:1px !important;
	
}

.mlowtop {
	margin-top: 1px !important;
		
}


.m1 {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

/* used inspect element in chrome to figure this out. 100% forces the footer widget to a small area on the right but 0% scrunches it in a small space in the center. nothing else works
 
.widget-area {
	flex: 0 0 0%;
}
*/

.no-pad {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
    background: black !important;

}

/* this doesn't work: */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_controls
{
	bottom:0 !important}


