body {
	padding: 0;
  margin: 0;
  background: #fff;
font-family: 'Roboto', sans-serif;
font-size: 100%;
box-sizing: border-box;
}





.dark-mode span {
	filter: invert(100%);
}



header {
	background: linear-gradient(to right,    #1F1C2C  , #fff, #928DAB  );
border-top: 2.5px solid white;
border-left: 2.5px solid white;
border-right: 2.5px solid white;
border-bottom: 3px solid black;
	height: 70px; 
    display:flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 1rem;
}
header h1 {
margin: 0;
/* padding-top: 10px; */
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	word-spacing: 5px;
}	
.push {
	font-style: italic;
		color: brown;
}
.fort {
	font-style: italic;
	color: teal;
}
.porter {
	color: black;
}



.thesongs, .thetunes {
	clear: both;
background: linear-gradient( #928DAB  , #fff, #928DAB);
border: 3px solid white;
border-radius: 1rem;
font-family: 'Euphoria Script', cursive;
font-size: 2rem;
	color: green;
	padding: 0 15px;
	font-style: italic;
	}




img[alt="izquierda"] {
	float: left;
	padding: 1rem;
}
img[alt="derecha"] {
	float: right;
	padding: 1rem;
}

.container {	
width: 90%;
	margin: 0 auto;

	border: 1px solid;
border-radius: 1rem;
	background: #f4f4f4;
	padding: 15px 15px 25px 15px;
}
li:nth-child(even) {
  background: #F8F8F8;
    border-bottom: 1px solid #888;
	  padding: 5px 0;

}
li:nth-child(odd) {
  border-bottom: 1px solid #888;
	  padding: 5px 0;

}

ol {
	background: #fff;
	border: 1px solid;
	border-radius: 1rem;

}




h2 {
	background: teal;
	color: #fff;
	text-align: center;
border: 5px solid white;
border-radius: 1rem;
}






a {
	text-decoration: none;
	color: #223399;

}
a:hover {
	background: #369;
	color: #fff;

	border-radius: 5px;
	}

	h1 {
	font-size: 3em;
	color: #526;
	text-align: center;

	margin: 1px 0 14px 0;
}

footer {
margin-top: 5px;
  background-color: #526;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  padding: 5px;
  }

footer a {
	color: #faef04;
}
footer a:hover{
	color: #fff;
	}
	
	
/* MEDia QUERIES	 */
   @media only screen and (min-width: 1025px)  {
		   .nav {
	background: #fff;
	height: 60px;
}
.nav a {color: #526;
border-radius: 5%;}
	   .column {
		  column-count: 5;
		  	}
			li {
				font-size: 1.1em;
			}
   }
@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 1180px) 
and (orientation : landscape) {
		   .nav {
	background: #fff;
	height: 60px;
}

	   .column {
		  column-count: 3;
		  	}
			li {
				font-size: 1.1em;
			}
   }
 @media only screen 
and (min-device-width : 820px) 
and (max-device-width : 1180px) 
and (orientation : portrait)  {
	   	   .header {width: 100%;}
		   		   .nav {
	background: #fff;
	height: 60px;
}

	   .column {
		  column-count: 2;
		  	}
			li {
				font-size: 1.1em;
			}
   }
   
   @media only screen
and (min-device-width : 375px) 
   and (max-width: 667px)  {
header h1 {
font-size: 1.5rem;
	}
	.fort {
		font-size: 1.5rem;
	}

	   .column {
		  column-count: 1;
		  	}
			li {
				font-size: 1.1em;
			}
   }	

   @media only screen and (max-width: 420px)  {
	   .header {display: none;}

	   .column {
		  column-count: 1;
		  	}
			li {
				font-size: 1.1em;
			}
   }   