@charset "UTF-8";
/* CSS Document */

/* dark blue= #0e2528, blue=#1c3e40, cream=#f3fafb, light green=#608344, green=#365f2e,*/
body{
	background-color:#f3fafb;
	}
/* type*/

h1{
	font-family:Avenir Next, Avenir, Helvetica, sans-serif;
	font-size:45pt;
	font-weight: bold;
	color:#0e2528;
	line-height:48pt;
	
}
h2{
	font-family:Avenir Next, Helvetica, sans-serif;
	font-size:25pt;
	font-weight: bold;
	color:#0e2528;
}
h3{
	font-family:Avenir Next, Helvetica, sans-serif;
	font-size:20pt;
	font-weight: bold;
	color:#0e2528;
}
P{
	font-family: Avenir Next, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	color: #0e2528;
	line-height: 24pt;
}
.small{
	font-family:Avenir Next, Helvetica, sans-serif;ji
}
.title-area h1{
	color: #f3fafb;
	font-weight:normal;
}
.home-top{
	background-size: cover;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
/* nav */

.top-bar {
	background: #0e2528; 
	font-family: Avenir Next, Helvetica, sans-serif;
	z-index: 4;
}
.top-bar-section ul li > a {
	color: #f3fafb;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #0e2528; 
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #f3fafb;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #365f2e ;
	color: #f3fafb;
}
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	background-color:  #847367;
	color: #0e2528;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #608344;
	color: #f3fafb;
}
/*pagination*/
ul.pagination li.current a, ul.pagination li.current button {
    background: #847367;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
    background: #d2a588;
}
ul.pagination li a, ul.pagination li button {
  color: #847367;
}
ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
  background: #a6c1de;
  color: #FFFFFF;
}
/*rows*/
.catch{
	
	background-color:#1c3e40;
	padding:30px 0;
	display:block;
	background-repeat: no-repeat;
}
.contact h1{
  margin:20px 0px;
  font-size: 40pt;
  color:#f3fafb;
}
.contact p{
	color:#f3fafb;
	}
.specials {
	color:#f3fafb;
	padding-top:50px;
}
.provide{
	padding-top:120px
}
.about{
	margin-bottom:10px;
}
/*images*/
.logo{
	padding-top:30pt;
	display: block;
}
.bee{
	background-size: cover;
	background-image: url(../images/end-background.jpg);
	background-repeat: no-repeat;
}
/*footer*/
footer{
	background-color:#0e2528;
	
}
footer h1, footer p, small{
	color:#f3fafb;
}
footer h1{
	font-size: 15pt;
	font-weight:normal;
}
footer p{
	font-size: 10pt;
	line-height:15pt;
}
footer img, footer small{
	vertical-align: middle;
	display:block;
}
.facebook{
	padding:0px 0px 40px 80px;
	}
.cop{
	padding-right:20px;
	}
@media only screen and (max-width: 640px) {
	h1{
	font-family:Avenir Next, Helvetica, sans-serif;
	font-size:20pt;
	font-weight: bold;
	color:#0e2528;
	}
	
	} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
