/* TuckawayMusic.com */










/* HTML Reset ******************************************* */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Foundational ******************************************* */

html { 
  background-color: #283843;
  font-family: 'Libre Baskerville', serif;
  width: 100%;
}

body {
  color: rgba(256, 256, 256, 100);
  font-size: 1em;
  font-style: normal;
  text-align: center;
}

#wrapper { /* This wraps everything on the page in a centered container. */
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

header {
  padding: 48px 32px 72px 32px;
}
@media only screen and (max-width: 780px) {
  header {
    display: inline-block;
    padding: 24px 16px 16px 16px;
  }
}

/* Nav ******************************************* */

nav {
  float: right;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 780px) {
  nav {
    clear: both;
    margin: 0 0 0 8px;
    padding: 0;
  }
}
@media only screen and (max-width: 780px) {
    nav {
      margin: 0;
    }
}

nav li {
  float: left;
  margin-right: 2em;
  padding: 0.05em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 4px;
}
nav li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  nav li {
    margin-bottom: 1em;
    margin-right: 0;
    padding: 0.05em;
    font-size: 0.625em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
nav li a {
  border-radius: 8px;
  color: #FFFFFF;
  padding: 16px;
}
@media only screen and (max-width: 780px) {
  nav li a {
    padding: 8px;
  }
}
nav li a:hover {
  background-color: #202D36;
  color: #FFFFFF;
}

/* Sections ******************************************* */

section#music, section#contact, section#about {
  max-width: 1400px;
  padding: 80px 32px;
}
@media only screen and (max-width: 780px) {
  section#music, section#contact, section#about {
    padding: 48px 24px;
  }
}

section#home {
  background-position: center;
  background-image: url("../images/theridge.jpg");
  background-size: cover;
  clear: both;
  padding: 120px 80px;
  max-width: 100%;
}
@media only screen and (max-width: 780px) {
  section#home {
    padding: 48px 32px;
  }
}

section#home p {
  max-width: 1400px;
  margin: 0 auto;
}

/* Images ******************************************* */

section#music img {
  max-width: 100%;
  margin-bottom: 32px;
}


/* Typography ******************************************* */

h1, h2, h3, h4, h5, h6, p, li, figure {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #EDE885;
}



h1 {
  font-size: 1em;
  letter-spacing: 4px;
  line-height: 1.5em;
  text-transform: uppercase;
}
header h1 {
  float: left;
  margin: 4px 0 0 0;
}
@media only screen and (max-width: 780px) {
  header h1 {
    clear: left;
    margin: 0 0 16px 0;
    width: 100%;
  }
}

h2 {
  font-size: 1em;
  letter-spacing: 4px;
  line-height: 1.5em;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  h2 {
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 2.5em;
  line-height: 1.5em;
}
@media only screen and (max-width: 780px) {
  h3 {
    font-size: 2em;
    line-height: 1.5em;
  }
}

h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 24px;
}

p {
  font-size: 2.5em;
  line-height: 1.5em;
  padding-bottom: 1.25em;
}
@media only screen and (max-width: 780px) {
  p {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}

section#music p, footer p {
  color: #ABBCC8;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 780px) {
  section#music p {
    font-size: 0.75em;
    line-height: 1.5em;
  }
}





section#music button {
  background-color: transparent;
  border: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media only screen and (max-width: 780px) {
  section#music button {
    font-size: 1em;
  }
}
section#music button a {
  background-color: #EDE885;
  border-radius: 8px;
  color: #441B1B;
  line-height: 1.5em;
  padding: 24px;
}
@media only screen and (max-width: 780px) {
  section#music button a {
    padding: 16px;
  }
}

section#music button a:hover {
  color: #ffffff;
  background-color: #202D36;
}








