body {
  background-color:  white;
}

.background {
	background-color: #8CB8F5;
	width: 103%;
	margin-left: -1em;
}

section {
  clear: both;
}

*:focus {
	border: 1px solid lightslategrey;
	box-shadow: 2px 2px 8px lightslategrey;
}  

/* Mozilla based browsers */
::-moz-selection {
       background-color: #8c75c4;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #8c75c4;
       color: #000;
}

#main {
	position: absolute;
	width: 102%;
	height: 4em;
	margin: -1em 0 0 -1em;
	background-color: white;
	z-index: 1;
}

*>#main {
	position: fixed;
}

#main a {
  text-decoration: none;
}

#main ul li {
	display: inline-block;
}

#main .name {
	display: inline;
  float: left;
	font-size: 3.8em;
	color: #8CB8F5;
	margin-left: 4vw;
	font-family: 'Changa One', 'Cabin Condensed', sans-serif;
}

.navUL {
	list-style-type: none;
}

#nav-options {
	float: left;
	margin-top: 1.6em;
}

#nav-options li a {
	font-family: futura, sans-serif;
	color: #8CB8F5;
	opacity: 1;
	text-decoration: none;
	padding: 1%;
	float: left;
	font-size: 1em;
}

#nav-options li a:hover {
	color: #555;
}

.navUL li a:hover {
	color: #aff;
}

#soc-media {
	margin-right: 5%;
	margin-top: 1.8em;
}

#soc-media li {
	float: right;
	margin-right: 1%;
}

#main ul img {
	width: 20px;
}

.divTitle {
	position: relative;
	width: 100%;
}

.divTitle img {
	position: absolute;
	bottom: 0;
}

#landing-img {
	margin-left: -1em;
}

#live span, #bio span {
	color: #9C9C9C;
	font-family: futura;
	font-size: 1.3em;
}

.show {
  margin: 15vh auto;
  padding: 2% 10%;
  display: block;
  background-color: white;
}

.show div {
	display: inline-block;
	margin-left: 10%;
	height: 10%;
	padding: 5% 0 5% 0;
	text-align: left;
	font-size: 1.3em;
	font-family: futura;
}

td {
	width: 20em;
	color: #8CB8F5;
	font-family: futura;
	font-size: 1.3em;	
	vertical-align: top;
	padding-bottom: 20px;
}

td a {
	text-decoration: none;
	color: #8CB8F5;
	padding: 0 2px 0 2px;
	border-radius: 5px;
	border: 2px solid #8CB8F5;
}

td a:hover {
	color: lightslateblue;
	border: 2px solid lightslateblue;
}


#music, #live {
	padding-bottom: 5%;
	background-color: white;
	/* height: 100vh; */
}

#music {
	background-color: white;
}

#music, #video, #gallery, #bio, #press {
	margin: 15vh auto;
}

.music-container-wrapper {
	display: block;
	text-align: center;
}

.music-container {
	display: inline-block;
}

#gallery {
	background-color: #8CB8F5;
	width: 100%;
}


#instaWidget {
	height: 200px;
	margin: 2% 30% 0 30%;
	
}

#instaWidget p {
	position: absolute;
	width: 500px;
	height: 60px;
	color: #8CB8F5;
	font-family: futura;
	font-size: 28pt;
	background-color: white;
	text-align: center;
	padding-top: 10px;
}

#instaWidget span {
	color: #bfbfbf;
}


#instaWidget iframe {
	margin-top: 107px;
}



#pictAlbum {
	margin: 3em;
}

#pictAlbum img {
	padding: 2%;
}


.single {
	width: 25em;
	height: 25em;
	margin: 2%;
	margin-bottom: 10%;
}

.album {
	width: 25em;
	height: 25em;
	margin: 2%;
	margin-bottom: 10%;
}

#video {
	background-color: white;
}

.vid-box {
	display: block;
	text-align: center;
}

#video iframe {
	width: 55em;
	height: 30.8em;
	margin: 3% auto; 
}

.bio-box {
	display: block;
	text-align: center;
}

#bio .border p {
	font-family: futura;
	font-size: 1.5em;
	color: black;
	text-indent: 1em;
	text-align: left;
	padding: 2%;
	margin-left: 5%;
}

.bio-pic-box {
	display: block;
	text-align: center;
}

#bio .caption p {
	font-family: futura, sans-serif;
	font-size: .7em;
	color: #bfbfbf;
	margin-top: -2%;
}

.border img {
	border-radius: 5px;
	border: 10px solid #8CB8F5;
	margin-top: 8%;
}

.border {
	margin: 1%;	
}

.border div {
	float: left;
	width: 50%;
	
}

.border a, #contact a {
	color: black;
	text-decoration: none;
}

#contact a:hover {
	color: #aff;
}

.border a:hover {
	color: #AA2177;
}

#contact {
	background-color: #8CB8F5;
	height: 5vh;
	text-align: center;
	font-family: futura;
	font-size: .8em;
	border: 1px solid white;
}

.article-feed {
	 padding: 5vh;
}
.article {
	display: block;
	margin: 10px auto;
	background-color: #BFDAFA;
	width: 39em;
	padding: 2vh;
	border: 2px solid #666;
}

.article div {
	display: inline-block;
}

.article img {
	width: 10em;
	border-radius: 5px;
	border: 3px solid #EEE;
}

.article-text {
	display: block;
	width: 25em;
	font-family: futura, 'Changa One', 'Cabin Condensed', sans-serif;
	padding-left: 10px;
	line-height: 100%;
}

.article a {
	display: block;
	text-decoration: none;
	color: #666;
}

.article a:hover {
	color: black;
}

.anchor {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}