/* title remove underline */
.container-header .navbar-brand a {
text-decoration: none;
  }
:root {
    --cassiopeia-color-primary: #152238;
    --cassiopeia-color-link: #224faa;
    --cassiopeia-color-hover: #424077;
}
.body .container {
	background-color: green;
	color: black;
}
#mod-custom110 {
         background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 5% 5%;
}

#mod-custom116 {
         background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 10% 10%;
}

#mod-custom117 {
         background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 25% 25%;
}

#mod-custom118 {
         background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 40%;
}
#mod-custom114 {
     
  width: 100%;
}

.content-bg-1 {
    background-color: #152238;
   padding-left: 7.5%;
     padding-right: 7.5%;
  color: #ffffff;
}
.content-bg-0 {
    background-color: #ffffff;
 padding-left: 7.5%;
       padding-right: 7.5%;
}
.container-header {
  background-color: #152238;
  background-image: none; }
.footer {
  background-color: #152238;
  background-image: none; }

.container-header .navbar-brand img {
	width: 187.3px;
    height:96.3px;
}
.header.container-header.full-width {
	display: grid;
	grid-template-columns: minmax(0,1fr) repeat(4,minmax(0,19.875rem)) minmax(0,1fr);
	grid-gap: 0 1em;
	align-items: center;
}
.container-header .grid-child:first-child {
	grid-column: 2/2;
}
.container-header .container-nav {
	grid-column: 3/5;
}
.container-nav a {
  text-decoration: none;
  color: #A9D18E;
        border-bottom: 1px solid #A9D18E;
}
.container-header {position:fixed}

div.page-header {text-align: center; color: #152238;}
