@charset "utf-8";
/* portfolio stylesheet */
#intro{
	
}
.profile{
	
}
div{
	margin: 10px;
	padding: 25px;
}
section{
}
/* Image-based */
#img {
	float: left;
	clear: left;
	min-width: 100px;
	min-height: 100px;
	max-height: 200px;
	max-width: 200px;
	overflow: hidden;
	border: 3px solid white;
}
#info {
	float: right;
	clear: right;
	align-content: center;
	min-width: 100px;
	min-height: 100px;
	max-height: 200px;
	max-width: 600px;
	border: 3px solid white;
}

h3 {
	clear:both;
}

/* Audio and Video-based */
#vaud {
	float: left;
	clear: left;
	border: 3px solid white;
	align-content: center;
	height:auto;
	width:auto;
}

#tale {
	border: 3px solid white;
	align-content: center;
	float: right;
	clear: right;
	min-width: 100px;
	max-width: 500px;
	min-height: 100px;
	max-height: 500px;
}

/* Web-based */
#site{
	float: left;
	clear: left;
	border: 3px solid white;
	align-content: center;
	min-width: 100px;
	max-width: 250px;
	min-height: 100px;
	max-height: 250px;
}

#code{
	float: right;
	clear: right;
	border: 3px solid white;
	max-width: 550px;
	max-height: 250px;
}