/* 
==============================================
CONTENT:	Project Name Here
AUTHOR:		Your Name Here
==============================================

TABLE OF CONTENTS:

1. Main Layout
2. Content

==============================================
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/*
font-family:'Perpetua MT W01';
font-family:'Perpetua MT W01 Italic706784';
*/
/* 1. Main Layout ================================= */
* {
  box-sizing: border-box; }

body {
  background: white; }

.pagewrap {
  width: 782px;
  margin: 0 auto; }

.fade-in {
  opacity: 0; }

header {
  margin: 20px 0 0px 0;
  text-align: center; }

/* h1 {
	position: relative;
	display: inline-block;
	font-size: 35pt;
	color: $gold;
	font-family: $serif;
	text-transform: uppercase;
	letter-spacing: 4px;

	em {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		font-size: 25pt;
		font-family: $serifItalic;
		text-transform: none;
		border-bottom: 1px solid $gold;
		height: 17px;

		span {
			padding: 0 18px 0 22px;
			background: white;
		}
	}
} */
h1 {
  margin: 20px 0;
  text-align: center; }
  h1 img {
    width: 230px; }

h2 {
  color: #b5aca6;
  font-family: "Perpetua MT W01 Italic706784", serif;
  text-transform: uppercase;
  padding: 6px 0 0px 0;
  font-size: 16pt;
  letter-spacing: 2px; }

p {
  font-family: "Perpetua MT W01", serif;
  color: #acacac;
  letter-spacing: 1px;
  margin: 21px 0;
  line-height: 130%; }

p a {
  font-family: "Perpetua MT W01", serif;
  color: #acacac;
  text-decoration: none; }

p a:hover {
  font-family: "Perpetua MT W01", serif;
  color: #b5aca6;
  text-decoration: none; }

hr {
  width: 20%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #b5aca6; 
	margin-top: 20px;
	margin-bottom: 20px;

}


a.rollover {
  text-decoration: none; }
  a.rollover img:nth-child(1) {
    display: inline; }
  a.rollover img:nth-child(2) {
    display: none; }
  a.rollover:hover img:nth-child(1) {
    display: none; }
  a.rollover:hover img:nth-child(2) {
    display: inline; }

.slideshow {
  position: relative; }
  .slideshow img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }

.slideshow1 {
  width: 782px;
  height: 470px;
  margin: 20.5px 0; }

.slideshow2 {
  width: 238px;
  height: 355px;
  margin-right: 20.5px;
  float: left; }

.middle-col {
  width: 265px;
  height: 355px;
  margin-right: 20.5px;
  border: 1px solid #b5aca6;
  float: left;
  text-align: center; }
  .middle-col .nancy-headshot {
    width: 140px;
    margin: 16px auto 8px auto; }
  .middle-col div {
    width: 96%;
    height: 97%;
    margin-left: 2%;
    margin-top: 2%;
    border-left: 1px solid #b5aca6;
    border-right: 1px solid #b5aca6; }

.social {
  text-align: center;
  margin: 20px auto; }
  .social img {
    width: 24px; }
  .social a {
    color: #acacac;
    text-decoration: none;
    font-family: "Perpetua MT W01 Italic706784", serif; }

.slideshow3 {
  width: 238px;
  height: 355px;
  float: left; }

footer {
  text-align: center;
  margin: 10px 0; }
  footer p {
    font-family: sans-serif;
    font-size: 7pt;
    color: #c0c0c0; }

/*# sourceMappingURL=main.css.map */
