/* Cassiopeia changes */

/* Header background color change */
.container-header {
  background-color: transparent;
  background-image: unset;
  box-shadow: inset 0 -10px 10px -10px #32719c, 0 10px 10px -10px #32719c;
  /*
  box-shadow: inset 0 0px 5px #32719c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;*/
}


.container-banner {
  box-shadow: inset 0 -10px 10px -10px #32719c, 0 10px 10px -10px #32719c;
}

.mod-list li {
  box-shadow: inset 0 -10px 10px -10px #32719c, 0 10px 10px -10px #32719c;
}
/*
.container-header .mod-menu {
  margin-left: 10px;
  box-shadow: inset 0 -10px 10px -10px #32719c, 0 10px 10px -10px #32719c;
}
*/

/* Menu text color */
.container-header .mod-menu {
  color: #2d363d;
  font-size: 1.5rem;
  flex: unset;
}

/* Menu mobile view */
.container-header .navbar-toggler {
  color: #2d363d;
  border: 1px solid #32719c;
}

/**********
// <weight>: Use a value from 100 to 900
***********/
/*
.montserrat-japsa {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
*/

/* Title level color and font */
h1, h2, h3, h4, h5, h6 {
  color: #32719c;
  font-family:Montserrat, sans-serif;
}

/* Body color and font */
body {
  /*background: transparent;*/
  color: #2d363d;
  font-family:Montserrat, sans-serif;
  /*font-size:14px;
  line-height:18px;*/
}



/*
.img-intro-none {
   text-align: center;
   margin-bottom: 10px;
}
.img-intro-left {
   float: left;
   margin-right: 10px;
}
.img-intro-right {
   float: right;
   margin-left: 10px;
}

.img-fulltext-none {
   text-align: center;
   margin-bottom: 10px;
}
.img-fulltext-left {
   float: left;
   margin-right: 10px;
}
.img-fulltext-right {
   float: right;
   margin-left: 10px;
}
*/
.container-banner .banner-overlay .overlay {
  /*text-align: center;*/
  background-color: transparent;
  color: #2d363d;
  /*flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  display: flex;*/
}
