/*-----box sizing applied to all allows for box model "fixes" -----*/
* {
  box-sizing: border-box;
}
html {
  position: relative; /* some sticky footer properties here */
  min-height: 100%; /* some sticky footer properties here */
  -webkit-text-size-adjust: none;
}
body {
  margin: 0 0 100px; /* bottom = footer height */
  font-family: Verdana, "Verdana Pro", "Verdana Pro Black", "Verdana Pro Cond", "Verdana Pro Cond Black", "Verdana Pro Cond Light", "Verdana Pro Cond Semibold", "Verdana Pro Light", "Verdana Pro Semibold";
	color: #333333
}
header {
  color: #f8f4ec;
  background-color: #287E8F;
  padding: 30px;
  font-family: "Cooper Black"
}
/* some sticky footer properties here */
footer {
	position: absolute;
	left: 0px;
	bottom: -3px;
	height: 80px;
	width: 100%;
	padding: 20px;
	background-color: #287E8F;
	color: #f8f4ec;
	text-align: center;
}
/* clears floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
body {
	background-color: #71AFBB;
}
div { 
background-color: #F3E9DA;
}
/*-----content area of container and section. Controls columns  -----*/
.container {
 
}
section{

}
article {
  margin: 20px auto;
  line-height: 1.5;
  padding: 20px;
}
article img {
  display: block;
  width: 100%;
}
p {
  margin: 0;
}
h1, h2, h3 {
	margin: 0 0 5px 0;
	color: #cc4327;
}
h1 { font-size: 30px
}
h3 { font-size: 22px
}
a { hover: #71AFBB
}
/*----- top image. the figure is controlling how large the img displays  -----*/
figure#topImage {
  width: 100%;
  margin: 10px auto;
}
figure#topImage img {
  width: 100%;
}
