﻿@import url(https://fonts.googleapis.com/css?family=Ledger);
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

BODY, TD, input, select, textarea {
	font-family: verdana, tahoma, arial;
	font-size: 10pt;
	color: #000;
	line-height: 1.3;
}

a:link, a:visited {
  color: #cc0000;
  text-decoration: none;
}

a:hover {
  color: #cc7a00;
  text-decoration: none;
}

.button {
	color: #FFF !important;
	cursor: pointer;
	border: 1px solid #c09100;
	font-weight: bold;
	font-family: tahoma;
	font-size: 14px;
	padding: 8px 20px;
	background-color: #c09100;
	text-decoration: none;
	transition: .2s all
}
	.button:hover {
		background-color: #FFF;
		color: #c09100 !important;
	}

h1, .header {
	font-size: 18px;
	font-weight: bold;
	color: #bf2424;
}

h2, .subHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.box {
	padding: 20px 10px 20px 20px;
	background-color: #FFF;
	border: 1px solid #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 999;
}

#top, #bottom, #left, #right {
	background: #c09100;
}

#left, #right {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 15px;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#top, #bottom {
	position: fixed;
	left: 0;
	right: 0;
	height: 15px;
}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

.greatVibes {
  font-family: 'Great Vibes';
  color: #cc0000
}

.churchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.ledger{
	font-family: 'Ledger', serif;
	/*font-weight:600;*/
  font-size:20px
}

.italic {
	font-style: italic;
}

@media
/* Fairly small screens including iphones */
only screen and (max-width: 500px),
/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#top, #bottom, #left, #right {
		display: none;
	}
}
