﻿

/* Resources PAGE FROM HERE ON IN */
/*
body {
	background-image: url('../images/woodbackground3.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-size:auto;
	font-family: 'Rufina', serif;
	margin:0px;
	height: 100%;
} */

#mainHero{
	margin-bottom:80px}


figure {
/*	width:498px; */
	margin-bottom: 20px;
	float: left;
	margin-left: 0px;
	padding-bottom:15px;
	background-image:url(../images/figDivide.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* figure img {
	width:225px;
	height:225px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	}
*/	
.figrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.figcolumn {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.figcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .figcolumn {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .figcolumn {
    flex: 100%;
    max-width: 100%;
  }
}	
	
h1 {
	color: #74491f;
	font-style:normal;
	font-weight:100;
	font-size:23px;
	margin: 0;
	margin-bottom: 5px;
	text-align:center;
}

h2	{
	color: #74491f;
	font-size:16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}

h3 {
	font-size:14px;
	margin: 0;
	
	}
p{
		color: #77787b;
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 20px;
	}
figcaption	{
	width: 275px;
	color: #77787b;
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 20px;
	clear: right;
	margin-left:220px;
}

.pdate {
	float:right;
	font-size:10px;
    text-align:right
	
}