/* Title of Report
Date
Link to report:
*/

/* Base Structure */
html,
body {
  width: 100%;
  height: 100%;
}


/* Background */
body {
  display: table;
  width: 100%;
  height: auto;
  background: url(../img/burnace.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: whitesmoke;
}


/* Header */
header {
  padding: 50px 0;
  text-align: center;
}


/* Text */
p {
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: whitesmoke;
}

.reveal {
  background: rgba(40, 40, 40, .7);
  text-shadow: 3px 3px 3px rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased;
    padding: 10px 30px;
}


/* Links */
a {
  color: darkturquoise;
}

h2 a {
  /* color: whitesmoke; */
  text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

a:visited,
a:active,
a:hover {
    color: darkorange;
}

/* Footer */
footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-shadow: 3px 3px 3px rgba(0,0,0,.7);
}

