 
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;}
	
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;}
	body {	
	line-height: 1.5;
	}
	ol, ul {	
	list-style: none;
	}
	blockquote, q {	
	quotes: none;
	}
	blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
	}
	table {	
	border-collapse: collapse;	border-spacing: 0;
	}/* end reset*/


	body {
		font-size: 20px;
		font-family: Cairo, monospace;
	}

	#colors {
		background-image: linear-gradient(white, red);
		margin: 0%;
	}

	#Setting-the-scene {
		display: none;
	}

	#wrapper {
		width: auto;
		max-width: 950px;
		margin: 2% auto;
	}

	header {
		width: 2% auto;
		padding: 2%;
		display: grid;
		grid-template-columns: 1fr
	}

	header h1 {
		width: 55%;
		font-size: 3.0em;
		line-height: 130%;
		margin: auto;
	}

	header h3 {
		width: 50%;
		font-size: 0.9em;
		margin: 10%;
		text-align: left;
	}

	header a:link, a:visited {
		color: black;
	}

	header a:hover, a:focus {
		color: #dc143c;
	}

	h1 {
		text-align: center;
		font-weight: bold;
		font-family: Trirong, serif;
	}

	#honest-teacher {
		width: 80%;
		margin: 50% 10% 25% 10%;
		max-width: 500px;
	}

	#poem {
		width: 5% auto;
		max-width: 950px;
		padding: 5% 5% 0% 5%;
		margin: 10% 3% 0% 3%;
		line-height: 2em;
		font-size: 0.8em;
	}

	span {
		font-weight: bold;
		text-align: center;
	}

	#ending1 {
		margin: 1% auto;
		line-height: 2.2em;
		font-size: 1em;
	}

	#ending2 {
		margin: 2% auto;
		line-height: 2.4em;
		font-size: 1.2em;
	}

	#ending3 {
		margin: 3% auto;
		line-height: 2.6em;
		font-size: 1.4em;
	}

	#ending4 {
		margin: 4% auto;
		line-height: 2.8em;
		font-size: 1.5em;
	}

	#ending5 {
		margin: 4.5% auto;
		line-height: 2.9em;
		font-size: 1.6em;
	}

	#ending6 {
		margin: 5% auto;
		line-height: 3.8em;
		font-size: 1.7em;
	}

	#ending7 {
		width: 55%;
		font-size: 3.1em;
		font-weight: bold;
		font-family: Trirong, serif;
		margin: auto;
		text-align: center;
		margin-top: 25%;
		margin-bottom: 0%;
		line-height: 1.5em;
		padding-bottom: 50%;
	}

	footer {
		background-image: linear-gradient(red, black);
		height: 600px;
		text-align: center;
		font-size: 0.7em;
		color: white;
		margin: auto;
		padding: 5%;
		padding-top: 40%;
	}

	#honeysuckle {
		background-color: black;
		margin: auto;
		text-align: center;
	}

	#end-img {
		width: 25%;
		max-width: 400px;
	}


	/* tablet styles*/
	@media only screen and (min-width: 600px) and (max-width: 900px) {


	#Setting-the-scene {
		display: block;
		text-align: center;
	}

	#teacher-phone {
		display: none;
	}

	#wrapper {
		width: 75%;
	}

	#honest-teacher {
		width: 60%;
		margin: 90% 10% 50% 10%;
		max-width: 500px;
	}

	#poem span {
		font-size: 1.5em;
	}

	#poem {
		margin: 8% 10% 0% 10%;
		font-size: 1.1em;
	}

	#ending6 {
		font-size: 1.7em;
	}

	#ending7 {
		font-size: 2.5em;
		padding-bottom: 75%;
	}

	footer {
		background-color: black;
	}

	#honeysuckle {
		padding-bottom: 10%;
	}


} /*Closes tablet styles*/

	/* desktop styles*/
@media only screen and (min-width: 901px) {


	#Setting-the-scene {
		display: block;
		text-align: center;
	}

	#teacher-phone {
		display: none;
	}

	#wrapper {
		width: 80%;
	}

	#honest-teacher {
		width: 80%;
		margin: 20% 10% 20% 10%;
		max-width: 500px;
	}

	#poem {
		font-size: 1.0em;
		padding-top: 5%;
		margin: 15% 15% 0% 15%;
	}

	#ending7 {
		width: 35%;
		font-size: 2.5em;
		padding-bottom: 50%;
	}

	#honeysuckle {
		padding-bottom: 10%;
	}

	#end-img {
		width: 10%;
	}
} /*Closes desktop styles*/