body {
  background-image: url("../img/Taustahirsipystysuora.jpg");
}


header {
  margin: 20px 0px;
}

#header span {
  /*font-size: 64pt;*/
  font-size: 42pt;
  font-family: 'Pacifico', cursive;
  color: #323334;
  border-bottom: 3px solid #323334;
  line-height: 1.1;
}

#header img {
  height: 140px;
  display: none;
}

@media only screen and (min-width : 768px) {
  #header span {
    font-size: 64pt;
  }
  #header img {
    height: 192px
  }
  .textbox {
    -webkit-box-shadow: 0px 0px 34px 16px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 34px 16px rgba(255,255,255,1);
    box-shadow: 0px 0px 34px 16px rgba(255,255,255,1);
    margin-right: 20px;
  }
}

#navi {
  background-color: rgba(255,255,255,0.71);
  margin-bottom: 15px;
}

#navi a {
  color: #323334;
}

.nav-item {
  transition: all 0.2s ease-in-out;
}

.nav-item.active {
  background-color: rgba(200,200,200,0.60);
}

.nav-item:hover {
  background-color: rgba(200,200,200,0.60);
}

#content {
  background-color: rgba(255, 255, 255, 0.71);
  margin: 0px 15px;
  padding: 15px 0px;
}

.textbox {
  background-color: white;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  width: 90%;
}

#eerokuva {
  background-color: white;
  padding: 7px;
  margin: 10px 0px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}

.footer {
  margin: 15px 15px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.71);
}

.nobr {
  white-space: nowrap;
}

h1 {
  font-size: 14pt !important;
  font-weight: bold !important;
}

h2 {
  font-size: 1em !important;
  font-weight: bold !important;
  margin-top: 1em !important;
}
