*	{
	margin: 0;
}
html, body	{
	height: 100%;
}
body	{
	background-image: url("BG_images/bg_fade.jpg");
	background-size: 85%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #000000;
}
header	{
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	/* position: fixed; */
}
footer	{
	text-align: left;
	padding-top: 10px;
	margin-left: 10%;
}
nav	{
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Lato', sans-serif;
	margin-bottom: 50px;
	height: 40px;
	padding-bottom: 5px;
	border-bottom: 2px solid #800000;
}
nav ul {
	text-align: right;
	margin-right: 20%;
}
nav li {
	display: inline;
}
nav a	{
	color: #FFFFFF;
	line-height: 40px;
	white-space: nowrap;
	padding: 15px;
	text-decoration: none;
	font-size: 1.1em;
}
nav a:hover	{
	color: #000000;
	font-weight: bold;
	/*border-radius: 50%;
	background: radial-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .4), rgba(255, 255, 255, .3), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
	box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, .25);*/
	 background-color:  rgba(255, 255, 255, .5); 
}
h2 {
	border-bottom: 2px solid black;
	width: 90%;
	margin-bottom: 25px;
}
h3 {
	border-bottom: 1px solid black;
	width: 90%;
	margin-bottom: 15px;
}
/*****IDS*****/
#bighead	{
	/* font-family: 'Aref Ruqaa', serif; */
	/* font-family: 'Amatic SC', cursive; */
	/* font-family: 'Dancing Script', cursive; */
	font-family: 'Satisfy', cursive;
	display: block;
	font-size: 7em;
	padding-bottom: 10px;
	margin-left: 15%;
	color: #FFFFFF;	
}
#pagewrap	{
	min-height: 100%;
	margin: 0 auto -100px;
}
#wrapper	{
	float: left;
	width: 55%;
	margin-left: 10%;
	font-family: 'Lato', sans-serif;
}
#column	{
	float: right;
	width: 20%;
	margin-right: 10%;
	font-family: 'Lato', sans-serif;
}
/*****CLASSES*****/
.gig	{
	border-bottom: 2px solid #800000;
	margin-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 5px;
}
.name	{
	/* font-family: 'Droid Serif', serif; */
	/* font-family: 'Marck Script', cursive; */
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
.info	{
	font-weight: bold;
}
.title	{
	/* font-family: 'Droid Serif', serif; */
	/* font-family: 'Marck Script', cursive; */
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	/* background-color: rgba(255, 255, 255, 0.5); */
	padding: 5px;
	color: #FFFFFF;
	/* border-bottom: 2px solid #800000; */
}
.textcell {
	width: 60%;
}
.imgcell {
	width: 35%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.biopic {
	display: block;
	width: 90%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	
}
.clear, .footer	{
	clear: both;
	height: 100px;
}
.intro {
	font-style: italic;
	font-size: 1.2em;
}
.lrg-photos {
	width: 90%;
}
.sm-photos {
	width: 44.85%;
}
.content	{
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 2px solid #800000;
	margin-bottom: 25px;
}
.notice {
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
.footer	{
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	width: 100%;
	border-top: 2px solid #800000;
	/* margin-top: 50px; */
	font-family: 'Lato', sans-serif;
}
.captions {
	font-style: italic;
}
@media screen and (max-width: 768px) {
	header	{
		float: right;
		width: 80%;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.0);
		border-bottom: none;
	}
	#bighead {
		float: left;
		font-family: 'Satisfy', cursive;
		display: block;
		font-size: 6em;
		padding-bottom: 10px;
		margin-left: 10%;
		color: #FFFFFF;	
	}
	nav	{
		float: left;
		position: fixed;
		height: 100vh;
		width: 20%;
		/* margin-top: -20px; */
		background-color: rgba(0, 0, 0, .5);
		font-family: 'Lato', sans-serif;
		border-right: 2px solid #800000;
		border-bottom: none;
	}
	nav ul {
		margin-top: 25%;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	nav li {
		display: block;
		padding-top: 15px;
	}
	nav a	{
		color: #FFFFFF;
		line-height: 40px;
		white-space: nowrap;
		text-decoration: none;
		font-size: 1.1em;
	}
	nav a:hover	{
		color: #000000;
		font-weight: bold;
		/*border-radius: 50%;
		background: radial-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .4), rgba(255, 255, 255, .3), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
		box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, .25);*/
		 background-color:  rgba(255, 255, 255, .5); 
	}
	#wrapper	{
		float: none;
		margin-left: 25%;
		width: 65%;
		font-family: 'Lato', sans-serif;
		margin-bottom: 150px;
	}
	#column	{
		float: none;
		margin-right: 0;
		margin-left: 25%;
		width: 65%;
		font-family: 'Lato', sans-serif;
	}
	.content	{
		padding: 25px;
		background-color: rgba(255, 255, 255, 0.7);
		border-bottom: 2px solid #800000;
		margin-bottom: 25px;
	}
	.mobile-none {
		display: none;
	}
	.textcell {
		width: 90%;
	}
	h2 {
		width: 100%;
	}
	.imgcell {
		width: 50%;
	}
	.biopic {
		margin-bottom: 15px;
	}
	.left {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.right {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.clear {
		height: 10px;
	}
	footer {
		margin-left: 25%;
		border-top: none;
	}
	.footer {
		border-top: none;
	}
}
@media screen and (max-width: 714px) {
	#bighead {
		font-size: 4em;
	}
}
@media screen and (max-width: 671px) {
	header	{
		float: none;
		width: 100%;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		border-bottom: none;
	}
	#bighead {
		float: none;
		font-family: 'Satisfy', cursive;
		display: block;
		font-size: 4em;
		padding-bottom: 10px;
		margin-left: 10%;
		color: #FFFFFF;	
	}
	nav	{
		float: none;
		position: relative;
		height: auto;
		width: 100vw;
		/* margin-top: -20px; */
		background-color: rgba(0, 0, 0, .5);
		font-family: 'Lato', sans-serif;
		border-bottom: 2px solid #800000;
		border-right: none;
	}
	nav ul {
		margin-top: 25%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	nav li {
		display: inline;
		padding-top: 15px;
	}
	nav a	{
		color: #FFFFFF;
		line-height: auto;
		white-space: wrap;
		text-decoration: none;
		font-size: 1.1em;
	}
	nav a:hover	{
		color: #000000;
		font-weight: bold;
		/*border-radius: 50%;
		background: radial-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .4), rgba(255, 255, 255, .3), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
		box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, .25);*/
		 background-color:  rgba(255, 255, 255, .5); 
	}
	#wrapper	{
		float: none;
		margin: 0 auto;
		width: 90%;
		font-family: 'Lato', sans-serif;
		margin-bottom: 150px;
	}
	#column	{
		float: none;
		margin: 0 auto;
		width: 90%;
		font-family: 'Lato', sans-serif;
	}
	.mobile-none {
		display: none;
	}
}
@media screen and (max-width: 390px) {
	main {
		margin: 0 auto;
	}
	#bighead {
		margin-left: 0;
		text-align: center;
	}
}