.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: #707070;
  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-color: #fffcf6;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: .25rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #544a4a;
  text-decoration: none;
  background-color: #010830;
}

.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 {
  color: #676c71;
}

#ylanavi {
  background-color: rgba(255,255,255,0);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.3px;
  padding-right: 8px;
  padding-left: 8px;
  text-transform: initial;
  text-align: RIGHT!important;
  text-transform: none;
  font-family: 'Karla';
  color: #000000;
  font-weight: 600;
}

@media (max-width: 675px) {
  #h2-otsikko {
    border-style: none;
    margin-top: 4PX;
    padding-top: 25px;
    font-family: 'Karla';
    color: #324b4a;
    font-weight: 900;
    text-align: left;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 675px) {
  #h4-otsikko {
    border-style: none;
    margin-top: 4PX;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Karla';
    font-weight: 900;
    color: #324b4a;
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (min-width: 676px) {
  #h3-otsikko {
    border-style: none;
    padding-top: 38px;
    color: #515151;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
    font-size: 27px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}

@media (min-width: 676px) {
  #h2-otsikko {
    border-style: none;
    padding-top: 20px;
    color: #324b4a;
    font-family: 'Karla';
    font-weight: 900;
    text-align: left;
    font-size: 45px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}

@media (min-width: 676px) {
  #h4-otsikko {
    border-style: none;
    padding-top: 25px;
    color: #324b4a;
    font-family: 'Karla';
    font-weight: 900;
    margin-bottom: 15px;
    text-align: left;
    font-size: 34px;
    letter-spacing: 0px;
  }
}

@media (max-width: 575px) {
  #leipa {
    width: 100%;
    margin-top: 10px;
    line-height: 25.5px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 5px;
    font-family: 'Karla';
  }
}

@media (max-width: 575px) {
  #leipa-palvelut {
    width: 100%;
    margin-top: 10px;
    line-height: 26.5px;
    color: #676767;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin-bottom: 5px;
    font-family: 'Karla';
  }
}

@media (min-width: 576px) {
  #leipa {
    width: 100%;
    margin-top: 11px;
    line-height: 28.5px;
    letter-spacing: 0px;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 16px;
    font-family: 'Karla';
  }
}

@media (min-width: 576px) {
  #leipa-palvelut {
    width: 100%;
    margin-top: 10px;
    line-height: 26.5px;
    letter-spacing: 0px;
    color: #676767;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 16px;
    font-family: 'Karla';
  }
}

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

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #010830;
}

.nav-link.active {
  color: #324b4a!important;
  background-color: #00c3c1!important;
}

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

.table-responsive {
  display: block;
  border-top: 1px #dee2e6 solid;
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

