body {
	margin: 0px;
	font-family: georgia;
}
body#rootPageHome {
	background: none;
	background-color: #858585;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
header {
	/*background-image: url(/hamptons-main-photo.jpg);*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 100vh;*/
}
#navWrap {
	background-color: #858585;
}
nav {
	display: grid;
	grid-template-columns: 1fr 1fr 600px 1fr 1fr;
	max-width: 1580px;
	margin: 0 auto;
	/*display: none;*/
}
nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	padding: 0 20px;
	text-shadow: 1px 1px 4px #000000;
	letter-spacing: 2px;
}
header h1 {
	text-align: center;
	padding: 19px 11px 22px 56px;
	width: 500px;
	margin: 0 auto;
	background-image: url(/tx.png);
	background-position: center left;
	background-size: 62px;
	background-repeat: no-repeat;
	/*display: none;*/
}
header h1 a {
	text-transform: none;
	font-size: 44px;
	font-family: georgia;
	display: block;
	padding: 0;
	letter-spacing: 2px;
	color: #DCF4FE;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.188);
}
header nav a:hover, header nav a.active {
	color: #DCF4FE;
}
header div#imgWrap {
	width: 97.2vw;
	margin: 0 auto;
}
header img {
	width: 100%;
	max-width: 1580px;
	height: auto;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*+box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.350);*/
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.350);
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.350);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.350);
	margin: 0 auto;
	display: block;
}
@media only screen and (min-width: 1080px) and (max-width: 1366px) {
	nav {
		display: grid;
		grid-template-columns: 1fr 1fr 300px 1fr 1fr;
		margin: 0 auto;
	}
	header h1 {
		padding: 19px 11px 22px 56px;
		width: 291px;
	}
	header h1 a {
		font-size: 41px;
	}
}
@media only screen and (min-width: 840px) and (max-width: 1079px) {
	nav {
		display: grid;
		grid-template-columns: 1fr 1fr 278px 1fr 1fr;
		max-width: 960px;
		margin: 0 auto;
	}
	nav a {
		font-size: 12px;
		padding: 0px;
		letter-spacing: 1px;
	}
	header h1 {
		padding: 19px 0px 22px 56px;
		width: 222px;
	}
	header h1 a {
		font-size: 34px;
	}
}
section#mainHome {
	padding: 66px 0 76px;
}
section#mainHome p {
	max-width: 878px;
	margin: 0 auto;
	padding: 0 12px;
	text-align: justify;
	font-size: 26px;
	color: #DCF4FE;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.838);
	font-style: italic;
	line-height: 40px;
}
section#subWrap {
	max-width: 1128px;
	min-height: 510px;
	margin: 0 auto;
	padding: 50px 20px 40px;
}
a#fb {
	background-image: url(/facebook-icon.png);
	background-position: center left;
	background-size: 32px;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	padding: 11px 0 0 41px;
	text-decoration: none;
	color: #DCF4FE;
	font-family: sans-serif;
	margin: 22px auto 0;
	width: 183px;
}
footer {
	background-color: #022432;
	/*height: 138px;*/
	color: #D5F1FD;
	text-align: center;
	padding: 60px 0 74px;
	border-top: 2px solid #FFFFFF;
}
footer p {
	margin: 0 0 16px 0;
	font-size: 26px;
}
footer a {
	color: #D5F1FD;
	text-decoration: underline;
	display: inline-block;
	font-size: 13px;
	padding: 0 12px;
	font-family: sans-serif;
}
footer a:hover {
	color: #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 839px) {
	header {
		overflow: hidden;
	}
	nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 54px 54px 54px;
		max-width: 360px;
		margin: 0 auto 17px;
		height: auto;
		padding: 0 0 7px 0;
	}
	nav a {
		font-size: 15px;
		padding: 0px;
		letter-spacing: 1px;
		/*height: 25px;*/
		background-color: #979797;
		margin: 4px;
		/*+border-radius: 3px;*/
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		/*display: none;*/
	}
	header h1 {
		padding: 19px 0px 22px 56px;
		width: 222px;
		grid-row-start: 1;
		grid-column-start: 1;
		grid-column-end: 3;
		/*display: none;*/
	}
	header h1 a {
		font-size: 34px;
		height: 78px;
		background-color: transparent;
	}
	header img {
		width: 92%;
		padding: 0;
		margin-bottom: 8px;
	}
	section#mainHome {
		padding: 21px 0 51px;
	}
	section#mainHome p {
		max-width: none;
		padding: 0 18px;
		text-align: justify;
		font-size: 20px;
		line-height: 32px;
	}
	footer {
		padding: 48px 0 41px;
	}
	footer p {
		font-size: 22px;
	}
	footer a {
		display: block;
		font-size: 16px;
		padding: 7px 5px;
	}
}
#subWrap {
}
#subWrap h1 {
	margin: 0 0 19px 0;
	color: #3D4D5B;
	text-shadow: 1px 1px 1px #DCF4FE;
	font-size: 31px;
}
#subWrap h2 {
	margin: 0 0 12px 0;
}
#subWrap h3 {
	margin: 0 0 12px 0;
}
#subWrap h4 {
	margin: 0 0 12px 0;
}
#subWrap p {
	margin: 0 0 14px 0;
	font-size: 17px;
	line-height: 25px;
}
#subWrap a {
	color: #995C60;
	text-shadow: 1px 1px 1px #DCF4FE;
}
table#familyDb {
	margin: 36px 0 0;
	border-collapse: collapse;
	font-family: sans-serif;
	border: 1px solid #858585;
	/*+box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.162);*/
	-moz-box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.162);
	-webkit-box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.162);
	box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.162);
}
table#familyDb tr th {
	font-size: 14px;
	background-color: #858585;
	color: #FFFFFF;
	padding: 5px 4px 7px;
	font-weight: normal;
}
table#familyDb tr td {
	font-size: 14px;
	padding: 4px;
	border: 1px solid rgba(132, 132, 132, 0.342);
}
table#familyDb tr:nth-of-type(odd) {
	background-color: #DCF4FE;
}
table#familyDb tr:nth-of-type(even) {
	background-color: #F7F7F7;
}
table#familyDb tr th:nth-of-type(3) {
	min-width: 199px;
}
table#familyDb tr td:nth-of-type(3) {
	font-size: 12px;
}
table#familyDb tr th:nth-of-type(4), table#familyDb tr th:nth-of-type(5), table#familyDb tr th:nth-of-type(6) {
	min-width: 101px;
}
table#familyDb tr td:nth-of-type(7), table#familyDb tr td:nth-of-type(8) {
	font-size: 12px;
}
form.formStyle {
}
form.formStyle label {
	display: block;
	padding: 7px;
	vertical-align: top;
}
form.formStyle span {
	display: inline-block;
	width: 99px;
	text-align: right;
	font-size: 16px;
	padding: 4px 8px 0 0;
	vertical-align: top;
}
form.formStyle span span.req {
	font-style: italic;
	font-size: 11px;
	color: red;
	background-color: yellow;
	padding: 2px 5px 2px 0;
	transition: all 0.3s ease;
	display: none;
	opacity: 0;
	width: 75px;
}
form.formStyle input[type=text] {
	font-family: sans-serif;
	padding: 4px;
	font-size: 16px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	width: 195px;
	transition: all 0.3s ease;
}
form.formStyle input[type=text].req, form.formStyle textarea.req {
	background-color: yellow;
	border: 1px solid red;
}
form.formStyle textarea {
	font-family: sans-serif;
	padding: 4px;
	font-size: 16px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	height: 80px;
	width: 195px;
	transition: all 0.3s ease;
}
form.formStyle input[type=submit] {
	font-size: 15px;
	font-family: sans-serif;
	padding: 4px 8px;
	background-color: #DCF4FE;
	border: 1px solid #858585;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
form.formStyle input[type=submit]:hover {
	background-color: #BBE8FB;
}
form.formStyle img#loading {
	vertical-align: top;
	position: relative;
	bottom: 6px;
	display: none;
}
p.successMsg {
	color: green;
}
div#prayerRequests {
	margin: 49px 0 0;
}
div#prayerRequests h2 {
	text-align: center;
	margin: 0 0 26px 0;
}
div#pButtons {
	border-bottom: 1px solid #858585;
	padding: 0 0 18px 0;
	text-align: center;
}
div#pButtons a {
	border: 1px solid #816466;
	text-decoration: none;
	padding: 7px 12px;
	margin: 8px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: sans-serif;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.4s ease;
	text-shadow: none;
	/*+box-shadow: 2px 2px 2px 1px rgba(128, 100, 102, 0.641);*/
	-moz-box-shadow: 2px 2px 2px 1px rgba(128, 100, 102, 0.641);
	-webkit-box-shadow: 2px 2px 2px 1px rgba(128, 100, 102, 0.641);
	box-shadow: 2px 2px 2px 1px rgba(128, 100, 102, 0.641);
}
div#pButtons a:hover {
	background-color: #816466;
	color: #FFFFFF;
}
div.prayer {
	background-color: #DCF4FE;
	padding: 25px;
	margin: 0 0 27px 0;
	border-bottom: 1px solid #858585;
}
div.prayer:nth-of-type(even) {
	background-color: rgba(158, 213, 245, 0.402);
}
div.prayer p:first-of-type {
	font-weight: bold;
}
div.prayer p:last-of-type {
	font-size: 14px !important;
	font-style: italic;
}
/*CALENDAR*/
table.fullCalendar {
	width: 100%;
	border-collapse: collapse;
	margin: 70px 0;
}
table.fullCalendar tr td {
	border: 1px solid #D7D7D7;
	width: 14.285714%;
	height: 70px;
	padding: 0;
	vertical-align: top;
}
table.fullCalendar tr th {
	color: #232323;
	font-size: 14px;
	padding: 5px;
}
table.fullCalendar #calDisplayMonth {
	font-weight: bold;
	font-size: 18px;
}
table.fullCalendar #calPrevLink {
	padding: 0px 5px;
	border-bottom: 0 none transparent;
}
table.fullCalendar #calNextLink {
	padding: 0px 5px;
	border-bottom: 0 none transparent;
}
table.fullCalendar tr td.noDay {
	background-color: #EEEEEE;
}
table.fullCalendar tr td span.calendarDay {
	display: inline-block;
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 1px 4px;
	background-color: #EEEEEE;
	float: right;
	font-size: 12px !important;
	border-bottom-left-radius: 2px;
}
table.fullCalendar tr td div.eventData {
	display: inline-block;
	margin: -12px 0 0;
}
table.fullCalendar tr td div.eventData a {
	display: block;
	border-bottom: 0 none transparent !important;
	text-decoration: none !important;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 0px 5px;
	font-size: 12px !important;
	line-height: 17px !important;
}
table.fullCalendar tr td div.eventData span.eventTitle {
	display: inline-block;
	font-size: 12px !important;
	line-height: 17px !important;
	margin-bottom: 0px !important;
	padding: 0;
}
table.fullCalendar tr td div.eventData span.eventTime {
	display: inline-block;
	font-size: 11px !important;
	line-height: 17px !important;
	margin-bottom: 0px !important;
}
.bdayEntry {
	font-size: 13px;
	font-family: sans-serif;
	padding: 4px;
	text-align: center;
	color: #3D4D5B;
	background-color: #DCF4FE;
	border-bottom: 1px solid rgba(128, 100, 102, 0.222);
}
/*CONTACT FORM*/
.webForm {
}
.webForm p#formSuccess {
	font-weight: bold;
	font-size: 16px;
	background-color: #E3FFE3;
	padding: 10px;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #434343;
	display: none;
}
.webForm p#formError {
	font-weight: bold;
	font-size: 16px;
	background-color: #FEDDDD;
	padding: 10px;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #434343;
	display: none;
}
.webForm span.required {
	display: block;
	margin: 0 0 5px 0;
	color: #A90000;
	font-size: 13px;
	position: relative;
	left: 3px;
	display: none;
}
.webForm input[type=text] {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	padding: 5px;
	font-size: 15px;
	width: 75%;
	color: #232323;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.webForm input[name=code] {
	width: 25%;
	-webkit-appearance: none;
}
.webForm input[type=submit] {
	cursor: pointer;
	width: 100px;
	font-size: 15px;
	color: #232323;
	background-color: #EEEEEE;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	padding: 4px 5px;
	border-bottom: 2px solid #C7C7C7;
	transition: all 0.2s ease;
	-webkit-appearance: none;
}
.webForm input[type=submit]:hover {
	background-color: #D7D7D7;
}
.webForm img#loader {
	vertical-align: top;
	position: relative;
	top: 9px;
	left: 5px;
	display: none;
}
.webForm #captchaImg {
	position: relative;
	top: 0px;
	left: 4px;
	border: 1px solid black;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	padding: 4px;
	vertical-align: bottom;
}
.webForm textarea {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	padding: 5px;
	font-size: 15px;
	width: 75%;
	height: 100px;
	color: #232323;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
table.formTable {
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
}
table.formTable label {
	font-size: 15px;
	position: relative;
	top: 4px;
}
table.formTable tbody tr td {
	vertical-align: top;
	padding: 5px;
}
table.formTable tbody tr td:nth-of-type(1) {
	text-align: right;
	width: 20%;
}
.webForm .errorRequired {
	background-color: #FEDDDD;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	table.formTable tbody tr td:nth-of-type(1) {
		text-align: right;
		width: 30%;
	}
	.webForm input[type=text] {
		width: 85%;
	}
	.webForm input[name=code] {
		width: 25%;
	}
	.webForm textarea {
		width: 85%;
	}
	.webForm #captchaImg {
		top: -3px;
	}
}
