@import url('https://www.conserve-energy-future.com/15-current-environmental-problems.php');
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 42px; line-height: 49px;  margin-bottom:14px; margin-top: 7px; }
h2 { font-size: 35px; line-height: 42px;  margin-bottom:7px;  margin-top: 7px; }
h3 { font-size: 28px; line-height: 35px;  margin-bottom:7px;  margin-top: 7px; }
h4 { font-size: 21px; line-height: 28px;  margin-bottom:7px;  margin-top: 7px; }
h5 { font-size: 21px; line-height: 21px;  margin-bottom:7px;  margin-top: 7px; }
h6 { font-size: 14px; line-height: 14px;  margin-bottom:7px;  margin-top: 7px; }

p{ margin: 0 0 21px 0; text-shadow: 1px 1px 1px black; }
p.lead { line-height: 28px; }

blockquote, blockquote p { line-height: 21px; }
blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

hr{ margin: 14px 0 28px; }
img{ margin: 14px 0 7px 0; }

ul, ol { margin-bottom: 21px; }
ul ul, ul ol,
ol ol, ol ul { margin: 7px 0 7px 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 7px; }
li{ line-height: 21px; margin-bottom: 14px; }

html, body{
  height:100%;
}

header{ width: 100%; background-color: coral; position: absolute; left: 0; top:0;}

body{ 
	color: white;
	background-image: url("../Issues/Images/Tree.jpg");
	background-repeat: no-repeat;
	background-position: right 130px;
	background-size: cover;
	padding: 0px;
	font-size: 14px; 
	line-height: 21px;
	margin:0;
	width:100%;
	background-color:black;
}

/* END 7px baseline grid fixes FIXES */

.container{
    max-width:960px;    
	text-align: justify;
	-moz-text-align-last: left; 
	text-align-last: left;  /* this isn't working in Chrome. */
}
h3{ text-align:left; }

/* when Skeleton pops into grid-mode, show the background grid */

@media screen and ( min-width: 550px ){
	.container{
		text-align:left;
		
		padding: 0px;
		
	}
}

/* Now it's wide enough to use text align 'justify' */

@media screen and ( min-width: 1000px ){
	div{
		text-align:justify;
		/* this isn't working in Chrome. */
	}
}