@import 'reset.css';

body {
    font: 12px/24px Helvetica, Arial, sans-serif;
    color: rgba(9, 9, 9, 0.8);
    background: #CCC;
    background: url(nubeto.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: env(safe-area-inset, 0px); 
}
div.header {
  padding-top: 17%;
  text-align: center;
}
div.header h1.logo {
  font: 1.8em/80px Helvetica, Arial, sans-serif;
  font-weight: 200;
  background: rgba(255, 255, 255, 0.0);
  display: block;
  width: 240px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.header h1.logo:hover {
  background: rgba(255, 255, 255, 0.1);
}
div.header h1.logo a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
div.footer {
    position: fixed;
    bottom: 0px;
    right: 4%;
    padding-bottom: 2%;
}
p.copyleft {
  padding-bottom: 0px;
  font-size: .9em;
  color: rgba(255, 255, 255, 0.6);
}
div.footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}