/*
.generate-columns-container .paging-navigation {
    margin-bottom: 0;
    background-color: #000000;
}
*/

p {
    overflow-wrap: break-word;
    text-align: left;
}

*ul {
    list-style: none;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.resize-featured-image .post-image img {
    width: 250px;
    height: 324px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}


a {
	text-decoration:none;
}

h1 {
	color:#000000;
	font-size: 30px;
    font-weight: 600;
    margin: 1em 0 0.8em;
    text-align: center;
}

/*
h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 1em 0 0.8em;
}

.h2home {
    background: #40CFFF;
    color: #ffffff;
    font-size:1px;
	font-weight: 400;
	font-weight: bold;
    padding: 0.6em 0.85em;
    text-align: center;
	overflow-wrap: break-word;
	border-radius: 8px;
    
    margin: 0 0 20px;
	clear: both;
	box-sizing: border-box;  
}

.h3home {
    background: #40CFFF;
    color: #ffffff;
    font-size:16px;
	font-weight: 400;
	font-weight: bold;
    padding: 0.6em 0.85em;
    text-align: center;
	overflow-wrap: break-word;
	border-radius: 8px;
    
    margin: 0 0 20px;
	clear: both;
	box-sizing: border-box;  
}

*/
    

/* GeneratePress Site CSS */ /* grey line under navigation */
.site-header {
	border-bottom: 1px solid #dddddd;
}

/* makes featured article section full width */
.generate-columns-container .featured-column {
	width: 100%;
}

/* blockquote style */
blockquote {
  font-size: 22px;
  color: #666666;
  border-left: 2px solid #745acc;
  margin: 40px;
  padding: 0px 20px 0px 30px;
}

/* blockquote space below quote */
blockquote p {
  margin-bottom: 5px;
}

/* blockquote name text */
cite {
  font-size: 19px;
}
 /* End GeneratePress Site CSS */