* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  background: #333;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clear {
  clear: both;
}

#header {
  padding-top: 30px;
  height: 140px;
}

h1 {
  font-family: 'Vollkorn', Georgia, serif;
  color: white;
  font-style: italic;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.2em;
  padding-bottom: 20px;
}

p.subline {
  font-family: Georgia, serif;
  font-size: 13px;
  color: white;
  font-style: italic;
  padding-top: 5px;
}

p.subline a,
p.subline a:link,
p.subline a:visited {
  font-weight: normal;
  color: #ddd;
}

.content {
  width: 600px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 20px;
  background: white;
}

.centro {
  text-align: left;
  padding: 20px 0 20px 4%;
}

.col-narrow {
  width: 30%;
  float: left;
}

.col-wide {
  width: 60%;
  float: left;
  margin-left: 15px;
}

h2 {
  font-family: 'Vollkorn', Georgia, serif;
  font-weight: normal;
  margin: 0 0 0.8em;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

a:hover {
  color: #999;
}
