.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  font-style: normal;
}

a:hover {
  color: #b8b8b8;
  text-decoration: none;
  text-align: left;
}

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

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(251,250,250,0.7);
}

body {
  background: 1c1c1c;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  text-decoration: none;
}

#ylanavi:hover {
  background-color: rgba(249,197,237,0);
  padding-top: 8px;
  padding-bottom: 8px;
  color: #39ff14;
  padding-right: 14px;
  text-transform: uppercase;
}

#ylanavi {
  background-color: rgba(255,255,255,0);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 14px;
  text-transform: initial;
  text-align: RIGHT!important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fafafa;
  letter-spacing: 2px;
  font-family: 'Moderustic';
}

@media (max-width: 675px) {
  #h2-otsikko {
    border-style: none;
    padding-top: 25px;
    font-family: 'Moderustic';
    color: #39FF14;
    font-weight: 700;
    text-align: left;
    font-size: 29px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    word-break: break-word!important;
  }
}

@media (max-width: 675px) {
  #h3-otsikko {
    border-style: none;
    padding-top: 25px;
    font-family: 'Audiowide';
    color: #39ff14;
    font-weight: 700;
    text-align: left;
    font-size: 21px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    word-break: break-word!important;
  }
}

@media (min-width: 676px) {
  #h3-otsikko {
    border-style: none;
    padding-top: 38px;
    color: #bd6826;
    font-family: Audiowide, serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (min-width: 676px) {
  #h2-otsikko {
    border-style: none;
    padding-top: 38px;
    font-family: 'Moderustic';
    color: #39FF14;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (min-width: 676px) {
  #h3-otsikko {
    border-style: none;
    padding-top: 38px;
    font-family: 'Audiowide';
    color: #fcf32f;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 575px) {
  #leipa {
    width: 100%;
    margin-top: 10px;
    line-height: 23.5px;
    color: white;
    font-size: 17px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
  }
}

@media (min-width: 576px) {
  #leipa {
    width: 100%;
    margin-top: 10px;
    line-height: 23.5px;
    letter-spacing: 1px;
    color: white;
    font-size: 19px;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
  }
}

a {
  color: #39ff14;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.nav-link.active {
  color: #39ff14!important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/img/mobiili.png");
}

