/* history.css  */

 * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
 }


body {
font-family: 'Open Sans', sans-serif;
font-size: 100%;
background: linear-gradient(#aab, #ccd, #aab);
background-attachment: fixed;
max-width: 100vw;
height: 100vh;
}
.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 img{
    filter: invert(100%);
}

.dark-mode body {
background: linear-gradient(to right, white, #ccc, white);
}

a { 
	text-decoration: none;
	color: #223399;
	transition: all 0.1s ease;
}
a:hover {
	color: #000;
	}
a.jonny {
		text-decoration: underline;
}

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: 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-size: 2rem;
	color: #555;
}
.porter {
	color: black;
}

.thetunes {
background: linear-gradient( #928DAB  , #fff, #928DAB);
border: 3px solid white;
border-radius: 1rem;
	color: brown;
	padding: 0 15px;
	font-style: italic;
	}
	
.subheader { 
margin: 0 auto;
	height: 65px;
  background: linear-gradient(#333, #fff, #aaa);
border-left: 2.5px solid white;
border-right: 2.5px solid white;
border-bottom: 3px solid #333;
font-size: 3rem;
color: brown;
	text-align: center;
	letter-spacing: 5px;
}
.subheader a {
	text-decoration: none;
	
}


img[alt="izquierda"] {
	float: left;
	padding: 1rem;
}
img[alt="derecha"] {
	float: right;
	padding: 1rem;
}


.subheader img:hover {
transform: scale(1.2);
}

h2 {padding: 0;
margin: 0;
	font-size: 1.7rem;
	color: #777;
}

ul.nav {
  background: linear-gradient(#147, #58b);
  list-style-type: none;
  margin: 0;
  padding: 0;
	max-width: 100%;
	height: auto;
text-align: center;
font-size: 1rem;
font-weight: 600;
}

ul.nav a {
  display: inline-block;
  background: linear-gradient(#147, #fff, #369);
  color: #333;
  border-radius: 5%;
  padding: 10px 7px;
  margin: 0 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

ul.nav a:hover {
  background: linear-gradient(#fff, #fff, #369);
  color: #000;
  border-radius: 5%;
  }

ul.nav a.current {
  background: linear-gradient(teal, #fff, teal);
  color: #333;
  border-radius: 5%;
}

.container {
max-width: 960px;
	margin: 0 auto;
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

img[alt="pusher"] {
	border: 1px solid brown;
	border-radius: 1rem;
	padding: 5px;
}
.column {
	padding-top: 10px;
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px dotted #789;
	}
	
.column3 {
		padding-top: 10px;
	column-count: 3;
	column-gap: 30px;
	column-rule: 1px dotted #789;
	}



h3 {
	text-align: center;
	color: blue;
}	
article {
	margin: 0 auto;
	padding: 15px;
margin: 15px;
	background: #f4f4f4;
	border-radius: 1rem;
}

.pub {
	font-weight: bold;
	color: brown;
text-transform: uppercase;
}
.pull {	
	background: #fff;
	font-size: 1em;
	color: #763884;
	padding: 15px;
	border-radius: 25px;
	border:1px solid #763884;
}

.pull2 {	
	background: #eee8aa;
	font-size: 1em;
	font-style: italic;
	color: #333;
	padding: 15px;
	border-radius: 1rem;
	border:1px solid #333;
}

footer {
	

  padding: 1rem;
  margin-top: 15px;
  background-color: #526;
  color: #fff;
  text-align: center;
  font-size: 0.9em;

  }

footer a {
	color: #faef04;
}
footer a:hover{
	color: #fff;
	}
 

	
	
    @media screen and (max-width: 667px) and (min-width: 375px) {
		.content {
			width: 100%;
			padding: 0px;
		}
header h1 {
font-size: 1rem;
	}
.fort {
font-size: 1rem;
}
.subheader {
padding-top: 0.5rem;
font-size: 1.2rem;
color: brown;
font-weight: 600;
}
  

		.column {
	column-count: 1;
    }
.column3 {
	column-count: 1;
	}	
	
	.column4 {
	column-count: 1;
	}	
article {
	text-align: center;
	padding-left: 10px;
	font-size: 100%;
}
.fourteen {
	display: none;
}
img[class="HUP"] {
margin: auto;
	}

footer { 
font-size: 0.8rem;
}
}