body {
	font-family: 'Kameron', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	color:#320000;
	background-image: url("images/background.jpg");
	background-color: #ffffff;
	margin-top: 10px;
	}

html {
	overflow-y: scroll;
	}

a {
	color: #0834b4;
	text-decoration: underline;
	}

a:hover {
	color: #914ad9;
	text-decoration: underline;
	}

a:focus {
	text-decoration: underline;
	}

h1 {
	font-size: 25px;
	color: #990000;
	font-family: 'Ultra', serif;
	line-height: 28px;
	}

h2 {
	font-family: 'Kameron', serif;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
	color: #990000;
	margin-bottom: 3px;
	margin-top: 14px;
	}

h3 {
	font-family: 'Kameron', serif;
	font-size: 20px;
	font-weight: bold;
	color: #b78c2e;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-top: 8px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB619;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	border: 0px;
	clear: both;
	}


ul, li {
	line-height: 20px;
	padding-bottom: 10px;
	list-style-position:outside;
	padding-left: 2px;
	margin-left: 10px;
	}

header {
	position: relative;
	display: block;
	height: 340px;
	background-image: url("images/top-image.jpg");
	}

footer {
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Kameron', serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	background-color: #ffff00;
	clear: both;
	}

#logo {
	z-index: 90;
	top: 20px;
	left: 20px;
	width: 325px;
	height: 228px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	}

#wrapper {
	border-color: #ff8c00;
	border-bottom-width: 10px;
	border-top-width: 6px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-image: url("images/wrapper-background.jpg");
	border-style: solid;
	width: 96%;
	max-width: 1500px;
	margin: auto;
	box-shadow: 1px 4px 6px;
	}

#content {
	float: left;
	padding: 0px 15px 2px 15px;
	margin-bottom: 15px;
	}

.special-icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.specials {
	display: block;
	border-radius: 8px;
	background-color: #2D2D2D;
	padding: 12px;
	float: left;
	max-width: 100%;
	margin-bottom: 5px;
	}

.specials h2 {
	font-size: 24px;
	line-height: 26px;
	color: #FFB619;
	}

.centered {
	align-content: center;
	text-align: center;
	}

.facebook {
	width: 150px;
	float: left;
	background-color: #262626;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 13px;
	}

.facebook a {color: #fff;}

.facebook a:hover {color: #c6d2ff;}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;
	}

.right2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}

.left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}
	
.grow-area {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
	margin-top: 20px;
	}

.grow-item {
	font-family: 'Kameron', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	margin-bottom: 14px;
	line-height: 20px;
	text-align: center;
	}
	
.grow-item:hover {color: #13218f;}

.grow img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
	}

.grow:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
	}

.grow {
	overflow: hidden;
	margin-bottom: 8px;
	}

.cycle-slideshow {
	z-index: 80;
	}

/* Create two equal columns that sits next to each other */
.row {
	display: flex;
	width: 45%;
	flex-direction: row;
 	}
  
.column {
	flex: 50%;
	float: left;
	padding: 15px;
	}

.slide-container {
	max-width: 700px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.slide-container-right {
	max-width: 700px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #FFB619;
	font-weight: normal;
	font-style: italic;
	}
	
.social-facebook {
	background-image: url('images/facebook-hover.png');
	width: 35px;
	height: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}

.social-facebook:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-instagram {
	background-image: url('images/instagram-hover.png');
	width: 35px;
	height: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}

.social-instagram:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.banner {
	background-color: #f20000;
	padding: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}
	
.map {
	width: 80%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
.video-wrapper {
	width: 500px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
		
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}

.banner h3 {font-size: 24px;}

.sig {
	font-size: 11px;
	background-color: #ff8c00;
	width: 120px;
	text-align: center;
	max-width: 960px;
	margin: auto;
	color: #990000;
	padding: 2px 4px;
	box-shadow: 4px 4px 6px;
	}

.skip-link {
    position: fixed;
    top: -300px;
    padding: 6px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 5px;}


/***************************** Navigation ******************************/

nav {
	font-family: 'Kameron', serif;
	width: 100%;
	float: left;
	text-decoration: none;
	background-color: #990000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 316px;
	}

nav a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	}

nav a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #ffff00;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	/*justify-content: space-around; */
	}

nav ul li {
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}

nav ul li:hover {
	background-color: #000;
	text-decoration: none;
	}

/**************** Responsive Styles *****************/
@media screen and (max-width: 1420px) {

.row {width: 40%;}

}

@media screen and (max-width: 1290px) {
	
.right {
	float: right;
	width: 50%;
	margin-left: 15px;
	margin-bottom: 12px;
	}

.row {width: 100%;}

}

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

.slide-container {
	width: 70%;
	float: right;
	}
	
.map {
	width: 70%;
	float: right;
	margin-left: 15px;
	}
	
.grow img {max-width: 96%;}

}


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

nav ul li a {font-size: 14px;}

.slide-container {
	width: 100%;
	float: left;
	margin-left: 0px;
	}
	
.map {
	width: 100%;
	margin-left: 0px;
	max-height: 400px;
	}

.right {width: 50%;}

}

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


nav ul li a {font-size: 16px;}

nav ul {flex-wrap: wrap;}

nav ul li {
	flex:1 1 25%;
	border: solid #000 1px;
	}

.slide-container-right {
	margin-left: 0px;
	}

.slide-container-left {
	max-width: 600px;
	margin-right: 0px;
	}

}

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

.specials {
	padding: 10px;
	}
	
.grow-item {
	font-family: 'Kameron', serif;
	font-size: 18px;
	color: #990000;
	margin-bottom: 10px;
	line-height: 20px;
	}


.right {margin-left: 0px; width: 100%;}

.left {margin-right: 0px; width: 100%;}



}

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

#logo {
	z-index: 90;
	top: 24px;
	left: 10px;
	width: 220px;
	height: 154px;
	background-image: url("images/logo-small.png");
	background-repeat: no-repeat;
	position: absolute;
	}
	
.row {flex-direction: column;}

}

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

nav ul li {flex:1 1 50%;}



.grow-item {
	font-size: 15px;
	font-weight: normal;
	}

}


/***************************** Cycle2 ******************************/
/******* pager **********/
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}

.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ffff99; cursor: pointer; padding-right: 10px;
	}

.cycle-pager span.cycle-pager-active { color: #ff8c00;;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .9;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 10% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 90% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=80) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


