/* custom css */

.TitleSignature {
	width: 50%;
  	height: auto;
}

#bioSnippet {
	background-color: rgba(0, 0, 0, .66);
}

.biographyPortrait {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.biographyBasementStudio {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	width: 99%;
	position: fixed;
	bottom: 0px;
	opacity: 0.66;
}

.lazyLoad {
	visibility: auto;
	contain-intrinsic-size: 0 500px;
}

.titleShadow {
	  text-shadow: 2px 2px 0px black;
}

.articleShadow {
	  text-shadow: 2px 2px 0px black;
}

/* LINKS */
a.coloredLink:link {color: Khaki; text-decoration: none;} /* Khaki */
a.coloredLink:visited {color: DarkGoldenRod; text-decoration: none;} /* DarkGoldenRod */
a.coloredLink:hover {color: Khaki; text-decoration: underline;} /* Khaki */

a.contactLink:link {color: DodgerBlue; text-decoration: none;}
a.contactLink:visited {color: DodgerBlue; text-decoration: none;}
a.contactLink:hover {color: SkyBlue; text-decoration: underline;}

/* HEADINGS */
.bioHeading {margin-bottom: 0px; color: PaleGoldenRod; font-weight: bold;}
.headingColor {color: PaleGoldenRod;}
.headingP {margin-top: 0px;}

/* MISC */
.pointer {cursor: pointer;}
