html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #606050;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

div.jtrans {
  background: rgba(76, 175, 80, 0.1);
}

div.jhover:hover {
  background: rgba(180, 250, 50, 0.6);
}

main.jback {
  padding-left: 0px;
  padding-right: 0pk;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url('.$backdrop.');
  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
