.footer-dark {
  padding: 0px;
  color: white; /*#f0f9ff;*/
  background-color: rgba(41, 128, 185, 1.0)!important; /* #007bff; */
  padding-top: 28px;
  margin-top: 5px!important;
  padding-bottom: 30px;
}

.footer-dark h3 {
  margin-top: 30px!important;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  margin-top:30px!important
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  /*text-align: center; */
  padding-top: 24px;
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 0;
}

#Navigation-row {
  position: absolute;
  bottom: 70px;
  margin: 0px;
  margin-right: 0px;
  min-width: 100%;
  margin-left: -15px;
  margin-top: 0px;
}

#logo-medea {
  background-image: url("../../assets/img/unknown.png");
  background-size: auto;
  background-repeat: no-repeat;
  height: 28px;
  margin: 0;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0px;
  background-color: #ffffff;
}

.credits {
  color: #ffffff;
  font-size: 16px;
}

