@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

* {margin: 0; padding: 0; outline: 0;}

body {
	background-image:url('img/back.png');
	background-color:#DFE3EB;
	font: 100%/1.3 'Overlock', Verdana, Geneva, sans-serif;
}

.wrap {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}

.active {
	background: #003B4C;
}

.clear {
	clear: both;
}

a {
	color:#802528;
}

a:hover, a:active, a:visited {
	color:#fff;
}

.CollapsiblePanelTab img {
	width:4em;
	height:3em;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
	
	Colors
	---------------------------------
	Light Blue: #DFE3EB
	Maroon: #802528
	Dark Teal: #003B4C
	Light Teal: #00006f
	Light Maroon: #B21E28
	Black: #2E2A25
	
	Font
	----------------------------------
	Overlock
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.4%;
	padding-left: 1.8%;
	padding-right: 1.8%;
	position:relative;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*--------------NAVIGATION ---------------*/
ul.navigation {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.subMenu {
	display:none;
}

.nav a:link {
	text-decoration:none;
	background-color:#802528;
	color:#fff;
}

.nav a:hover {
	background-color:rgba(0,112,120,.5);
}

.nav a {
	display:block;
	text-align:left;
	color: #fff;
	padding: 2%;
	font-size: 1em;
}

.subNavBtn {
	display: block;
	height: 1em;
	width: 20%;
	float: left;
	text-decoration: none;
	padding: 1em 0;
	text-align: center;
	color: #fff;
}

img#headerlogo {
	max-height:15em;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	text-align:center;
}

.intro {
	width:80%;
	background-color:rgba(255,255,255,.8);
	padding: 1em;
	margin: 0 auto;	
	text-align:center;
	font-weight:700;
}

.intro a {
	color:#802528;
	text-decoration:none;
	font-weight:700;
	font-style:italic;
}

.subMenu {
	position: absolute;
	height: 50px;
	z-index: 1000;
	width: 100%;
}

.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}

.inner {
	position: relative;
}

.inner2 {
	position:relative;
	width:90%;
	margin:0 5% 0 5%;
}

.Mlist {
	text-align:center;
}

img.menuFood {
	width:32%;
	display:block;
	margin: 0 auto 0 auto;	
	
}

ul.Apps li, ul.Ents li, ul.Dess li, ul.Catch li {
	list-style:none outside none;
	padding: 0 0 1em 0;
	margin: 0;
	
}

.Mlist li:first-child {
	font-size:2em;
	padding-bottom: .5em;	
}

.Mlist li:nth-child(2n+2) {
	padding:0;
}

p.caption {
	text-align:center;
	font-size:.75em;
	display:block;
}

p.m {
	font-size:1.5em;
	margin-bottom:1em;
}

ul.members {
	list-style-type:none;
	padding:0;
	margin:0;
}

li.mem {
	float:left;
	background-color:#802528;
	width:40%;
	color:#fff;
	padding:1em 2% 1em 2%;
	margin:2%;
}

li.mem2 {
	background-color:#003B4C;
}

iframe.small {
	width:100%;
	margin-bottom:1em;
}

iframe.big {
	display:none;
}

.footer {
	background-color:#2E2A25;
	color:#DFE3EB;
	margin:0;
	padding:1em 2% 1em 2%;
	position:relative;
}

.findus {
	top:1em;
	position:relative;
}

ul.find {
	max-width:100%;
	list-style-type:none;
	display:block;
	margin:0;
	padding:0 0 1em 0;	
}

.bigmap {
	margin-top:2em;
}

#form-main{
	width:100%;
	margin:2em auto 0 auto;
	padding-top:0px;
	position:relative;
	float:left;
}



.feedback-input {
	color:#3c3c3c;
	font-family:'Overlock', Verdana, Geneva, sans-serif;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #003B4C;
	color: #003B4C;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#003B4C;
	border:#003B4C solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Overlock', Verdana, Geneva, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #802528;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #003B4C;
}
	
.submit:hover {
	color: #003B4C;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

.find {
	width:50%;
	position:relative;
}

.back {
	text-align:center;
	width:100%;
	background-color:#fff;
	padding:.5em 2% .5em 2%;
	margin:0 auto 1em auto;
	font-size:1.5em;	
	float:right;
}

a.back, a.back:hover, a.back:active, a.back:visited {
	color:#802528;
}


.subMenu {
	position: absolute;
	z-index: 1000;
	background: #802528;
	top: 25em;
	height:3em;
}

.subMenu .inner {
	padding:0;

}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {	
}

.s1 {
	min-height: 106em;
	top:0em;
}


.s2 {
	min-height: 50em;
	top:2em;
}


.s3 {
	min-height: 40em;
	top:2em
	
}


.s4 {
	min-height: 70em;
	top:2em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.back {
	display:none;	
}


.header {
	
	background-position:bottom center;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin: 1em 0 1em 0;
	position:relative;	
	height:30em;
}

	
.gridContainer {
	width: 78%;
	padding-left: 1%;
	padding-right: 1%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.subMenu {
	display:block;
}


.CollapsiblePanel {
	display: none;
}

.s1 {
	min-height: 92em;
	top:3em;
}

.s2 {
	min-height: 40em;
	top:2em;
}

.s3 {
	min-height: 30em;
	top:2em;
}

.s4 {
	min-height: 30em;
	top:2em;
}


.menuw {
	margin-top:3em;
	padding-top:10em;
	background-image:url('img/sandwich.jpg');
	background-attachment:fixed;
	background-position:center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.Mlist {
	width: 60%;
	text-align:center;
	float:left;
	margin-left:5%;
}

.L {
	margin-bottom:4em;
}


ul.Apps li, ul.Ents li, ul.Dess li, ul.Catch li {
	list-style-type:none;
	padding: 0 0 1em 0;
	margin: 0;
}

img.menuFood {
	float:right;
	width:25%;
	padding-top:1em;
	margin-right:5%
}

p.caption {
	float:right;
	width:25%;
	padding-top:1em;
	margin-right:5%;
	text-align:center;
	
}

.membershipw {
	margin-top:3em;
	padding-top:10em;
	background-image:url('img/ucoint.jpg');
	background-attachment:fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.eventsw {
	margin-top:3em;
	padding-top:10em;
	background-image:url('img/building_12.jpg');
	background-attachment:fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

iframe.small {
	display:none;
}

iframe.big {
	display:block;
}

.bigC {
	padding-bottom: 62.5%;
    width: 100%;
    height: 0;
    position: relative;
}

.bigC iframe.big {
	width: 100%;
    height: 38em;
    position: absolute;
}

.contactw {
	margin-top:3em;
	padding-top:10em;
	background-image:url('img/mail.jpg');
	background-attachment:fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}



#form-main{
	width:30%;
	padding-top:0px;
	position:relative;
	float:right;
}


#form-div {
	
	float: left;
	position: absolute;
}

.findus {
	width:30%;
	float:left;
	font-size:1.25em;
}

.bigmap {
	width:35%;
	float:left;
	position:relative;
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 78%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}

.header {
	background-image:url(img/header.jpg);
	background-position:top center;
	height:40em;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.Mlist {
	width: 70%;
	text-align:center;
	float:left;
	margin-left:5%;
}

img.menuFood {
	float:right;
	width:15%;
	padding-top:1em;
	margin-right:5%
}

p.caption {
	float:right;
	width:15%;
	padding-top:1em;
	margin-right:5%;
	text-align:center;
	
}
}