*{
	margin: 0px;
	padding: 0px;
	font-family: mFont;
	font-weight: 900;
}

body{
	background: #303c50;
	background-image: url('assets/iconos ems.png');
	background-repeat: repeat;
}

hr{
	background: #53657a;
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 60px;
	height: 6px;
	border: none;
}

a{
	transition-property: color, font-size, text-shadow;
	transition-duration: 0.5s, 0.5s, 0.5s;
	text-decoration: none;
	color: #cb6a63;
	font-size: 18px;
	text-shadow: 0px 0px 0px rgba(50,0,0,0);
}

a:hover{
	transition-property: color, font-size, text-shadow;
	transition-duration: 0.5s, 0.5s, 0.5s;
	color: #b0433c;
	font-size: 24px;
	text-shadow: 5px 5px 1px rgba(70,0,0,0.3);
}

h1{
	display: flex;
	font-size: 45px;
	justify-content: left;
	margin-top: 120px;
	margin-left: 10%;
	color: #53657a;
	text-shadow: 5px 5px #283148;
}

li{
	display: block;
	background: #53657a;
	color: #303c50;
	border-radius: 20px;
	height: 100px;
	margin: 15px;
	width: 80%;
	margin-left: 10%;
	box-shadow: 0px 0px rgba(0,0,0,0);
	transition-property: margin, width, box-shadow;
	transition-duration: 0.2s, 0.2s, 0.2s;
}

li:hover{
	background: #53657a;
	margin-left: 9%;
	width: 82%;
	box-shadow: 25px 15px #283148;
	transition-property: margin-left, width, box-shadow;
	transition-duration: 0.2s, 0.2s, 0.2s;
}

li img{
	display: inline-block;
	border-radius: 15px;
	height: 80px;
	margin: 10px;
}

li p{
	display: inline-block;
	font-size: 24px;
	height: 100%;
	transform: translateY(-45%);
	color: #303c50;
}

#MainNav{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: #e4aa9a;
	height: 50px;
	top: 0px;
	min-width: auto;
	width: 100%;
	height: 75px;
	z-index: 100;
}

#MainNav img{
	max-width: 100px;
	margin-right: 270px;
}

#MainNav p{
	display: inline-block;
	margin: 20px;
}

#Title{
	display: flex;
	font-size: 70px;
	justify-content: center;
	margin-top: 120px;
	color: #53657a;
	text-shadow: 5px 5px #283148;
}

#Subtitle{
	display: flex;
	font-size: 30px;
	justify-content: center;
	color: #53657a;
	text-shadow: 5px 5px #283148;
}

#SeriesTable{
	display: block;
	margin: auto;
	margin-top: 50px;
	justify-content: center;
	position: relative;
	width: 1280px;
}

#SeriesTable img{
	border: 6px solid #283148;
	border-radius: 12px;
	justify-content: center;
	margin: auto;
	margin-left: 5px;
	margin-right: 5px;
	transform: translate(50%,0);
	transition-property: border, border-radius;
	transition-duration: 0.5s;
}

#SeriesTable img:hover{
	border: 6px solid #e4aa9a;
	border-radius: 2px;
	justify-content: center;
	margin: auto;
	margin-left: 5px;
	margin-right: 5px;
	transition-property: border, border-radius;
	transition-duration: 0.5s;
}

button{
	border: none;
	font-size: 18px;
	transition-property: font-size;
	transition-duration: 0.5s;
	padding: 20px;
}

button:hover{
	font-size: 22px;
	transition-property: font-size;
	transition-duration: 0.5s;
}

#Options{
	display: flex;
	margin: auto;
	margin-top: 50px;
	justify-content: center;
	position: relative;
}

#Info{
	display: block;
	margin: auto;
	margin-top: 50px;
	background: #20253d;
}

#I_Title{
	color: #53657a;
	font-size: 60px;
	margin-left: 20px;
	text-shadow: 5px 5px #20283f;
}

#I_Desc{
	color: #53657a;
	font-size: 25px;
	width: 70%;
	padding-bottom: 60px;
	text-shadow: 5px 5px #20283f;
}

#refImg{
	border-radius: 50px;
	border: 10px solid #53657a;
}

#trickShadow
{
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

#trickShadow::after
{
	content: "";
  	position: absolute;
	top: 0;
	left: 0;
	width: 96.2%;
	height: 96.2%;
	box-shadow: inset 0 0 30px rgba(83, 101, 122, 1);
	border-radius: 50px;
	border: 10px solid rgba(0,0,0,0);
}

#socialMedia{
	display: block;
	margin: auto;
	margin-top: 50px;
	justify-content: center;
	position: relative;
	width: 1100px;
}

#socialMedia p{
	display: inline-flex;
	margin-top: 50px;
	margin-left: 10px;
  	top: 50px;
  	transform: translateY(-50%);
  	font-size: 30px;
}

#socialMedia a{
	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	padding: 30px;
}

#socialMedia img{
	width: 90px;
}

#songDetails{
	display: block;
	margin: auto;
	margin-top: 40px;
	background: #53657a;
	padding: 30px;
	width: 65%;
	border-radius: 50px;
}

#songCover{
	border-radius: 50px;
	width: 130px;
}

#songTitle{
	color: #303c50;
	font-size: 32px;
	font-style: italic;
	text-decoration: underline;
	text-decoration-thickness: 4px;
	margin-bottom: 10px;
}

#songDesc{
	margin-top: 30px;
  	font-size: 20px;
  	color: #303c50;
}

#songOptions{
	display: inline-flex;
	width: 75%;
	top: 50px;
  	transform: translateY(-50%);
  	margin-left: 20px;
  	align-items: center;
  	justify-content: center;
}

#playSong{
	display: inline-flex;
	height: 40px;
	margin-top: 0px;
  	transform: translateY(-50%);
  	transition-property: height, margin-top;
	transition-duration: 0.2s, 0.5s;
}

#playSong:hover{
	height: 45px;
	margin-top: -10px;
  	transform: translateY(-50%);
  	transition-property: height, margin-top;
	transition-duration: 0.2s,0.5s;
}

#lineTime{
	display: inline-flex;
	background: #303c50;
	border-radius: 20px;
	height: 40px;
	top: 50px;
  	transform: translateY(-50%);
	width: 100%;
  	margin-left: 20px;
}

#lineTimeProg{
	display: inline-flex;
	background: #d68e7b;
	border-radius: 20px;
	height: 40px;
}

#songList{
	margin: auto;
	margin-top: 50px;
	width: 65%;
}

.oneSong{
	display: block;
	background: #53657a;
	border-radius: 20px;
	height: 100px;
	margin: 15px;
	box-shadow: 0px 0px rgba(0,0,0,0);
	transition-property: margin, box-shadow;
	transition-duration: 0.2s, 0.2s;
}

.oneSong:hover{
	background: #53657a;
	margin: 20px;
	box-shadow: 25px 15px #283148;
	transition-property: margin, box-shadow;
	transition-duration: 0.2s, 0.2s;
}

.oneSong img{
	display: inline-block;
	border-radius: 15px;
	height: 80px;
	margin: 10px;
}

.oneSong p{
	display: inline-block;
	font-size: 30px;
	height: 100%;
	transform: translateY(-45%);
	color: #303c50;
}

.oneSong #date{
	width: 95%;
	height: 0%;
	transform: translateY(-140px);
	display: inline-flex;
	justify-content: flex-end;
	background: #000;
}

#ArtTable{
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 200%;
}

#ArtTable img{
	display: inline-flex;
	background-image: url(assets/bg_ice.png);
	width: 222px;
	margin: 10px;
	border: 10px solid #53657a;
	border-radius: 20px;
	box-shadow: 0px 0px rgba(0,0,0,0);
	transition-property: margin, width, box-shadow;
	transition-duration: 0.2s, 0.2s, 0.2s;
}

#ArtTable img:hover{
	margin-left: 1px;
	width: 240px;
	box-shadow: 15px 15px #283148;
	transition-property: margin, width, box-shadow;
	transition-duration: 0.2s, 0.2s, 0.2s;
}

#seeArt{
	display: block;
	position: fixed;
	top: 120px;
	width: 80%;
	height: 70%;
	margin: auto;
	left: 10%;
	background: #283148;
	border-radius: 50px;
	transition-property: top;
	transition-duration: 0.2s;
}

#shadowed{
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition-property: background;
	transition-duration: 0.2s;
}

#selArt{
	margin: 20px;
	border-radius: 30px;
	max-width: 90%;
}

#artTitle{
	display: inline-flex;
	top: 20px;
	color: #53657a;
	margin-left: 10px;
	text-decoration: underline;
	font-size: 34px;
	position: absolute;
}

#favGames img{
	height: 200px;
}

#timeline{
	display: block;
	margin: auto;
	margin-top: 20px;
	border-radius: 30px;
	border: 10px solid #eb8598;
}