/*  TOP-LEVEL PAGE ELEMENTS  */
h1, h2, h3 {
 	word-wrap:unset;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
#mainstage {
	width: 98vw;
	margin: auto;
	padding: 1vh 1vw;
}

/*  NAVIGATION  */
#navmenu {
	display: block;
	width: 100vw;
	height:auto;
	padding-bottom: 2vh;
}
.navbutton {
	display: inline-block;
	width: 99.99vw;
	height: 20vw;
	padding: 0px;
	margin: 0px;
	background-color: rgba(0,0,0,0);
	z-index: 20;
}
#navlogo {
	display: block;
	width: 99.99vw;
	height: auto;
	position: relative;
	margin: 0px;
	padding-top: 4vh;
	text-align: center;
	z-index: 10;
}

.navtext {
	font-size: 18vw;
	line-height: 21vw;
	transform: translate(-50%, -50%);
}

#navhome, #navtheband, #navreviews, #navcontact {
	float: unset;
}
#mbkbLogo {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	height: unset;
}

#bandinfo img {
	display: block;
	width:98vw;
	margin:1vh auto;
}

/*  PLAYLISTS  */
.playlist {
	width: 80vw;
	height:100%;
	background-color:#000033;
}

/*  WEDDING LINKS STYLES  */
#wedding-bells {
	display:none;
}
#wedding-links, #wedding-links li {
	display:inline-block;
	text-align: center;
}
#wedding-links ul {
	text-align: center;
}
#wedding-links li {
	text-align: unset;
	display: inline-block;
	margin:0;
}

/* YOUTUBE VIDEO STYLES  */
#youtube-promo {
	display: inline-block;
	width: 83vw;
	height: 47vw;
	border:3px solid white;
	margin: 2vh 3.5vw;
}

/*  REVIEWS STYLES  */
#reviews-page {
	width: 99vw;
	margin: auto;
	padding: 1vw 1vh;
	background-color:#A173E5;
}

/*  SOCIAL  */
#thebash {
	width:80%;
}
.socialmedallion {
	max-width:25%;
	height:auto;
	padding: 0 2%;
}

/*  ABOUT US - THE BAND - WHO ARE WE   */
#who-are-we {
	width: 88vw;
	margin: auto;
	padding: 2vh 6vw;
}

.artist-photo-right, .artist-photo-left {
	display: inline-block;
	clear:none;
	max-width:80vw;
	padding-bottom: 10px;
	text-align: center;
}

.band-member p {
	font-size: larger;
	text-align: justify;
}

/*   YouTube iframe styling   */
#youtube-promo {
	display: block;
	width: 80vw;
	height: 46vw;
	border:2px solid white;
	margin: 2vh 10vw;
}

blockquote {
	font-size: 1.2em;
	line-height:1.6em;
}
.band-member p {
	font-size: 1.2em;
	line-height:1.6em;
}