/* 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;
}
i{
  font-style: italic;
}
a{
	text-decoration: none;
}
/* end resets */

body{
	font-family: 'Lato', sans-serif;
}

h2{
  font-size: 1.8em;
  font-weight: 300;
}

h3{
  font-size: 1.5em;
  font-weight: 600;
}

h4{
  font-size: 1.2em;
  font-weight: 400;
}

p{
  line-height: 1.2em;
}

a:link, a:active, a:hover, a:visited{
	color: #CE966C;
}

.landing{
  padding-bottom: 5em;
  background-color: #0A253E;
  text-align: center;
  position: relative;
}

.landing-bg-image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background: url(../assets/floaters.jpg) #0A253E;
  background-size: 100%;
  z-index: 0;
}

.landing-content{
  position: relative;
  z-index: 1;
}

.logo{
  padding-top: 5em;
  padding-bottom: 2em;
  margin: auto;
  width: 25em;
}

.orange-text{
  color: #CE966C;
}
.red-text{
	color: #d27733;
}
.green-text{
  color: #5ed395;
}


/****************************************************************/
.album{
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #d3f0ea;
  background-color: #ffffff;
}

.album-layout{
  text-align: center;
}

.album-layout > div{
  display: inline-block;
  vertical-align: middle;
}

.album-artwork{
  width: 256px;
  height: 256px;
}

.album-wild-wood{
  background: url(../assets/wild-wood-cover.jpg) #0A253E;
  background-size: 100%;
}

.album-desc{
  width: 50%;
  text-align: left;
  padding-left: 2em;
}

.album-desc p{
  padding-top: 1em;
}

.album-tracks{
	padding-top: 1em;
}

.album-player{
	border: 0;
	width: 100%;
	height: 120px;
}


/****************************************************************/
.buy-wild-wood{
	position: relative;
	height: 100%;
	max-height: 1400px;
	min-height: 800px;
}

.wild-wood-elements{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 40%;
	background: url(../assets/wild-wood-elements-cropped@2x.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.buy-wild-wood-info{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60%;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 2em;
	padding-right: 2em;
}
.buy-wild-wood-info h2{
	line-height: 1.5em;
}
.buy-wild-wood-info p{
	line-height: 1.5em;
	padding-bottom: 2.5em;
}
.link-button{
	font-size: 1.5em;
	background-color: #2380D7;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 1em;
}
.link-button:link, .link-button:active, .link-button:hover, .link-button:visited{
	color: #FFF;
}


/****************************************************************/
.category-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
}

.about-category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 1000px auto;
  background-position: center;
  background-repeat: none;
  min-height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-category.mind{
  background-image: url(../assets/pt-mind.jpg);
}

.about-category.creative{
  background-image: url(../assets/pt-creative.jpg);
}

.about-category.adventure{
  background-image: url(../assets/pt-adventure.jpg);
}


/****************************************************************/
.about{
  text-align: center;
  padding-top: 3em;
}

.about h3{
	padding-bottom: .5em;
}

.about p{
  padding-top: 1em;
  width: 65%;
	text-align: justify;
	-moz-text-align-last: center;
	     text-align-last: center;
}

.centered-block{
  margin: auto;
}

.footer{
	background-color: #0A253E;
	height: 5em;
	line-height: 5em;
	text-align: center;
}

.footer a{
	font-size: 1.2em;
}



@media (max-width: 1000px) {
  .category-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-category{
    background-size: 1000px auto;
    height: 100%;
    max-height: 400px;
    min-height: 400px;
  }
}

@media (max-width: 820px) {

  .buy-wild-wood{
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  
  .wild-wood-elements,
  .buy-wild-wood-info{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .wild-wood-elements{
    height: 100%;
    max-height: 1400px;
    min-height: 800px;
  }

  .buy-wild-wood-info{
    padding: 4em;
    padding-top: 2em;
    text-align: center;
  }

  .buy-wild-wood-info h2{
    padding-bottom: .75em;
  }
}

@media (max-width: 760px) {

	.album-layout > div{
		display: block;
		margin: auto;
	}

	.album-layout .album-desc{
		width: 75%;
		padding-left: 0;
	}

	.about p{
	  width: 75%;
	}

	.album-layout .album-desc h3{
		text-align: center;
		padding-top: 1em;
	}
  
  .wild-wood-elements{
    height: 50%;
    min-height: 600px;
    background-position: left;
  }
}

@media (max-width: 695px) {
  .wild-wood-elements{
    background-position: center;
  }
}

@media (max-width: 600px) {
  
  .wild-wood-elements{
    height: 500px;
    min-height: auto;
  }
}

@media (max-width: 500px) {
	.logo,
	.landing-content h2{
	  width: 80%;
		margin: auto;
	}

  .wild-wood-elements{
    height: 400px;
  }

  .link-button{
    font-size: 1.1em;
  }
}
