/* Links */
a,a:focus,a:hover {  color: #fff; }


/* Base structure*/
html {
  position: relative;
  min-height: 100%;
}

body {
  color: #fff;
  margin: 0 0 60px 0;
  background-image: url('https://urbanartaccess.com/images/fullBackgroundDetail.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; 
}

/*
 * Footer
 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #333;
}
