
* {
	box-sizing: border-box;
	}
	
body { 
	margin: 0; 
	padding: 0; 
	background: #f4f4f4;
 line-height: 2rem; 
font-family: 'Open Sans', sans-serif;
font-size: 16px;
	color: #000;
 font-weight: 500;
}

.content { 
background: #f4f4f4;
	color: #000; 
	margin: 0 auto; 
	padding: 0 100px; 

}
h1.pagetop {
	padding: 0;
	margin: 0;
	font-size: 3rem;
color: brown;
	letter-spacing: 5px;
	padding: 1rem;
}



	
header {
background: linear-gradient(to right, #333, #666, #777, #888, #999, #aaa, #bbb, #ccc, #ddd, #eee);
border-top: 2.5px solid white;
border-left: 2.5px solid white;
border-right: 2.5px solid white;
	height: 90px; 
    display:flex;
    align-items: center;
    justify-content: center;
}
header h1 {
margin: 0;
padding-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	font-weight: bold;
	word-spacing: 5px;
}
.push {
	font-style: italic;
		color: #fff;
}
.fort {
	font-size: 2rem;
	color: #555;
}
.porter {
	color: black;
}
img[alt="pushers"]	{
	width: 90px;
	height: auto;
}

#subheader { 
margin: 0 auto;
/* max-width: 90%; */
height: 50px;
background: linear-gradient(#333, #fff, #aaa);
border-left: 2.5px solid white;
border-right: 2.5px solid white;
text-align: center;
}

a {
	
	text-decoration: none;
}

	.uparrow {
		margin-left: auto;
		margin-right: auto;
	}
.uparrow a:hover {
position : relative;
bottom: 1px;
}

 /* NAV START */


.nav {
  background: linear-gradient(#147, #58b);
	height: 40px;
	max-width: 100%;
text-align: center;
font-size: 0.9rem;
font-weight: 600;
}

.nav a {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav a:hover {
  background: linear-gradient(#147, #fff, #369);
  color: #333;
  border-radius: 5%;
}

.current {
	background: #6f6;
	color: #fff;
}

/* navEND */

.top {
text-align:center;
background-color : #ffe;
border : #777 solid 3px;
/* display : inline-block; */
color : darkgreen;
font-family : Arial;
font-size : 1em;
font-weight : bold;
border-radius: 1rem; 
margin: 0 auto; 
padding : 7px 7px;
box-shadow: 2px 2px 2px #555;
}



.top a { 
text-decoration: none;
margin: 0 auto; 
}

.poem {
  background: linear-gradient(#147, #58b);
border-top: 3px solid rgba(131,147,164,0.18);
border-radius: 24px;
display: inline-block;
color : #333;
font-size: 0.9rem;
margin: 5px; 
padding : 5px 20px 5px 10px;
text-decoration : none;
transition: 0.4s all ease;
box-shadow: 2px 2px 2px #555;
}



.poem:hover, .top:hover {
background: teal;
color: #fff;
}

.poem:active {
position : relative;
top : 2px;
}

p.isteach {
	background: #ffffe1;
	border: 1px solid #789;
	border-radius: 1rem;
	padding: 1rem;
	text-align: center;
}
h2 {
	color: #526;

	font-family: 'Tangerine', cursive;
	font-size: 3rem;
	padding-top: 5px;
	margin: 0;
}

em {
font-family: 'Caveat', cursive;	
}

article { 
font-size: 1rem;
border: 3px double #ddd;
border-radius: 1rem;
margin: 20px;
background: #eff url(../images/paper1.jpg); 
margin-top: 20px;
color: #000; 
text-align: center;
padding: 20px 50px 10px 50px;
		word-wrap: normal;

box-shadow: 7px 7px 5px #aaa;
}

article em {
	font-size: 1.1rem;
 color: #147;

 }
 
 article i {
	 font-style: italic;
	font-size: 1.1rem;
 color: #147;
 }
 
p {	break-inside: avoid;}

p:first-letter{
color: red;
font-family: 'Tangerine', cursive;
font-size:200%;
font-weight: bold;
line-height: .5;
}



strong {
	font-size: 1.5rem;
	font-weight: bold;
	color: black;
}

.column {
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px dotted #789;
	}

	

img[alt="composers"]{
	margin: 0 auto;
	}
	
footer { 
  background: linear-gradient(#147, #58b);
  color: white;
	height: 40px;
	max-width: 100%;
text-align: center;
font-size: 1rem;
font-weight: 600;
margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
	#header h1 {
margin: 0;
padding:1rem;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	word-spacing: 2px;
}
}

    @media screen and (max-width: 1024px) and (min-width: 768px) {
				.content {
			width: 100%;
			padding: 0px;
		}
		header {
			width: 100%;
		}
		.subheader {
			width: 100%;
		}

.subheader h1 {
	text-align: center;
	color: #222;
}	
.subheader img {
	padding-left: 20px;
	padding-right: 20px;
}
		.column {
	column-count: 2;
    }
	
article {
	text-align: center;
}

.HUP {
	margin: 0 auto;
	}

footer { 
display: none;
}
}



    @media screen and (max-width: 667px) and (min-width: 375px) {
		.content {
			width: 100%;
			padding: 0px;
		}
		header {
display: none;
			
		}
	.subheader {
		width: 100%;
	}
.subheader h1 {
	text-align: center;
	color: #222;
	font-size: 100%;
}	
.pagetop {
	display: none;
}
.nav {
	background: #fff;
	height: 150px;
}
.nav a {color: #526;
border-radius: 5%;}

.poem {
		background: #fff;
		border: 1px solid #555;
		border-radius: 1rem;
}
		.column {
	column-count: 1;
    }
	
article {
	text-align: center;
	padding-left: 10px;
	font-size: 100%;
}
.HUP {
margin: 0 auto;
	}

footer { 
display: none;
}
}