:root {
  --cassiopeia-color-primary: #70AEB2;
}

.container-header {
    background-image: none;
}

.item-content {
	text-align: justify;
}

.container-component {
	text-align: justify;
}

.footer {
	background-image: none;
}

.logoBgr {
	background: url(/media/templates/site/cassiopeia_ocean/images/headerLogoBgr.gif);
}
.headerBgr {
	background: url(/media/templates/site/cassiopeia_ocean/images/headerBgr.gif);
	padding-left: 25px;
}

.headerMain {
	background: url(/media/templates/site/cassiopeia_ocean/images/headerSea.jpg) no-repeat right;
	width: 100%;
	height: 96px;
}

@supports (display: grid) {
  @media (min-width: 992px) {
    .site-grid {
      grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,14.875rem) minmax(0,24.875rem) minmax(0,24.875rem) minmax(0,14.875rem) [main-end] minmax(0,1fr) [full-end]
    }
  }
}
/* test */

.card-header .h3, h3 {
    font-size: 1.0rem;
}
.item-title .h2, h2 {
    font-size: 1.5rem;
}

/*
.mod-list li {
    border-bottom: 1px solid #ddd;
}

.mod-list li:last-child {
    border-bottom: none;
}
*/

/*
.container-header {
    background-image: none;
    background-color:#ffffff;
}
*/