header {
  background-color: #032458;
}

.header-license {
    color: #ffffff;
    opacity: 0.5;
}

header .head-btn button {
  background-color: #ffffff;
  color: #3372ce;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 14px;
}

.header-info {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    white-space: normal;
}

.navbar-dark .navbar-nav {
    border-top: 1px solid #454545;
    width: 100%;
}

.navbar-dark .dropdown-menu .nav-item a {
  color: #212529 !important;
      text-transform: none;
}

footer {
    border-top: 10px solid #ffc90e;
}

.copyright {
    border-top: 1px solid #cfcfcf;
    color: #bcbcbc;
    text-align: center;
    padding: 10px;
}

header .dropdown-menu {
      min-width: 20rem;
}

#accordion button {
    text-align: left;
    font-weight: bold;
    background: none;
    padding: 20px 10px;
}

.star-item {
    text-align: center;
}

.star-item h5 {
  margin: 5px;
}

.star-item span {
  font-size:12px;
}

.star-item p {
  margin: 5px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.ispip .dropdown-menu {
    top: 90%;
}

.news-list-item a {
	color: black;
	text-decoration: none;
}

.row.mt-3.header-info a, .row.mt-3.header-info a:hover {
    color: white;
    text-decoration: none;
}


.navbar-dark .navbar-toggler {
    color: white;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 550px) {
  header {
    text-align: center;
  }

  header .head-btn button {
        margin: 10px auto;
  }

  header .navbar button span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

  footer {
    text-align: center;
  }
}
