
h3, h4, h5 {
    margin-top: 2em;
    margin-bottom: 0.25em; 
/*    border-bottom: 1px solid black; */
	}

/* Logo Image ---*/
h1.logo {
  width: 290px;
  height: 56px;
}
 
h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 290px;	
	height: 56px;
}

/* user.css CUSTOM setting */

:root {
  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #224faa;
  --cassiopeia-color-hover: #424077;
}

h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
/* trying to change home page header
page-header.h1 {
	font-size: 3em;
}*/

/* Article Title Listing */
h3 {
	font-size: 1.5rem;

}

h4,h5 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

p, li {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
}

/* Article Tags */

/* Read More... button */
.btn-secondary {
--btn-bg: lightgray;
}

p.readmore, li.nav-item, li.mod-breadcrumbs__here, li.mod-breadcrumbs__item, li.list-inline-item {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

p.readmore {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* TopBar Menu */
    .container-topbar {
      max-width: 1320px;
      margin-left: auto;
      margin-right: auto;
    }


/* Web Page Header */
   .container-header, .container-footer {
      background-color: #2E5283; /* Déja Vu Blue */
      background-image: none;
    }

/* div classes for article category listings */

.com-tags {
}

.tag-category {
}

.com-tags__description {
	font-size: 1.2rem;
/*	font-weight: bold; */
}

.com-tags__items {
}

.list-group-item {
}

.list-group-item-action {
}

/* Field at top of article and also beneath title in article list */
.fields-container, .field-entry {
  list-style-type: none; /* Remove bullets */
  padding-left: 0; /* Remove padding */
  margin-left: 0; /* Remove margins */
}
.field-label, .field-value {
font-family: Arial, Tahoma, Verdana, sans-serif;
}

.field-label {
	font-weight: bold;
}

blockquote {
        font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-style: italic;
/*	font-size: 1em; */
	font-size: 18px;
	display: block;
/* margins	margin-top: 1em;
 	margin-bottom: 1em;
 	margin-left: 40px;
	margin-right: 40px; */
}

blockquote:before, blockquote:after {
  font-weight: bold;
/*  color: #889c0b; */
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}
