/**
* Theme Name: Stack Child
* Description: This is a child theme of Stack, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: stack
* Version: 10.5.14
*/

blockquote{
	font-size: 15px;
	line-height: 24px;
}

.cardHeader{
	font-weight: 800;
	font-size: 15px;
}

.cardText{
	font-size: 15px;
}

.DYKlist{
	padding-left: 24px;
	padding-right: 24px;
}

.feature-6 p {
	min-height: 2em;
}

.text-justify{
	text-align:left;
}

h5{
	font-size: 1.5em;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.row div[class*='col-']:nth-child(1):nth-last-child(3) .feature, .row div[class*='col-']:nth-child(2):nth-last-child(2) .feature, .row div[class*='col-']:nth-child(3):last-child .feature {
		margin-bottom: 24px;
	}
}

.socialText{
	display: inline; 
	padding-left: 8px; 
	padding-right: 24px; 
	text-align: center;
	font-size: 16px;
}

.socialLink{
	padding-left: 24px; 
	padding-right: 24px; 	
}

.socialLink:hover{
	text-decoration: none;
	color: blue;
}

.socialIcon{
	width: 32px;
	height: 32px;
	margin-right: 24px;
	color: black;
}

.feature i + h5{
	margin-top: 0px;
}

a {
	color: #6c7b68;
}