/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  height: 100%
}

.bgimg {
  /* Background image */
  background-image: none;
   background-color: #000000;
  /* Full-screen */
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  /* Add a font */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  
  font-size: 16px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 300; 
  line-height:25px;
}

/* Position text in the top-left corner */
.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

/* Position text in the bottom-left corner */
.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

/* Position text in the middle */
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the <hr> element */
hr {
  margin: auto;
  width: 40%;
}
  
h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  
  font-size: 30px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 300; 
  line-height:35px;
  font-style: normal; 
  font-variant: normal;
}

a         { color:#DC584A; text-decoration:none; }
a:link    { color:#DC584A; text-decoration:none; }
a:hover   { color:#fff; text-decoration:none; }
a:active  { color:#fff; text-decoration:none; }