html
{
	height: 100%;
	/* overflow: hidden; */
}

body
{
	margin: 0;
	height: 100%;
	background-color: #000000;
}

#intro
{
	box-sizing: border-box;
	padding: 50px 0px 50px 0px;
	font-size: 12pt;
	width: 250px;
	height: 500px;
	font-family: futura-pt, sans-serif;
	font-weight: 100;
	color: #d8cfd9;
	letter-spacing: 1px;
	line-height: 20pt;
	text-align: left;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#bold
{
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 24pt;
	margin-top: 10px;
}

a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

p
{
	margin-bottom: 20px;
}

#container
{
	box-sizing: border-box;
	margin-left: 100px;
	padding: 50px;
	width: 350px;
	height: 100%;
	z-index: 100;
}

#portrait
{
	border-radius: 20px;
	height: 250px;
	width: 250px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#transparent-bar
{
	position: fixed;
	z-index: -99;
	width: 350px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	margin-left: 100px;
}

/* Background Slideshow */

#background 
{
	z-index: -100;
	position: fixed;
	width: 100%;
	height: 100%;
}

.slideshow-image
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}