/**
 * @file
 * Subtheme specific CSS.
 */

.content .node--unpublished {background: pink;}
 
 h3 {margin-top: 24px;}
 
 .block-views-blockfront-page-popular-block-1 h2,.block-views-blockfrontpage-articles-block-1 h2 {background: #C03085; color: #fff; margin: 36px 0; padding-left: 20px;}
 
.card {background: none; margin: 20px 0;} 

.card .card-header {background: none; font-weight: bold; border-bottom: none;}
 
#content.main-content.col h2 {line-height: 1.8;}
 
a,a:link {
  text-decoration: none;
}

a:hover {text-decoration: none; color: #6f1a4c;}

#main-wrapper {margin-top: 60px; margin-bottom: 60px;}

#navbar-main a.nav-link  {color: #fff;}

.site-footer .block  {border: none; padding: 12px;}

a.navbar-brand  {color: #fff;}

em {color: #A0A0A0; }

.field--name-field-date.field--type-datetime {font-size: 24px; margin-bottom: 24px;}

.floatleft {float: left; margin-right: 40px;}

.floatright {float: right; clear: both; padding-left: 20px; padding-bottom: 20px;}

.field--name-field-images {max-width: 50%;}

.field--name-field-images .field__item:nth-child(1) {float: none;}

.field--name-field-images .field__item {padding: 10px; float: left;}