/*
 Theme Name:   Keiya's Sims Theme
 Theme URI:    https://sims.cheeseism.net
 Description:  GeneratePress child theme
 Author:       Keiya
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Grey box around the taxonomy names */
.page-title{
	padding: 40px;
	background: #EEEEEE;
	text-align: center;
}

h1.page-title {
	color: #777;
	text-transform: uppercase;
	font-size: 25px;
}

/* Make the main blog container longer */
.site-content {
  min-height: calc(50vh);
}


.post-image img, .featured-image img {
	width:100%;
}

.site-main a {
	font-weight: bold;
	text-decoration: none;
}

.site-main a:hover {
	text-decoration: underline;	
}

.entry-meta a {
	  color: #F97812;
}

.wp-block-latest-posts li {
	list-style: disc;
}

.wp-block-media-text {
	margin-bottom: 2em;
}

.is-layout-flex {
	margin-bottom: 2em;
}