/* Global Styles */
@import 'navbar.css';

body {
	position: relative;
	margin: auto;
	padding: 0;
	
	background: #000000 url('/images/site/bg_neverenough.png') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	font-family: "Georgia", serif;
	color: rgba(175,175,175,1.0);
}

a {
  color: rgba(230,230,230,1.0);
  text-decoration: none;
}

a:hover {
  color: rgba(255,255,255,1.0);
}


/* Section Styles */
#wrap {
  max-width: 960px;
  margin: auto;
  height: 100%;
  background: rgba(200,100,50,0.2);
}

#header {
  margin: 0;
  width: 100%;
  height: auto;
}

#footer {
  margin: auto;
  width: 100%;
  height: 100px;
  text-align: center;
  color: rgba(230,230,230,1.0);
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em;
}

h1 {
/* news date */
  color: rgba(255,255,255,1.0);
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  text-align: center;
}

h2 {
/* news title */
  color: rgba(255,255,255,1.0);
  font-weight: normal;
  font-style: italic;
  font-size: 1.1em;
  text-align: center;
}

h3 {
/* album title */
  color: rgba(250,150,110,1.0);
  font-weight: normal;
  font-style: italic;
  font-size: 1.4em;
  text-align: center;
}

h4 {
/* single title */
  color: rgba(250,150,110,1.0);
  font-weight: normal;
  font-style: italic;
  font-size: 1.1em;
  text-align: center;
}

hr {
  width: 96%;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.6), rgba(0, 0, 0, 0));
}


/* text styles */
.news_text {
  color: rgba(200,200,200,1.0);
  font-weight: normal;
  font-style: normal;
  font-size: 1.0em;
}

.normal_text {
  color: rgba(200,200,200,1.0);
  font-weight: normal;
  font-style: normal;
  font-size: 1.0em;
}

.center_text {
  text-align: center;
}


/* image styles */
.image_header {
  width: 100%;
  height: 100%;
}

.image_album_cover {
  width: 80%;
  display: block;
  margin: auto;
}

.image_press {
  max-width: 40%;
  float: left;
  padding: 20px;
}

.image_merch {
  width: 60%;
  margin: auto;
  display: block;
}

.image_square_store {
  max-width: 30%;
  display: block;
  margin: auto;
}


/* Media Queries */
@media screen and (min-width: 601px) {
.grid-container-3col {
  position: relative;
  display: grid;
  grid-template-columns: 33% auto 33%;
  grid-gap: 10px;
  max-width: 900px;
  margin: auto;
  padding: 10px;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}

.grid-container-2col {
  display: grid;
  grid-template-columns: auto 30%;
  grid-gap: 10px;
  max-width: 900px;
  margin: auto;
  padding: 10px;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}

.grid-container-1col {
  display: grid;
  grid-template-columns: auto;
  max-width: 900px;
  margin: auto;
  padding: 10px;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}

.grid-item {
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 10px;
  background-color: rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}
}

@media screen and (max-width: 600px) {
.grid-container-1col {
  display: grid;
  grid-template-columns: auto;
  max-width: 600px;
  margin: auto;
  padding: 5px;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}

.grid-item {
  padding: 10px;
  border: 1px solid rgba(50,50,50,0.6);
  border-radius: 10px;
  background-color: rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,1.0);
  box-shadow:inset 0 0 10px 10px rgba(0,0,0,1.0);
}
}


/* store css */

.btn {
  background-color: #c89632;
  background-image: -webkit-linear-gradient(top, #f24537, #c62d1f);
  background-image: -moz-linear-gradient(top, #f24537, #c62d1f);
  background-image: -ms-linear-gradient(top, #f24537, #c62d1f);
  background-image: -o-linear-gradient(top, #f24537, #c62d1f);
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0px;
}

.btn:hover {
  background-color: #f5dca9;
  background-image: -webkit-linear-gradient(top, #f5dca9, #665a42);
  background-image: -moz-linear-gradient(top, #f5dca9, #665a42);
  background-image: -ms-linear-gradient(top, #f5dca9, #665a42);
  background-image: -o-linear-gradient(top, #f5dca9, #665a42);
  background: linear-gradient(to bottom, #f5dca9, #665a42);
  text-decoration: none;
}

.merch_title {
  color: rgba(250,250,250,1.0);
  font-style: italic;
  font-size: 1.3em;
  text-align: center;
}

.merch_price {
  color: rgba(250,200,60,1.0);
  font-style: bold;
  font-size: 0.9em;
}

.merch_desc {
  color: rgba(200,200,200,1.0);
  font-style: normal;
  font-size: 0.8em;
  text-align: center; 
}

.merch_button {
  text-align: center;
}


/* Other CSS */

.tix {
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color: #f24537;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
}
.tix:hover {
  background: linear-gradient(to bottom, #f5dca9 5%, #665a42 100%);
	background-color: #c62d1f;
}
.tix:active {
	position: relative;
	top: 1px;
}
