/**
 * Theme Name: Icelander Child
 * Template: icelander
 * Version: 1.0.0
 * Description: This is a child theme of Icelander
 * Author: Eric Platt 
 */

/* Put your custom CSS styles below... */

/* .intro-special .wp-custom-header::before {
  display: none;
} */

 .site-title { font-family: 'pragmatica-condensed', sans-serif; text-rendering: auto; font-style: normal; font-weight: 900 }

/* Hide Page titles - uses function in function.php */

/*.intro-special .page-title {
display:none;
} */

.blog .intro-container {
	background: none;
}

.blog .intro-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog .intro-title {
	width: 100%;
	text-align: center;
	color: #2075c7;
}