html{
  background-image: url("../gfx/LogoCleanVector.svg");
  background-color: #44444444;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1em;
  margin: 1em;
  padding: 1em;
  font-size: 0.9em;
  position: relative;
  line-height: 0.3em; 
  text-align: left; 
  height: 90%;
  color: #333333; 
  text-shadow: 0.1em 0.1em #000000;
}
address {
  font-family: 'Proza Libre', sans-serif;
  text-align: left;
  font-weight: normal; 
  font-size: 0.5em; 
  line-height: 0.2em;
  padding-left: 0.2em;
}
.section {
  font-family: 'Proza Libre', sans-serif;
  background-color: transparent;
  background-color: #000000;
  opacity: 0.8;
  border-radius: 1em;
  color: #888888; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
a:link {
  color: greenyellow;
}
a:focus:hover {
  color: yellow;
}
a:active:visited {
  color: white;
}
.header,.minor,.para{
  font-family: 'Averia Sans Libre', cursive;
  text-align: center;
  font-weight: normal; 
  opacity: 1;
}
.header {
  font-size: 4.5em; 
  line-height: 1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.minor {
  font-size: 3em; 
  line-height: 1.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.para {
  text-align: left;
  font-size: 2.2em; 
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.8em;
}
.nav,.copyright {
  font-family: 'Proza Libre', sans-serif;
  text-align: center;
  font-weight: normal;
}
.nav {
  font-size: 1em; 
  line-height: 0.5em;
  padding-left: 0.5em;
}
.copyright {
  font-size: 0.75em; 
  padding-left: 0.5em;
}
.header, .minor, .copyright {
  color: #BBBBBB;
}
