.header-color {
  background-color: black;
  z-index: 9999;
}

@media (min-width: 1200px) {
  .header-collapserow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .header__loggo {
    margin-left: 20px;
  }
}

.header__loggo-text {
  font-size: x-large;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Dancing Script', cursive;
}

@media (min-width: 1200px) {
  .header-socialmedia {
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 5%;
  }
}

@media (max-width: 1200px) {
  .header-socialmedia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__dropdown-color {
  background-color: black;
}

.header__dropdown-text {
  color: rgba(255, 255, 255, 0.75);
}

.header__dropdown-text:hover {
  color: white;
  background-color: black;
}

.header-linebetween {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .header-linebetween {
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.header-spacinglink {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-text {
  color: white;
}

#castigatori {
  font-weight: bold;
}

#fun_link {
  font-weight: bold;
}
/*# sourceMappingURL=header.css.map */