body {
	background: #000
}

h1, h2, h3 {
	color: #940A11
}

.navbar-toggler {
 	margin: .5rem 1rem;
}

.navbar-brand {
	padding: .5rem 1rem;
}

.navbar-collapse {
	padding: .5rem 1rem;
	background: #fff;
}

.navbar {
	padding: 0px !important;
}

.navbar-light {
	background: url("../images/nav-background.png") repeat-x center top;
	height: 100px;
	background-color: transparent !important;
	color: #940A11;
	z-index: 9999;
}

.navbar-brand img {
	max-width: 200px;
	height: auto;
}

.nav-item .nav-link {
	color: #940A11 !important;
	font-weight: bold;
	font-style: italic;
}

.nav-item .nav-link a {
	color: #940A11 !important;
	font-weight: bold;
	font-style: italic;
}

.nav-item .nav-link a:hover {
	color: #000 !important;
	font-weight: bold
}

.bg-light {
	background-color: transparent !important;
}

.btn {
	border-radius: 0;
}

.btn-red {
	background: #940A11;
	color: #fff;
}

.btn-red:hover {
	background: #D6202B;
	color: #fff;
}

.btn-outline-red {
	background: none;
	color: #940A11;
	border: 2px solid #940A11
}

.btn-outline-red:hover {
	background: #940A11;
	color: #fff;
}

.imageSize img {
	width: 100%;
	height: auto
}

.headerContainer { 
	background: #000
}

.quoteTextTop {
	font-size: 20px;
	font-style: italic;
}

.quoteText {
	font-size: 14px;
	font-style: italic;
}

.fanQuotes {
	font-size: 14px;
	font-style: italic;
	padding: 10px;
}

.fanQuotes blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #000;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}

.fanQuotes blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
  background: #000;
  border: 1pt solid #000;
  border-radius: 50px;
}

.fanQuotes blockquote:after {
  content: ;
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #000;
}

.newAlbum {
	border: 5px #fff solid;
}

.musicContainer { 
	background: #000 url("../images/music-background.jpg") no-repeat left top;
	background-size: cover;
}

.photosHeaderContainer { 
	background: #000 url("../images/piano-and-guitar.jpg") no-repeat left top;
	background-size: cover;
	height: 400px;
	margin-top: -20px
}

.albumRow {
	padding-top: 175px;
}

.album {
	padding: 10px;
}

.calltoactionContainer { 
	background: #000 url("../images/call-to-action-background.jpg") no-repeat center bottom;
	background-size: cover;
}

.calltoactionContainer h2 { 
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.photosContainer { 
	background: #000 url("../images/photos-background.jpg") no-repeat left top;
	background-size: cover;
}

.photoRow {
	padding-top: 175px;
}

.photoBackground {
	background: #000 url("../images/photo-background.jpg") no-repeat left top;
	padding: 15px 15px 35px 15px;
	border: #000 1px solid;
}

.photoBackground:hover {
	background: #fff
}

.photoWrapper {
	background: url("../images/photo-shadow.png") no-repeat center bottom;
	padding: 0 0 30px 0;
}

.photo{
	border: #000 5px solid;
}

.videosContainer { 
	background: #000 url("../images/video-background.jpg") no-repeat left top;
	background-size: cover;
}

.videoPageHeaderContainer {
	background: #000 url("../images/videos-page-header.jpg") no-repeat center center;
	background-size: 100%;
	height: 400px;
	margin-top: -20px;
}

.woodBackground {
	background: #fff url("../images/wood-background.jpg") repeat center top;
	background-size: 100%;
}

.videoRow {
	padding-top: 175px;
}

.videoShadow {
	width: 100%;
}

.videoEmbed {
	background: #fff;
	padding: 10px;
}

.pageWrapper { 
	background: #fff url("../images/pages-background.jpg") no-repeat left top;
	background-size: cover;
	margin-top: -20px
}

form button {
	background: #940A11;
	color: #fff;
}

footer {
	color: #fff;
	background: #000;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



@media (min-width: 576px) { ... }


@media (min-width: 768px) {

	.headerContainer { 
		background: #000 url("../images/danny-home.jpg") no-repeat center center;
		background-size: cover;
		margin-top: -20px;
	}

	.musicLogo {
		padding: 30px;
	}
	
	.navbar-brand img {
		max-width: 300px;
		height: auto;
	}
	
	.pageWrapper { 
		background: #fff url("../images/pages-background.jpg") no-repeat left top;
		background-size: cover;
		margin-top: 0px;
	}
	.quoteTextTop {
		font-size: 28px;
		font-style: italic;
	}

	.quoteText {
		font-size: 28px;
		font-style: italic;
	}
}

@media (min-width: 992px) { ... }

@media (min-width: 1200px) { ... }