html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: black;
	position: relative;
	color: #fbdbc4;
	font-family: 'Oswald', 'Verdana', sans-serif;
	font-size: medium;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(images/DarkClouds-o20.png);
}

a:link {
	text-decoration: none;
	color: #fbdbc4;
	font-family: 'Oswald', sans-serif;
	font-size: medium;
}
a:visited {
	color: #fbdbc4;
	font-family: 'Oswald', sans-serif;
	font-size: medium;
}
a:hover {
	color: darkred;
	font-family: 'Oswald', sans-serif;
	font-size: medium;
}

a.dimmerlLink:hover {opacity: 0.5;}

a.watermarkLink {color: #777777;}
a.watermarkLink:link {text-decoration: none; color: #777777;}
a.watermarkLink:visited {text-decoration: none; color: #777777;}
a.watermarkLink:hover {text-decoration: none; color: darkred;}
a.watermarkLink:active {text-decoration: none; color: #777777;}

h4 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: x-large;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h5 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: large;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.whiteBox {
	border: 1px solid #fbdbc4;
}

#bannerImage {
	max-width: 500px;
	margin: 20px;
}

#bandImage {
	max-width: 500px;
	border:1px solid #fbdbc4;
}

#mobileBandImage {
	display: none;
	border:1px solid #fbdbc4;
}

#albumImage {
	max-width: 1000px;
	border: 1px solid #fbdbc4;
}
#mobileAlbumImage {
	display: none;
	border: 1px solid #fbdbc4;
}

#vinylImage {
	max-width: 1000px;
	border: 1px solid #fbdbc4;
}
#mobileVinylImage {
	display: none;
	border: 1px solid #fbdbc4;
}

#merchImage {
	max-width: 1000px;
	border: 1px solid #fbdbc4;
}
#mobileMerchImage {
	display: none;
	border: 1px solid #fbdbc4;
}

#iTunesLogo {
	max-width: 120px;
}
#SpotifyLogo {
	max-width: 120px;
}
#GplayLogo {
	max-width: 120px;
}

#showsImage {
	max-width: 500px;
	border: 1px solid #fbdbc4;
}

#bandsintownWidget {
	padding-left: 29%;
	padding-right: 29%;
	margin: auto;
}

#listenableLogo {
	max-width: 200px;
}

#scw {
	width: 500px;
}
#Footer {
	padding-top: 40px;
	padding-bottom: 24px;
}
.container {
	width: 300px;
	padding: 5px;
}
.col-md-3 {
	display: inline;
}
.col-md-4 {
	display: inline;
}
#footerLogoFb {
	max-width: 40px;
}
#footerLogoIn {
	max-width: 40px;
}
#footerLogoTwitter {
	max-width: 40px;
}
#footerLogoInsta {
	max-width: 41px;
}
#footerLogoYt {
	max-width: 44px;
}
#footerLogoHobgoblin {
	max-width: 80px;
}
#footerLogoClovenHoofRum {
	max-width: 100px;
}
#footerLogoSeElectronics {
	max-width: 75px;
	padding-top: 8px;
} /*End of Footer section */

@media screen and (max-width:768px) {
	#bannerImage {
		max-width: 200px;
		margin: 10px 0px 10px 0px;
	}
	/* #bandImage {
		display: none;
	} */
	#albumImage {
		display: none;
	}
	#mobileAlbumImage {
		display: inline;
		max-width: 200px;
	}
	#vinylImage {
		display: none;
	}
	#mobileVinylImage {
		display: inline;
		max-width: 200px;
	}
	#merchImage {
		display: none;
	}
	#mobileMerchImage {
		display: inline;
		max-width: 200px;
	}
	#showsImage {
	max-width: 200px;
	}
	iframe {
		max-width: 200px;
		max-height: 113px;
	}
	.container {
		width: auto;
		padding: auto;
	}
	#bandsintownWidget {
		padding-left: 3%;
		padding-right: 3%;
		margin: auto;
	}
	#scw {
	width: 300px;
	}
	#footerLogoPistonheadLager {
	max-width: 50px;
	}
	#footerLogoClovenHoofRum {
		max-width: 50px;
	}
	#footerLogoTheGuitarwrist {
		max-width: 35px;
	}
}


