
@import url('https://fonts.googleapis.com/css?family=Acme&display=swap');

.slidercontainer {
      width: 100%;
      margin: auto;
      max-width: 640px;
      /*padding-top: 70px;*/
    }

h1 {
    font-size: 3em;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Acme', sans-serif;
}

h2 {
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Acme', sans-serif;
}

h4 {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Acme', sans-serif;
}

#logogo {
    font-size: 2em;
    font-family: 'Acme', sans-serif;
}

.kokemusimg {
  border-radius: 8px;
}

div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 0 auto;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

hr {height: 2px;
    background-color: grey;
    border:none
}

/* hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
} */

.boksi {
    border: 1px solid #c5c5c5;
    background: #ffffff;
    color: #333333;
    padding: 20px;
}

.hinnasto {
  border-collapse: collapse;
  width: 100%;
}

.hinnasto td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.hinnasto th {
  padding: 8px;
  text-align: left;
  border-bottom: 5px solid #ddd;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

label {
  font-weight: bold;
  text-transform: uppercase;
}

#kohdemaa {
    max-width: 300px; 
    display: inline-block; 
    margin-bottom: 10px;
}

.buttoni {
    /*background-color: #a17b59;*/
    background-color: #e2e3df;
    border: none;
    padding: 5px;
    padding-left: 10px; 
    padding-right: 10px;
}
