@charset "utf-8";
/* CSS Document */




p {font-family: 'Open Sans', sans-serif;
	margin:0 0 15px;
}

h1 {font-family: 'Cormorant SC', serif;
}

h2, h3, h4 {font-family: 'Cormorant Garamond', serif;
}

nav li {font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

p.caption {
	font-size: 12px;
	font-style: italic;
	padding: 8px;
	text-align:center;
}

.well p {
	font-size: 12px;
}

.well h4 {
	font-size: 22px;
}

.well li {
	font-size: 16px;
}

.list-unstyled {font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

.navbar-brand {
	font-family: 'Cormorant SC', serif;
}

.jumbotron {background: none;
	padding-top: 68px;
	padding-bottom: 0px;
}

.jumbotron h1 {
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: .8;
}

.jumbotron h2 {
	font-family: 'Mrs Saint Delafield', serif;
	font-size: 40px;
	text-align: center;	
}

.jumbotron a {
	color:#333;
}

.jumbotron a:hover {
	color:#333;
}

.page-header {
	align-content: center;
	border-bottom: none;
	margin:10px 0 45px 0;
}

.navbar-default {
	border-bottom: 2px dotted black;
}

.commDescrip {
	margin: 50px 0;
}

.commDescrip p {
	font-size: 16px;
	margin: 50px 0
}

.banner {
	padding-bottom: 10px;
	border-bottom: 2px dotted black;
	margin-bottom: 20px;
}

.date {
	font-size: 12px;
	font-style: italic;
}

.signature {
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
}

.btn-primary {
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer {
	padding-top: 25px;
	margin-top: 50px;
	border-top: 2px dotted black;
}

.note {
	font-size: 11px;
}

.lead {
	font-size: 14px;
	font-style: italic;
}

@media screen and (max-width: 768px) {
  	.jumbotron h2 {
    font-size: 30px;
  	}
	body {
	font-size: 16px;
	}
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.table {
	margin-bottom: 40px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f5f5f5;
}

.dotted {
	border-top: 3px dotted #ccc;
}