/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

 div#blog-list-container, div#blog-container {
	 padding: 20px 150px;
 }
 
 a.blog-list-item {
	 display: block;
	 margin-top: 35px;
 }
 
 a.blog-list-item:hover {
	 text-decoration: none;
 }
 
 a.blog-list-item h2.blog-title {
    font-size: 48px;
	margin-bottom: 0px;
	word-spacing: 3px;
 }
 
 a.blog-list-item p.subtitle {
	 color: #BD5D38;
	 font-size: 14px;
 }
 
 p.subtitle .bold {
	 font-weight: bold;
 }
 
 a.blog-list-item:hover h2.blog-title {
	 text-decoration: underline;
 }
 
 a.blog-list-item p.blog-description {
	 color: #343a40;
 }
 
 #blog-container {
	 color: #333;
	 font-size: 18px;
 }
 
 #blog-container h2.blog-title {
	 font-size: 3.5rem;
	 margin-bottom: 0px;
	 word-spacing: 3px;
 }
 
 #blog-container .subtitle {
	 font-size: 22px;
	 margin-top: 0px;
	 color: #BD5D38;
 }
  
 #blog-container p {
	 margin-top: 10px;
 }
 
 #blog-container .gray{
	 color: #868e96;
 }
 
 #blog-container .bold {
	 font-weight: bold;
 }
 
 #blog-container .italic {
	 font-style: italic;
 }
 
 #blog-container .underline {
	 text-decoration: underline;
 }
 
 #blog-container ol.pad-to-content {
	 padding-left: 18px;
 }
 
 #blog-container li.upper-roman {
	 list-style-type: upper-roman;
 }
 
 #blog-container li.lower-roman {
	 list-style-type: lower-roman;
 }
 
 #blog-container .section-header {
	  font-size: 22px;
	 margin-top: 0px;
	 color: #BD5D38;
	 font-weight: bold;
 }
 
 #blog-container .question {
	 color: #d41330;
 }
 
 #blog-container .highlight {
 	background: #BD5D38;
    color: rgba(255, 255, 255, 0.90);
 }
 
 #blog-container .pt10 {padding-top: 10px;}
 #blog-container .pb10 {padding-bottom: 10px;}
 #blog-container .pl10 {padding-left: 10px;}
 #blog-container .pr10 {padding-right: 10px;}


