/***** BASE STYLES *****/

body {
font-family: 'Source Sans Pro', sans-serif;
background-image: url('../img/Ashokan-Reservoir_NY-(Web-Version).jpg');
background-position: center;
background-size: cover;
background-attachment: fixed;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

a {
  color: #ffffff;
  text-decoration: none;
  font-style: bold;
  outline: 0;
}

a:visited {
  text-decoration: none;
}

/***** GRID *****/

.full-width {
  width: 1200px;
  margin: 0 auto;
  height: inherit;
}

.half-width {
  width: 50%;
  margin: 0 auto;
  float: left;
  height: inherit;
}

.third-width {
  width: 33%;
  margin: 0 auto;
  float: left;
  height: inherit;
}

/***** HEADER *****/

header {
    height: auto;
    min-height: 600px;
    background-image: url('../img/Ashokan-Reservoir_NY-(Web-Version).jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

nav {

}

nav ul li{
    display: inline-block;
}

nav ul li a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-variant: small-caps;
    letter-spacing: 5px;
    text-decoration: none;
    font-size: 16px;
    font-style: bold;
    color: #ffffff;
    padding-right: 30px;
}

.hellnar {
    color: #ffffff;
    position: absolute;
    letter-spacing: 25px;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 80px;
  }

  .darkambient {
    color: #ffffff;
     position: absolute;
     font-family: 'PT Sans Narrow', sans-serif;
     font-variant: small-caps;
     letter-spacing: 15px;
     left: 0;
     top: 57%;
     width: 100%;
     text-align: center;
     font-size: 15px;
   }

/**** NEW TRACKS ****/

#newtracks {
       background-color:rgba(192,192,192,0.5);
       height: 640px;
       padding: 4 0 80 0;
	     margin: 600px auto 0 auto;
}

#newtracks h1 {
       color: #f2f2f2;
       font-family: 'PT Sans Narrow', sans-serif;
       font-size: 30px;
       padding: 10px 0;
       letter-spacing: 1px;
}

#newtracks p {
     font-size: 15px;
     color: #ffffff;
     line-height: 17px;
     padding-top: 10px;
     letter-spacing: 1px;
}

.tracks {
  width: 50%;
  margin: 0 auto;
  float: left;
  height: inherit;
}

.albums {
  width: 50%;
  margin: 0 auto 0 0;
  float: left;
  height: inherit;
}

/***** ABOUT *****/

#about {
  background-image: url('../img/Ashokan-Reservoir_NY--(Hellnar-Version3).jpg');
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  padding: 1px 0 0 0;
}

#about h1 {
       color: #f2f2f2;
       font-family: 'PT Sans Narrow', sans-serif;
       font-size: 30px;
       padding: 10px 0;
       letter-spacing: 1px;
}

#about p {
  font-size: 20px;
  color: #f2f2f2;
  line-height: 40px;
  padding-top: 10px;
  letter-spacing: 1px;
}

#about a {
  letter-spacing: 1px;
}


/**** CONTACT ****/

#contact {
  background-color:rgba(192,192,192,0.5);
  height: 600px;
  padding: 1px 0 0 0;
  margin-bottom: 600px;
}

#contact h1 {
  color: #f2f2f2;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 30px;
  padding: 10px 0;
  letter-spacing: 1px;
}

#buy {
  height: 600px;
}

form {
  font-size: 20px;
  color: #f2f2f2;
  width: 400px;
  padding: 1px;
}

form div + div {
  margin-top: 1px;
}

label {
  display: inline-block;
  width: 90px;
  text-align: left;
}

input, textarea {
  font: 15px 'PT Sans Narrow', sans-serif;;
  width: 300px;
  color: black;
}

input {
  margin-bottom: 20px;
	line-height: 20px;
}

textarea {
  vertical-align: top;
  height: 50px;
  resize: vertical;
}

.contact-button {
  padding-left: 1px;
}

button {
  border: none;
  color: #f2f2f2;
  border-radius:0px;
 -moz-border-radius:5px;
  background-color:rgba(192,192,192,0.6);
 }
