body {
  background-color: #27292B;
  font-family: "Montserrat", serif;
  color: #FFF3D5;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  height: 100%;
}
.block_header {  
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 50px 0px 0px 0px;
}
.backgroundimage {  
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0px 50px 0px;
  background-image: url("../imgs/screw-4929711_1920.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
   min-height: 100%;
  background-size:cover;
  background-position: right 0;
}
.lupaus {  
  display: block;

  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0,.75);
  padding: 10px 20px 15px 20px;
  border-radius: 12px;
  margin: 120px auto 150px auto;
}
.lupaus p {
  font-family: "Varela", serif;
  font-weight: 600;
  color: #69D84F;
  font-size: 3em;
  line-height: 120%;
}
.moderni {
  font-weight: 500;
  color: #FFF3D5;
  font-size: 0.8em;
}

.block_green {  
  display: block;
  text-align: center;
  background-color: #69D84F;
  padding: 10px 0px;
}
p.header {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 2.8em;
}
p.headerSEO {
  font-family: "Montserrat", serif;
  font-weight: bold;
  color: #FFF3D5;
  font-size: 2.3em;
  margin: 20px 0px 0px 0px;
  padding-bottom: 0px;
}
p.osoite {
  margin: 0px 0px 80px 0px;
}
p.yhteystiedot {
  margin: 0px 0px 50px 0px;
}
p.palveluheader {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #69D84F;
  font-size: 2em;
  margin: 50px 0px 40px 0px;
  padding: 0px;
}

p.palvelukontakti {
  font-family: "Montserrat", serif;
  font-weight: normal;
  color: #FFF3D5;
  font-size: 1.1em;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
p.palvelukontakti a {
  color: #69D84F;
  font-weight: normal;
  
}
p.palvelukuvaus {
  font-weight: 400;
}

p.aukioloheader {
  font-family: "Montserrat", serif;
  font-weight: 600;
  color: #69D84F;
  font-size: 1.5em;
}
p.tarinaheader {
  font-family: "Montserrat", serif;
  font-weight: 600;
  color: #69D84F;
  font-size: 2.5em;
}
p.tarina {
  color: #69D84F;
}
p.tervetuloa {
  font-family: "Montserrat", serif;
  font-weight: 600;
  color: #FFF3D5;
  font-size: 1.8em;
  margin: 50px 0px;
  padding-bottom: 50px;
}
.block_inline {  
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
img.palvelu {
  border-radius: 12px;
  max-width: 375px;
  max-height: 300px;
  overflow: clip;
  object-fit: contain;
  margin-right: 15px;
}

.block_light {  
  display: block;
  text-align: center;
  background-color: #FFF3D5;
  color: #27292B;
  font-weight: 600;
  padding: 70px 20px 100px 20px;
}
.block_light p.header {
  font-size: 2.5em;
  color: #27292B;
  font-weight: 600;
}

p.headerkuuluisa {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #27292B;
  font-size: 2.4em;
}

.block_black {  
  display: block;
  text-align: center;
  padding: 50px 0px 65px 0px;
}

.line {
  height: 2px;
  width: 70%;
  border-width: 0;
  color: #375242;
  background-color: #375242;
  margin: 60px auto 40px auto;
}


a {
  color: #69D84F;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration: none;
}

.green {
  color: #69D84F;
}
.left {
  text-align: left;
}

.tarina {
  width: 80%;
  font-weight: 700;
  margin: 0px auto;
}

@media only screen and (max-width: 700px) {
  img.logo {
    height: 75px;
    width: auto;
    margin: 0px auto;
  }
  .tarina {
    width: 80%;
    margin: 0px auto;
  }
  p {
    color: #FFF3D5;
    font-size: 5vw;
    line-height: 150%;
    font-weight: 300;
  }
  p.headerSEO {
    font-size: 2.0em;
  }
  .lupaus p {
    font-weight: 600;
    font-size: 2em;
  }
  .block_inline {  
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  img.palvelu {
    max-width: 300px;
    max-height: 250px;
    overflow: clip;
    object-fit: contain;
    margin-right: 0px;
  }
  .palvelukuvaus {
    font-size: 1.5em;
    width: 75%;
    margin: 30px auto;
  }
  p.aukioloheader {
    margin-top: 70px;
  }
  .normal {
    color: #27292B;
  }

  .lupaus { 
    width: 75%;
  }
  .clearleft {
    display: block;
  }
  .moderni {
    font-weight: 500;
    color: #FFF3D5;
    font-size: 0.7em;
  }
}



@media only screen and (min-width: 700px) {
  img.logo {
    height: 100px;
    width: auto;
  }
  .block_inline {  
    width: 45%;
  }
  .tarina {
    width: 70%;
    margin: 0px auto;
  }
  p {
    font-size: 3vw;
    line-height: 150%;
    font-weight: 300;
  }
  p.palvelukuvaus {
    font-size: 1.3em;
  }
  img.palvelu {
    max-width: 300px;
    max-height: 250px;
    overflow: clip;
    object-fit: contain;
    margin-right: 0px;
  }
  .lupaus { 
    width: 70%;
  }
  .moderni {
    font-weight: 500;
    color: #FFF3D5;
    font-size: 0.7em;
  }
}


@media only screen and (min-width: 992px) {
  img.logo {
    height: 100px;
    width: auto;
  }
  .tarina {
    width: 40%;
    margin: 0px auto;
  }
  p {
    font-size: 1.5em;
    line-height: 150%;
    font-weight: 300;
  }
  .block_inline {  
    width: 30%;
  }
  .lupaus { 
    width: 50%;
    max-width: 50%;
  }
  .moderni {
    font-weight: 500;
    color: #FFF3D5;
    font-size: 0.7 em;
  }
}



.slim {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.extrabold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
/* Grillilista-osio */
.grillilista-container {
  text-align: center;
  clear: both;
  margin-top: 2rem;
}
/* Grillilista-osio */
.grillilista-container {
  text-align: center;
  clear: both;
  margin-top: 2rem;
}

/* Grillilista otsikko */
.grillilistaotsikko {
  font-size: 2rem;   /* isompi otsikko */
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Kuvalista: päällekkäin */
.grillilista {
  display: flex;
  flex-direction: column;   /* päällekkäin */
  align-items: center;      /* keskitetty */
  gap: 1.5rem;
}

.grillilista-kuva {
  width: 70%;        /* riittävän iso */
  max-width: 600px;  /* enintään tämä leveys */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Mobiili */
@media (max-width: 768px) {
  .grillilista-kuva {
    width: 90%;      /* mobiilissa leveys ~90% ruudusta */
    max-width: 100%;
  }
}
