html {
  background: -webkit-linear-gradient(#000, #222);
  background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

body {
  margin: 0px;
}

.masthead {
  background-image: url('/static/images/header.jpg');

  background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 620px;
    font-family: 'Permanent Marker', cursive;

}

.site-heading {
 font-size: 4em;
 font-style: italic;
 text-align: center;
 color: #BC986A;
}

.subheading {
 font-size: 1.5em;
 text-align: center;
}

.footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  text-align: center;
  color: #FBEEC1;
}

/* unvisited link */
a:link {
  color: #FBEEC1;
}

/* visited link */
a:visited {
  color: #FBEEC1;
}

/* mouse over link */
a:hover {
  color: #FBEEC1;
}

/* selected link */
a:active {
  color: #FBEEC1;
}
