 .post-title {font-size: 2em;}
 
 
 h3 {border-top: 1px solid #eee; padding-top: 30px; margin-top: 0px;}
 
 
 h4 {margin: 50px 0px 30px;}
 h5 {margin-bottom: 30px;}
 .thumbnail {border: 0px;}

.round img {
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
 
 a:hover {color: #59B56F;}
 
 .btn-default:link {
   color: #CA4821 !important;
   padding: 0.3em 1em !important;
   font-size: 16px;
   transition: all 0.2s;
   font-weight: normal;   
   padding: 10px !important;
   border-radius: 5px;
   color: #e8e8e8 !important;
   background: #CA4821 !important;
   border-color: #CA4821 !important;
     opacity: 0.8;
 }
 
 .btn-default:hover {
   color: #ffffff !important;
   background: #CA4821 !important;
   border-color: #CA4821 !important;
     opacity: 1.0;
 }