@charset "UTF-8";

		body{ background-color:#101010; font-family: 'Poppins', sans-serif; color: #FFFFFF; text-align: center;}
		a:link { color: #E4E4E4; font-weight: 500; text-decoration: none; }
		a:visited { color: #E4E4E4; font-weight: 500; text-decoration: none; }
		a:hover { color: #E4E4E4; font-weight: 500; text-decoration: underline; }
		a:active { color: #E4E4E4; font-weight: 500; text-decoration: none; }
.masthead{ font-size: 6vw; margin: 4vw; }
.small-masthead{ font-size: 2vw; margin:-2vw;  }
.ind-wrapper{ width: 80vw; padding: 2vw; margin: 5vw; margin-left: auto; margin-right: auto; display:; }
.ind-number{ display: inline-block; font-weight: 200; font-size: 3vw; }
.ind-title{ display: inline-block;  font-weight: 800; font-size: 3vw; margin-left: 2vw; }
.ind-song{ display: inline-block;  font-weight: 200; font-size: 3vw; margin-left: 2vw; }
.ind-caption{ background: black; font-size: 1.5vw; text-align: left; font-weight: 200; padding: 3vw;}
.ind-youtube{}