body { 
	margin: 0; 
	padding: 0; 
font-family: 'Roboto', sans-serif;
	color:#555;  

  /* background-image: url(../images/svg.png); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
 background-attachment: fixed;	
 line-height: 1.7em; 
 box-sizing: border-box;
}
.btn {
background-color: #eee; 
color: #333;
padding: 2px;
margin-left: 10px;  
border: 1px solid;
border-radius: 5px;
/* cursor: pointer;  */
}

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



.add {

	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 {
	background: linear-gradient(#40E0D0, palegreen);
}

.link {
	border: 1px solid #333;
	border-radius: 1rem;
	background: linear-gradient(#FFFFE3,#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;
}

 .link:hover{
	 background: linear-gradient(#FFF, #FFFFE3 );
	 	box-shadow: 7px 7px 5px 0px #777;
 top: 1px;
 }
.content { 
	background: #f4f4f4;
	color: #555; 
	margin: 0 auto; 
/* width: 1200px;  */
	max-width:100%;
	text-align: center;
}
 

	
/* p.isteach { */
	/* margin: 0 1rem; */
	/* background: #ffffe1; */
	/* border: 1px solid #789; */
	/* border-radius: 1rem; */
	/* padding: 1rem; */
	/* text-align: center; */
	/* font-size: 1.2rem; */
/* } */

/* p.isteach2 { */
	/* margin: 0 1rem; */
	/* background: #ffffe1; */
	/* border: 1px solid #789; */
	/* border-radius: 1rem; */
	/* padding: 1rem; */
	/* text-align: center; */
	/* font-size:3rem; */
/* } */

/* p.isteach3 { */
	/* margin: 0 1rem; */
	/* background: #ffffe1; */
	/* border: 1px solid #789; */
	/* border-radius: 1rem; */
	/* padding: 1rem; */
	/* text-align: center; */
	/* font-size:2rem; */
/* } */

/* div:nth-last-of-type(2) { */
	/* padding-bottom: 20px; */
/* } */
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;

	}
	


.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;
}



 /* .column { */
	/* padding-top: 10px; */
	/* column-count: 3; */
	/* column-gap: 30px; */
	/* column-rule: 1px dotted #789; */
	  /* column-fill: balance; */
	/* } */

	



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

footer { 
border-top: 1px solid #333;
border-bottom: 1px solid #333;
	height: 100px;
	color:#333;  
  background: white;
	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;
}
	   }  	

/