* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

#h3-otsikko {
  color: rgb(255,227,0);
  font-size: 16px;
  margin-top: -1px;
}

#h3-otsikko-punainen {
  color: rgb(228,0,0);
  font-size: 20px;
  margin-top: -1px;
}

#jumbotron-asetukset {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgb(8,8,8);
  margin-top: 20px;
}

#raita {
}

#slideshow {
  width: 100%;
  height: 400px;
}

@media (min-width: 768px) {
  #slideshow {
    width: 100%;
    height: 500px;
  }
}

#pyyda-tarjous {
  background-color: #f6f6f6;
  color: rgb(0,0,0);
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}

