html {
	height: 100%;
	background-color: #f2f3f5;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}
p {
	text-align: justify;
}
li {
	text-align: justify;
}
.title {
	font-family: 'Sofia Sans';
	text-decoration: none;
	color: #353738;
	display: inline-block;
	font-size: 2em;

}
.subtitle {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #353738;
	display: inline-block;
	font-size: 1.75em;
}
.header {
	margin: 15px;
	text-align: center;
}
.content, {
	margin: 15px;
}
.padDiv {
	height: 385px;
}
.description {
	font-size: 0.96em;
	font-style: italic;
	color: #777778;
	margin-bottom: 35px;
}
.containerItem {
	float: left;
	margin: 15px 10px;
	text-align: center;
	width: 150px;
	height: 150px;
}
.containerItem iframe {
	width: 150px;
	height: 150px;
}
@media (min-width: 600px) {
	.containerItem {
		margin: 30px 20px;	
	}
}
@media (min-width: 450px) {
	.containerItem {
		width: 200px;
		height: 200px;
	}
	.containerItem iframe {
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 600px) {
	.containerItem {
		margin: 30px 20px;	
	}
}
@media (min-width: 450px) {
	.containerItem {
		width: 200px;
		height: 200px;
	}
}

.spacer {
	float: left;
	width: 10px;
	height: 20px;
}
.music_item {
	position: absolute;
	width: 150px;
	height: 150px;
	border: 0;
	margin: 5px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .5);
	transition-duration: 200ms;
}
@media (min-width: 450px) {
	.music_item {
		width: 200px;
		height: 200px;
	}
}
.music_item:hover {
	cursor: pointer;
}
.songCard {
	display: inline-block;
	transition: opacity 0.75s ease;
}
.filter_icon {
	pointer-events: none;
}
.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;
}
.navDiv {
	z-index: 10;
	width: 550px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 10px 10px 0;
}
.navDiv.sticky {
	border-radius: 0 0 10px 0;
}

@media only screen and (max-width: 750px) {
	.leftContent {
		float: none;
		margin: auto;
	}
	.rightContent {
		float: none;
		margin-left: 0;
	}
}
@media only screen and (max-width: 550px) {
	.navDiv {
		width: auto;
	}
}
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;
}

.dot_green {
	height: 8px;
	width: 8px;
	background-color: #8EF12E;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	display: inline-block;
	pointer-events: none;;
}
.dot_blue {
	height: 8px;
	width: 8px;
	background-color: #3EB8E8;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	display: inline-block;
	pointer-events: none;
}
.dot_purple {
	height: 8px;
	width: 8px;
	background-color: #8F0ACE;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	display: inline-block;
	pointer-events: none;
}

#songlist {
	text-align: center;
}

.navigation {
	padding-right: 10px;
}

@media (min-width: 600px) {
	.navigation {
		padding-right: 100px;
	}
}

.sticky {
	position: fixed;
	top: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}
