@charset "utf-8";
body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
}
#bodywatch {
  background-image: none;
  background-color: #111;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding-top:20px;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}
