/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
}
body {
  background-image:url('background.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  min-height: 100vh;
  background-attachment: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.homesec {
}
h1 {
	padding: 50px 0 0 0;
}

h4 {
	margin: 10px 0 5px 0 !important;
}

dt.contacts {
	width: 15px !important;
	float: left !important;
}

dd.contacts {
	margin: 0 0 0 20px !important;
}

dt.evnts {
	width: 50px !important;
	float: left !important;
	text-align: left !important;
}

dd.evnts {
	margin: 0 0 0 60px !important;
}

p.evnts {
	margin: 0 0 10px 60px !important;
}

div.line {
	margin: 30px 0 30px 0;
	border-width: 0 0 3px 0;
	border-style: dotted;
}

div.linefit {
	overflow: auto;
}

.navbar-default .navbar-brand {
	color: black;
}

.navbar-brand {
  font-size: 28px !important;
  padding: 5px 0px 0 15px !important;
}

.nav > li > a {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
.navbar-collapse {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}
.navbar-default {
	background-color: rgba(255, 255, 255, 0.0);
	border-color:  rgba(255, 255, 255, 0.0);
}
.navbar-header {
	background-color: #f8f8f8;
} 
}

.nav > li {
	margin-right: 0px !important;
	text-align: right;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
.nav > li > a {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
}

@media screen and (max-width: 992px) {
.nav > li > a {
	padding-right: 8px !important;
	padding-left: 8px !important;
}
}

@media screen and (max-width: 767px) {
.nav > li > a {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 15px 130px 15px;
  min-height: 100vh !important;
}
.container .text-muted {
  margin: 20px 0;
}

.onlyprint {
	display: none;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  height: 60px;
}

code {
  font-size: 80%;
}

@media print {
	span.onlyprint {display:inline!important;}
	.dontprint {display: none;}
}

.hometitle {
  font-family: 'Shadows Into Light', cursive;
  font-size: 80px;
  line-height: 110%;
}

.hometitl {
  font-family: 'Shadows Into Light', cursive;
  font-size: 70px;
  line-height: 110%;
}

@media screen and (max-width: 992px) {
.hometitle {
  font-size: 70px;
}	
}

@media screen and (max-width: 992px) {
.hometitl {
  font-size: 60px;
}	
}

@media screen and (max-width: 768px) {
.hometitle {
  font-size: 60px;
}
}

@media (max-width: 575.98px) {
.hometitle {
  font-size: 50px;
}
}

@media (max-width: 575.98px) {
.hometitl {
  font-size: 40px;
}
}

.tagline-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 15px 0px 15px 0px;
	background-image: linear-gradient(to right, rgba(16, 112, 16, 0.2), rgba(16, 112, 16, 0.15), rgba(16, 112, 16, 0.1), rgba(16, 112, 16, 0.05), rgba(16, 112, 16, 0.0));
}

@media screen and (max-width: 768px) {
}

#introRow {
	display: flex;
	align-items: stretch;
}

.introText {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}

.introBox {
	width: 82%;
	margin-left: auto; margin-right: auto; margin-bottom: 0px;
	color: #107010;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 10px 15px 10px 15px;
	display: flex;
}

.introPicHolder {
	padding-right: 0px !important;
}

@media screen and (max-width: 1200px) {
#introPic {
	margin-left: 0px;
}
#introRow {
	display: flex;
	align-items: stretch;
}
.introText {
	font-size: 19px;
}
.introBox {
	width: 455px;
}
}

@media screen and (max-width: 992px) {
#introPic {
	margin-left: 35px;	
}
#introRow {
	display: flex;
	align-items: stretch;	
}
.introText {
	font-size: 15px;
}
.introBox {
	width: 360px;
}
}

@media screen and (width: 768px) {
.introPicHolder {
  width: 100% !important;
}
}

@media screen and (max-width: 768px) {
#introPic {
	width: 100% !important;
	margin-left: 0px;
	margin-bottom: -4%;
	position: relative !important;
	top: 0 !important;
}
#introRow {
	display: block;
	align-items: initial;	
}
.introPicHolder {
	padding-right: 15px !important;
}
.introText {
	font-size: 15px;
}
.introBox {
	width: 95%;
	max-width: 360px;
}
.tagline-area {
	width: calc(100% - 30px) !important;
	margin: 0px 15px 0px 15px;
	background-image: linear-gradient(to bottom, rgba(16, 112, 16, 0.2), rgba(16, 112, 16, 0.15), rgba(16, 112, 16, 0.1), rgba(16, 112, 16, 0.05), rgba(16, 112, 16, 0.0));
}
#imageHolder {
  border-radius: 20px 20px 0 0 !important;
}
}

@media (max-width: 575.98px) {
#imageHolder {
  min-height: inherit !important;
}
}

@media (max-width: 420px) {
.tagline-area {
	padding: 0px !important;
	background-image: linear-gradient(to bottom, rgba(16, 112, 16, 0.2), rgba(16, 112, 16, 0.15), rgba(16, 112, 16, 0.1), rgba(16, 112, 16, 0.05), rgba(16, 112, 16, 0.0));
}
.introBox {
	width: 100%;
	min-width: fit-content !important;
	border-radius: 0 0 20px 20px !important;
}	
.introText {
	font-size: 13px;
}
}

#contctOne, #contctTwo, #contctThree {
 display: inline-block;
 margin-left: auto;
 margin-right: auto;
 width: 199px;
 height: 73px;
}

.events-pdf {
	font-weight: 700;
	font-size: 16px;
	padding: 17px 0 0 120px !important;
	text-align: right !important;
	float: right;
}

@media screen and (max-width: 992px) {
.events-pdf {
	padding: 5px 0 0 120px !important;
}
}

.eventyear > div > .homesec {
	display: none;
}

#eventyear > div > div > div > h1 {
	margin-top: 15px !important;
}

.eventyear > div > div > div > h1 {
	margin-top: 50px !important;
}










