@charset "UTF-8";

/* Base Styles
===================================*/
body {
	color: #333;
	font-family:  "Courier New", monospace;
	font-weight: 400;
	line-height: 1.8;
  background-color: #000;
}

.section-one,
.section-two,
.section-three,
.section-four,
.section-five,
.section-six {
    padding:80px;
}

.section-one,
.section-two,
.section-three,
.section-four,
.section-five,
.section-six,
 a {
    color:#999;
    text-decoration:none;
	font-weight: 400;
}

.section-one,
.section-two,
.section-three,
.section-four,
.section-five,
.section-six,
a:hover {
    color:#ccc;
    text-decoration:none;
	font-weight: 400;
}

/* Layout Styles
===================================*/
section:not(:first-of-type),
section:not(:nth-of-type(n2)) {
	margin-top: 80px;
}
.section-two,
.section-three,
.section-four,
.section-five,
.section-six,
footer {
	margin-top: 80px;
}

/* Nav / Navbar Styles
===================================*/
.navbar {
	background: transparent;
	border-bottom: none;
	padding: 30px 0 10px;
	transition-duration: 0.6s;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
	color: #999;
}
.navbar-brand {
	padding: 0 15px 0 15px;
	background: none;
}
.navbar-brand img:hover {
	padding:4px;
}
.navbar-default .navbar-nav>li {
	margin-right: 6px;
}
.navbar-default .navbar-nav>li:last-of-type {
	margin-right: 0;
}

.dropdown-menu,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #eee;
}


/* issue with .active seems to lie in this line - .navbar-default .navbar-nav>.active>a,*/

.dropdown-menu {
	padding: 8px;
	box-shadow: none;
	border: none;
}
.dropdown-menu li a {
	padding: 4px 8px;
	border-radius: 4px;
}

.nav-dropdown-scroll {
	background: #000;
	box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}

.navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background:#fff;
}


/* Cover / Jumbotron Styles
===================================*/
section.cover {
	background: #000;
	padding-top: 80px;
	height: 100vh;
	display: flex;
	color: #333;
}
.jumbotron {
	align-self: center;
	background: transparent;
	color: #333;
	text-align: center;
	width: 90%;
}

.jumbotron h1 {
	font-size: 11em;
	padding-left: 15%;
	text-align:left;
	font-weight:300;

}

.jumbotron p {
	text-align:left;
	align-self:center;
	padding: 0 15% 0 20%;
	font-size: 120%;
}

.jumbotron-btn {
	background: #000;
	color: #fff;
	font-size: 14px;
}

.jumbotron-btn:hover {
	background: #000;
	color: #fff;

}

/* 12 pt star burst - credited to Alan Johnson & Marta Preuss */
#burst-12 span {
	position:relative;
  	z-index:10;
  	height:50px;
  	display:block;
	padding:4px 0 0 0;
	margin: 0 0 0 13px;
	text-align: center;
	-webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

#burst-12 {
    background:#47FF00; /* #47FF00 */
    width: 120px; /* 80 */
    height: 120px; /* 80 */
    position: relative;
    text-align: center;
	color:#000;
  	z-index:5;
	font-weight: 400;
}

#burst-12:hover:before, #burst-12:hover:after {
	background:#47FF00;
	z-index: 2;
	color:#000;


	-webkit-box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	-moz-box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
    -webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#burst-12:hover {
    background:#47FF00;
	z-index: 5;
	color:#000;
	-webkit-box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	-moz-box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	box-shadow: 15px 15px 20px rgba(151,151,151,0.20);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#burst-12:before, #burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px; /* 80 */
    width: 120px; /* 80 */
    background:#47FF00; /* #47FF00 */
	z-index:2;
}
#burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
#burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

#tag {
	margin-left: 70%;
	height: 120px; /* 80 */
	width: 120px; /* 80 */
	transition-duration: 2s;
	line-height: 1.3em;
}

/* END 12 pt start burst */

/* Links Icons */
.section-one .alteredlink {
	font-size: 22px;
	margin: 15px 0 0 0;
	padding: 3px;
	text-align: left;
	baseline-shift:baseline;
}

.section-one .alteredlink a {
	color:#000;
	border: 1px solid #fff;
	height: 32px;
	width: 32px;
	display: inline-block;
	padding: 3px 0 0 0;
	text-align: center;
}

.section-one .alteredlink a:hover {
	border: 1px solid #000;
	height: 32px;
	width: 32px;
	padding: 3px 0 0 0;
	display: inline-block;
	padding: 3px 0 0 0;
	text-align: center;
}

.section-one .alteredlink img {
	color:#000;
	height: 22px;
	width: 22px;
	padding:0px;
    margin:0 0 3px 0;
}
/* END Links Icons */

/* Upcoming Color */
.upcoming {
	background-color:#47FF00;
	padding:3px;
	font-weight: 400;
}

/* Album Design */
.album {
  min-width: 212px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  width: 20%;
  min-width: 320px;
  padding:10px;
  margin:1%;
  border: 0;
  min-height:430px;
  background-color: #fff;
text-align: center;
}

.card-img-wrapper img {
	border:1px solid #000;
	margin: 0 0 5px 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	padding:0;
	margin:none;
}

.card-img-wrapper {
  text-align: center;
  height: 206px;
  width: 206px;
  margin: auto;
  white-space: nowrap;
}

.card > img {
  margin-bottom: .75rem;

}

.card-text {
  font-size: 85%;
  width: 100%;
  padding: 10px 0 0 0;
  color:#000;
  text-align: center;
  line-height: normal;
  min-height: 95px;
}

.title-artist {
  font-size: 110%;
  font-weight:700;
	font-style: italic;
}

.info-text {
  font-size: 85%;
  width: 100%;
  padding: 1px;
  color:#000;
  text-align: left;
}

.card .collapse p {
 color: #000;
 width: 100%;
}

button.btn.btn-info {
  background:#000;
  color:#fff;
  border:1px solid #ccc;
  margin:5px 0;
}

button.btn.btn-info:hover {
  background:#fff;
  color:#000;
  border: 1px solid #ccc;
}

.card .collapse {
  text-align: justify;
}

.paypal_btn{
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  width:25%;
}

.paypal_btn:hover {
  background: #000;
  color:#fff;
  border: 1px solid #fff;
}

.paypal_dropdown{
  font-size: 12px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  box-shadow: none;
  width:73%;
	padding: 2px 5px;
}

.center-wrap {
  text-align: left;
}

.center-wrap table {
	width:100%;
	padding:0;
	margin:0;
}

.center-wrap table tbody {
	text-align: right;
	width:100%;
	padding:0;
	margin:0;
}

.center-wrap table td {
	padding:0;
	margin:0;
}

.center-wrap table tr {
	width:100%;
	padding:0;
	margin:0;
}

.center-wrap audio {
	width:100%;
	margin:0;
	padding:0;
}

.media-link{
	display:inline-block;
	margin:0 0 15px 0;
	padding:0;

}

/* END Album Design */

/* Section One Styles
===================================*/
.section-one {
	background: #fff;
	margin-top:200px;
}
.section-one-content h1 {
	margin: 0 0 30px;
}
#section-one-left {
	background: none;
}
#section-one-middle {
	background: none;
}
#section-one-right {
	background: none;
}

.section-one-content, .section-two-content, .section-three-content, .section-four-content {
	color: #000;
	font-weight: 300;
}

.section-three .thumbnail {
	width:35%;
	background:none;
	text-align:center;
}

/* Section Two (Live) styles
===================================*/
.live-text {
  color:#000;
  text-align: left;
}



/* CSS Image Styles
====================================================*/
.css-img-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.img-still {
	background: #fff;
	padding:0;
}

.img-artists {
	height: 400px;
	width: 400px;
	border-radius: 0px;
	background-position: center center;
	background-size: cover;
	background: #fff;
}



/* To Top Button Styles
===================================*/
.top {
	display: none;
	background-color: #999;
	bottom: 2em;
	color: #fff;
	opacity:0.7;
	padding: 1.2em;
	position: fixed;
	right: 1.5em;
	text-decoration: none;
	transition-duration: 1s;
}
.top:hover {
	opacity: 1;
	transition: 1s;
	text-decoration: none;
	color: #fff;
}


/* Footer Styles
===================================*/
footer {
	height: 100px;
	width: 100%;
	background: none;
	padding: 20px;
	text-align:center;
}

footer .tiny {
	font-size: 11px;
	padding: 10px;
}

/* Helpers for top position on internal page links
====================================================*/
#spytop:before,
section:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

/* responsive iframes */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { .section-one-content {
		padding: 40px 40px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { .section-one-content {
		padding: 40px 20px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { .section-one-content {
		padding: 40px 40px;
	}
}

/* jQuery Styles
===================================*/
.navbar-scroll {
	background: #fff;
	padding: 0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	transition-duration: 0.8s;
}
