.blog-title{
	font-size: 30px;
	color: #2D9DC8;
}

.blog-posts h1 {
	text-align: center;
	text-transform: uppercase;
}

.blog-posts .row {
	padding-top: 15px;
}

.blog-posts h2 {
	margin-top: 0;
	color: #940a2b;
	text-transform: uppercase;
}

.blog-posts h2 a {
	color: #940a2b;
}

.blog-posts h2 a:hover,
.blog-posts h2 a:focus {
	text-decoration: none;
}



.blog-posts .btn {
	background-color: #940a2b;
	color: #efdff1;
	border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
}

.blog-posts .btn:hover,
.blog-posts .btn:focus {
	background-color: #4C0516;
}


.lead {
    margin-top: 30px;
}

.lead .fa-angle-double-right {
    color: #2d9dc8;
    font-size: 65px;
    margin-top: -10px;
}





.blog-dotted-line {
    border-bottom: dashed 1px #aaa;
    height: 30px;
    margin-bottom: 30px;
}


.blog-list-img {
	padding-bottom: 15px;
}

.blog-list-img img {
	border: solid 1px #aaa;
}

.post-info {
	color: #aaa;
	margin-bottom: 5px;
}

.post-info a {
	color: #aaa;
}

.post-info .fa {
	padding-right: 10px; 
}

a.btn {
	margin-top: 15px;
  text-transform: uppercase;
}

h1.blog-post {
	margin-bottom: 15px;
}

ul.post-info {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

ul.post-info li {
	padding-right: 15px;
	margin-left: 20px;
	border-right: solid 1px #aaa;
	display: inline;
	font-size: 16px;
}

ul.post-info li.first {
	margin-left: 0px;
}

ul.post-info li.last {
	padding-right: 0px;
	border-right: none;
}

ul.post-info li .fa {
	padding-right: 5px;
}


.share-buttons {
  margin-top: 30px;
}

.share-buttons h6 {
  margin-bottom: 10px;
}


.comment-form {
	margin: 30px 0;
}

.comment-form h4 {
	margin-bottom: 30px;
}

.comments {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0;
}

.comments img {
	margin-top: 15px;
}




.blog .list-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blogpost .list-group {
  margin-top: 0px;
  margin-bottom: 30px;
}

.list-group-item.active,
.list-group-item.active:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  border: none;
  border-radius: none;
}

.list-group-item {
  border: solid 1px #dadada;
}





































/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
 
  

  


  
}








































/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  
  
  
}










































/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


  
  
}