
body, html {
  height: 100%;
  margin: 0;
  font-family: "Rubik",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  letter-spacing: 0;
}

a, a:link, a:visited ,a:hover , a:active {
  color: #3a3a3a;
  text-decoration:underline;
}

/*
.bgimg {
  background-image: url("/images/bg_full.png");
  height: 100%;
  position: relative;
  opacity: 0.65;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.caption {
  position: absolute;
  left: 0;
  top: 40%; /* previous value 50% */
  width: 100%;
  text-align: center;
}

#logo {
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

#title {
  line-height: 30px;
  padding: 18px;
  font-size: 24px;
}

#content {
  line-height: 30px;
  padding: 18px;
  font-size: 16px;
}

#newURL {
  line-height: 30px;
  padding: 18px;
  font-size: 16px;
}
