html, body, .container {
  height: 100%;
}

html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body {
  font: 18px/23px "Cantarell", sans-serif;
  color: #fff;
  background-color: #dedede;
}

h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
  background-color: rgba(100, 100, 100, 0.35);
  display: block;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);  
  color: #e1e1e1;
  font-family: "Kotta One", serif;
  font-size: 22px;
  line-height: 28px;
}

cite {
  display: block;
  font: 18px/23px "Cantarell", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}

.container {
  width: 100%;
  position: relative;
  display: table;
  float: left;
  vertical-align: baseline;
  margin: 0 auto;
  /* padding: 80px 0 0 0; */ /* If with header */
  padding: 0;
}

.highlight {
  color: #E8A013;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  animation: easein 1s ease-in;
}

#bk {
  width: 100%;
  height: 100%;
  background: url('https://maj-unsplash.web.val.run/?collections=7282015&h=720') no-repeat center center fixed;
  opacity: 0;
  background-size: cover;
  animation: easein 15s ease-in-out 1s 1 normal forwards running;
  position: absolute;
  z-index: -10;
}

@keyframes easein {
  from {opacity: 0;}
  to {opacity: 1;}
}

a:link {
  text-decoration: none;
  color: #E8A013;
}

a:visited {
  text-decoration: none;
  color: #E8A013;
}

a:hover {
  text-decoration: underline;
  color: #E8A013;
}

a.button {
  color: #CAFAEA;
}

a:hover.button {
  text-decoration: none;
  background-color: rgba(55, 172, 80, 0.8);
}

a:active.button {
  text-decoration: none;
  background-color: rgba(75, 192, 110, 0.8);
}
