html {
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  margin:  0px;
  padding:  0px;
  background-image: url('img/bgtile.png');
  background-repeat: repeat;
  font-family: Verdana, sans-serif;
}

.contentbox-shadow {
  box-shadow: 0px 0px 25px 3px #aaa;
}

/* parallax setup */

.parallax {
  perspective:  1px;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.parallax-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax-background {
  height: 200vh;
  background-image: url('img/bgstripes.svg');
  background-position: left bottom;
  background-repeat: repeat-y;
  transform: translateZ(-3px) scale(4);
}

.parallax-foreground {
  color:  #aaa;
  transform: translateZ(0);
}

/* navigation */

.navbar {
  border-radius: 10px;
  background: rgba(255,255,255,0.7);
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

.navbar-menu {
  background: transparent;
}

.navbar-item {
  color: #333;
}

/* content */

.box {
  background: rgba(255,255,255,0.7);
  border-radius:  10px;
}

.cert-badges img {
  width: 60px;
}

.content .content-img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 3px #222;
}

.service-box {
  background: rgba(255,255,255,0.4);
}

.service-icon img {
  max-width: 50px;
  max-height: 40px;
  margin-bottom: 10px;
}

#showgpgtoggle {
  display: none;
}

.gpgkey {
  width: 80%;
  margin-top:  5px;
  margin-left:  10px;
  font-size:  10px;
  background-color: inherit;
  border: 0px;
  display: none;
}

#showgpgtoggle:checked + .gpgkey {
  display: block;
}

/* footer */

.footer-box {
  background: rgba(25,25,25,0.7);
  border-radius:  10px;
}
