.container-header {
            background-image: linear-gradient(0deg,rgba(34, 130, 227, 1) 11%, rgba(20, 54, 140, 1) 100%);
        }

.footer {
            background-image: linear-gradient(184deg,rgba(34, 130, 227, 1) 11%, rgba(20, 54, 140, 1) 100%);
        }

@media (min-width: 1200px) {
  h1, .h1 {
 	font-size: 2rem;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.1em;
}

.page-header {
 margin-bottom: 2rem;
}

:root {
  --cassiopeia-color-primary: #2a69b8;
}


.header .mod-menu > li {
  position: relative;
}

.header .mod-menu li:hover > ul {
  background-color: #fff;
  border: 1px solid #dfe3e7;  
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 16px;
}

.header .mod-menu li:hover > ul li {
  display: block;
}

.item-content {
    border-bottom: 1px solid #ced4da;
}
