body {
  background-image: url("ilmotausta.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

/*html {
  height: 100%;
}*/

h1 {
  font-family: 'Playfair Display SC', serif;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: 'Alegreya', serif;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-family: 'Alegreya', serif;
  text-align: center;
}

p {
  font-family: 'Alegreya', sans-serif;
  font-size: 120%;
  text-align: justify;
  color: black;
}

.container {
  background: rgba(255, 255, 255, 0.7);
  align-content: center;
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 8px;
}


#leafletmap {
  height: 400px;
}

@media screen and ( max-width: 700px ){
  body {
    background-image: none;
  }

  .container {
      margin: 8px 8px 8px 8px;
  }

  #leafletmap {
    height: 250px;
  }
}

.rounded {
    border-radius: .75rem!important
}

.row {
  margin: 4px 4px 4px 4px;
}

.img-fluid {
  max-width: 75%;
}
.smallertext {
  font-size: 90%;
}

#bodytext {
  margin: 8px 8px 8px 8px;
}

.leaflet-container{
    border-radius: .75rem!important;
    }
