
/* --------------------------------------- */
/* Front Page Heading Type --------------------------- */
/* --------------------------------------- */
#hero-image h1 { 
	font-family: Lato, sans-serif;
	font-weight: 500;
}






/* --------------------------------------- */
/* Poetry Styles --------------------------- */
/* --------------------------------------- */


/* This is to create an indent */

.bump {
	padding-left: 25px;
}

/* Rules for flex columns */ 

.columns-parent {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	width: 50%;
}

.columns-1, .columns-2, .columns-3 {
	display: flex;
	flex-direction: column;
}

.columns-1, .columns-2 {
	border-right: 3px solid black;
	padding-right: 15px;
}