html {
	height: 100%;
	background-color: #f2f3f5;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 15px;
}
p {
	text-align: justify;
}
li {
	text-align: justify;
}
.title {
	text-decoration: none;
	color: #353738;
	display: inline-block;
	font-size: 2em;
	font-family: 'Sofia Sans';
	border-radius: 5px;
}
.content {
	max-width: 1030px;
}
.padDiv {
	height: 385px;
}
.description {
	font-size: 0.96em;
	font-style: italic;
	color: #777778;
	margin-bottom: 35px;
}
.containerItem {
	float: left;
	width: 250px;
	margin: 10px;
	text-align: center;
}
.spacer {
	float: left;
	width: 10px;
	height: 20px;
}
.item {
	position: absolute;
	width: 240px;
	height: 365px;
	margin: 5px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .5);
	transition-duration: 200ms;
}
.item:hover {
	width: 250px;
	height: 375px;
	margin: 0px;
	transition-duration: 150ms;
}
.item:hover > .itemInner {
	left: 0px;
	top: 0px;
	transition-duration: 150ms;
}
.itemInner {
	position: absolute;
	left: -5px;
	top: -5px;
	transition-duration: 200ms;
}
.item2 {
	position: absolute;
	width: 240px;
	height: 365px;
	margin: 5px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .5);
}
.itemHome {
	text-align: left;
	position: absolute;
	width: 240px;
	height: 365px;
	margin: 5px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .30);
	transition-duration: 200ms;
}
.itemHome:hover {
	width: 250px;
	height: 375px;
	margin: 0px;
	transition-duration: 150ms;
}
.itemHome:hover > .itemInner {
	left: 0px;
	top: 0px;
	transition-duration: 150ms;
}
.homeButton {
	margin: 13px;
}
.leftContent {
	float: left;
	text-align: left;
	display: inline-block;
	margin: 0;
}
.rightContent {
	text-align: left;
	margin-left: 350px;
}
@media only screen and (max-width: 750px) {
	.leftContent {
		float: none;
		margin: auto;
	}
	.rightContent {
		float: none;
		margin-left: 0;
	}
}
span.line {  /* Used to keep word groups together near line breaks */
	display: inline-block;
}
.tracklist {
	border-collapse: collapse;
}
.tracklist td, .tracklist th {
	border: 0;
	padding: 0 10px 0 10px;
	font-size: 0.95em;
	text-align: left;
}
.tracklist tr:nth-child(even){
	background-color: #dedede;
}
.buttonSubmit {
	background-color: #66696b;
	border: none;
	color: white;
	padding: 8px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 10px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
.rightContent img {
    max-width: 100%;
    max-height: 100%;
}
