h1 {
  text-transform: uppercase;
  color: #08cbdb;
  text-shadow: .21vw .21vw .3vw #111;
  text-align: center;
}

h2 {
  text-align: center;
  color: #08cbdb;
  text-shadow: 0.21vw 0.21vw 0.3vw #111;
}

h3 {
  text-align: center;
  color: white;
  text-shadow: 0.21vw 0.21vw 0.3vw #111;
}

p {
  text-align: center;
  text-shadow: 0.21vw 0.21vw 0.3vw #111;
}

a {
  color: white;
}

.no_href:visited {
  color: #ff6600;
}

.background {
  background-image: url(/images/kuhna2_min.jpg);
  background-image_max: url(/images/kuhna2.jpg);
}

.square {
  background: rgba(37, 114, 132, 0.7);
}

.headline {
  display: none;
}

.blackfon {
  background: rgba(0, 0, 0, 0.33);
}

.bullet {
  color: #dddddd;
}

