* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, #page {
  height: 100%;
}

body {
  font-family: sans-serif;
}

/*
Front Page
---------------------------------------------- */
body.bigpic {
  background: #555 url(graphics/knockdolian2.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

#page {
  padding: 0;
}

.frontpage #main {
  padding: 0 10%;
  height: 100vh;
  margin-bottom: 20px;
  position: relative;
}

.banner {
  position: relative;
  padding: 20px 0;
}
.banner a {
  display: block;
  width: 70%;
  margin: auto;
}
.banner a img {
  max-width: 100%;
  display: block;
}

.frontpage h1 {
  position: absolute;
  top: 70vh;
  margin: 0 auto;
  color: ivory;
  font-family: "Helvetica Nueue", Helvetica, sans serif;
  font-weight: 200;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}

.front-and-centre {
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
}
@media screen and (min-width: 800px) {
  .front-and-centre {
    width: 60%;
  }
}

.faded {
  opacity: 80%;
}

/*
Rehearsal pages 
---------------------------------------------- */
#main .flex {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
#main .flex a {
  width: 50%;
  display: block;
}
#main .flex img {
  display: block;
  max-width: 100%;
  margin: auto;
  width: 70%;
}

.limiter {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}

.rehearsal-page header {
  background: #555 url(graphics/header-bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100px;
}
.rehearsal-page header .limiter {
  display: flex;
}
.rehearsal-page header .block {
  max-width: 50%;
  width: 50%;
  height: 100px;
  overflow: auto;
}
.rehearsal-page header .header-logo, .rehearsal-page header .year-graphic {
  display: block;
  height: 100px;
  width: auto;
  max-width: 100%;
}
.rehearsal-page header .year-graphic {
  float: right;
  padding: 5px 0;
}

/*
Song Navigation
---------------------------------------------- */
.song-navigation {
  background-color: #FFF2C3;
  padding: 20px 0;
}

#songnav {
  margin: 0;
}
#songnav ul, #songnav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#songnav .menu h4 {
  padding: 4px 0 0 0;
  text-transform: uppercase;
  color: rgba(55, 55, 33, 0.5);
  font-weight: normal;
  margin: 0;
  margin-top: 4px;
}
#songnav .menu a {
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #553;
  background-color: #FFF2C3;
  display: block;
}
#songnav .menu ul {
  padding: 4px 0 4px 20px;
}

/*
Main section
---------------------------------------------- */
section {
  margin: 20px 0;
}

#main {
  min-height: 50vh;
}

.audio-block {
  margin-bottom: 20px;
}
.audio-block audio {
  width: 100%;
}

.audio-block h3 {
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.audio-block h4 {
  text-transform: capitalize;
  font-weight: normal;
}

/* Footer
---------------------------------------------- */
/* sticky footer */
.rehearsal-page #page {
  position: relative;
  padding-bottom: 30em;
}
.rehearsal-page #page footer {
  height: 30em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.rehearsal-page #page footer .limiter {
  position: static;
}

footer {
  background-color: #222;
}
footer .limiter {
  padding: 50px 0;
  position: static;
}

footer {
  color: #eee;
}
footer a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */
