body { 
	margin: 0; 
	padding: 0; 
font-family: 'Roboto', sans-serif;
	color:#555;  
background: linear-gradient(to bottom, #ccc, #fff );
}

.btn {
background-color: #eee; 
color: #333;
padding: 2px;
margin-left: 10px;  
border: 1px solid;
border-radius: 5px;

}

.dark-mode {
filter: invert(100%)
}
.dark-mode body {
background: linear-gradient(to right, white, #ccc, white);
}
 .container {
	  	  max-width: 600px;
	  margin: 0 auto;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px;
}



.add {
	font-family: myFont;
	border: 1px solid #333;
	border-radius: 1rem;
	padding: 10px;
	background: #f4f4f4;
	color: #333;
	font-size: 1.3rem;
	box-shadow: 5px 5px 3px 0px #888;
}

.current {
		border: 3px solid #333;
	border-radius: 1rem;
	font-family: myFont;	
	  background: linear-gradient(    to right,    #009A44	15%, white 15% 85%, #FF8200 85%);
		font-size: 1.5rem;
	font-weight: 500;
	color: black;
}

.link {
	border: 1px solid #333;
	border-radius: 1rem;
	background: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	padding: 10px;
	transition: background 0.2s ease-in-out;
position: relative;
top: 0;
	  transition: top ease 0.5s;
	box-shadow: 5px 5px 3px 0px #888;
}

.link1 {
	border: 3px solid #333;
	border-radius: 1rem;
	  background: linear-gradient(    to right,    #009A44	15%, white 15% 85%, #FF8200 85%);
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	padding: 10px;
	transition: background 0.2s ease-in-out;
position: relative;
top: 0;
	  transition: top ease 0.5s;
	box-shadow: 5px 5px 3px 0px #888;
}

 .link:hover{
	 background: linear-gradient(#FFF, #FFFFE3 );
	 	box-shadow: 7px 7px 5px 0px #777;
 top: 1px;
 }
.content { 

	color: #555; 
	margin: 0 auto; 
/* width: 1200px;  */
	max-width:100%;
	text-align: center;
}
 

	

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: 50px; 
    display:flex;
    align-items: center;
justify-content: space-around;
	margin-bottom: 1rem;
}


header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	word-spacing: 5px;

}

img[alt="izquierda"] {
	float: left;
	padding: 1rem;
}
.push {
	font-style: italic;
		color: brown;

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

	}
	
.types {
	clear: both;
background: white;
border: 3px solid green;
border-radius: 1rem;
color: blue;
font-size: 1.5rem;

	}
	


/* .leafy { */
	/* background-image: linear-gradient(45deg, #f4f4f4 25%, #f9f9f9 25%, #f9f9f9 50%, #f4f4f4 50%, #f4f4f4 75%, #f9f9f9 75%, #f9f9f9 100%); */
/* background-size: 56.57px 56.57px; */
/* } */

h1 {
    font-family: 'Euphoria Script', cursive;
	font-size: 3rem;
	color: brown;
}



 
	



img {
	max-width:100%;
	height:auto;
}

footer { 
border-top: 1px solid #333;
border-bottom: 1px solid #333;
	height: 50px;
	color:#fff;  
  background: black;
	font-size:85%;
	text-align:center;
padding-top: 5px;	
}
footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

	
a {text-decoration:none; }
}


/*
MEDIA QUERIES
*/


@media only screen and (device-width: 768px) {
.column {
	column-count: 2;
	}
	

  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
.column {
	column-count: 2;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
.column {
	column-count: 3;
	}
}


/* @media screen and (min-width: 667px) and (max-width: 1180px) { */
/* header h1 {  */
  	/* font-size: 2rem; */
/* } */
/* .column { */
	/* column-count:2; */
/* } */
	   /* } */
	   
@media screen and (min-width: 375px) and (max-width: 667px) {

header h1 { 
  	font-size: 1.1rem;
}
.fort {
  	font-size: 1rem;	
}
.column {
	column-count: 1;
}
.add {
	font-size: 1rem;
}
.link {
		font-size: 1rem;
}
.thetunes {
	font-size: 2rem;
	
}
	p.isteach2 {
	font-size:2rem;
}
	p.isteach3 {
	font-size:1.3rem;
}
	   }  	

/