/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 http://childtheme-generator.com/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter
Author:			 Jim
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 wp-bootstrap-starter-child
*/

/*--------------------------------------------------------------
# Navigation and Content
--------------------------------------------------------------*/
header#masthead {
    background-color: #000000;
}


/*--------------------------------------------------------------
# Bootstrap Elements
--------------------------------------------------------------*/

#page-sub-header {
    padding-top: 6rem;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	font-weight: 600;
	color: #c91c37;
	margin: 0;
	padding-top: 2.5rem;
}

body:not(.theme-preset-active) #page-sub-header h2 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	margin: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #ffffff;
}

#content.site-content {
    padding-top: 6rem;
}

.attachment-medium-large {
	border-style: ;
	border-width: ;
	border-color: ;
}

.attachment-post-thumbnail {
	border-style: ;
	border-width: ;
	border-color: ;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;	
	color: #c91c37;
	margin-top: 0.5rem;
	padding-top: 0.3em;
	margin-bottom: 0;
	padding-bottom: 0;
}

body {
    font-family: 'Open Sans', sans-serif!important;
}

h1.page-title {
	font-size: 3rem;
	font-weight: 600;
	color: #c91c37;
	margin-top: 0.5rem;
	padding-top: 0.3em;
	margin-bottom: 0.5rem;
	padding-bottom: 0.3em;
	text-align: center;
	border-bottom: 1px solid #eaecef;
}

h1.entry-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #c91c37;
}

ul#recentcomments li a:hover {
    text-decoration: none;
}

h2.entry-title a {
    text-decoration: none;
}

.entry-meta a:hover {
    text-decoration: none;
}

.navbar-brand a {
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize;
}

p { 
	font-family: 'Open Sans', sans-serif!important;
	font-size: 1.25rem;
	color: #000000;
	text-align: justify;
}

