body {
    position:relative;
	text-align: left;
	font-family: Century Gothic, Futura, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #884e00;
	background-color: #f2e8bb;
}

div.background {
    display: block;
    position:relative;
	padding: 35%;
	background:transparent;
	background-size: cover;
	background-position: center;
    }
	
div.fill-screen {
	background-size: cover;
	background-position: center;
	}
	
.fixed-attachment {
	background-attachment: fixed;
	}

/* background fixed and background cover don't play nicely together on iOS. So background is fixed only on desktops.*/
  /* XXS */ @media only screen and (min-width : 320px)  {
.fill-screen {
	}
.fixed-attachment {
    background-size: auto;
    background-position: center;
    background-attachment: initial;
	}}
  /* XS  */ @media only screen and (min-width : 480px)  {
.fill-screen {
    }
.fixed-attachment {
    background-size: auto;
    background-position: center;
    background-attachment: initial;
	}}
  /* SM  */ @media only screen and (min-width : 768px)  {
.fill-screen {
    }
.fixed-attachment {
    background-size: auto;
    background-position: center;
    background-attachment: initial;
	}}

.rowSpacer100 {
	height: 100px;
	}
	
.rowSpacer50{
	height: 50px;
	}
	
/* div.nav {
	position: relative;
	text-align: left;
	font-size: 1.25em;
	color: #884e00;
	line-height: 2.5;
	letter-spacing: 2px;
	font-weight: bold;
	} */
	
.transbox a:link,
.transbox a:visited {
	color: #884e00;
 }

	
.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
}

div.transbox > ul {
    position: absolute;
	text-align: left;
	font-size: 1.25em;
	color: #884e00;
	line-height: 2.25em;
        list-style-type: none;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px;
        top: 1%;
	left: 80%;
        margin-right: -10%
   }
   
.transbox a:link,
.transbox a:visited {
	color: #884e00;
 }

.dropdown-menu {
    position: unset;
    float: none;
}

.dropdown-menu > li > a {
    font-size: medium;
    letter-spacing: 0;
}

 div.transbox-sm > ul {
    position: absolute;
	text-align: left;
	font-size: 1em;
	color: #3A2305;
	line-height: 2.25em;
        list-style-type: none;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px;
        top: 1.5%;
	left: 5%;
/*     margin-right: -10% */
   }
   
.transbox-sm a:link,
.transbox-sm a:visited {
	color: #3A2305;
 }

.navsm-toggle {
	position: absolute;
	/*   float: left; */
	top: 1%;
	left: 5%;
	color: white;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 5px solid transparent;
	border-radius: 4px;
}
   
div.darkpage{
    position:relative;
	background: #3a2305;
	padding-left: 0px;
	padding-right: 0px;
	}
		
div.lightpage{
    position:relative;
	background: #f2e8bb;
	padding-left: 0px;
	padding-right: 0px;
	}
		
div.lighttext {
	text-align: left;
	font-size: 1.35em;
	color: #F2E8BB;
	line-height: 2;
	}

div.darktext{
	text-align: left;
	font-size: 1.35em;
	color: #3a2305;
	line-height: 2;
/* 	margin-right: 25%;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 5%; */
	}
	
.swirl-background {
	background-image: url(../images/swirl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: .8;
	}

.headingDark  {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 36px;
	color: #3a2305;
	letter-spacing: 2px;
	}
	
.headingLight  {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 36px;
	color: #F2E8BB;
	letter-spacing: 2px;
	}
	
#turtleGoing {
	position: absolute;
	right: 0px;
	}
	
.cornerLeftTop {
	position: relative;
	margin-left: 20%;
	margin-top: 50px;
	}
	
.cornerRightTop {
	float: right;
	margin-right: 20%;
	margin-top: 50px;
	}
	
.cornerLeft {
	position: relative;
	margin-left: 20%;
	margin-bottom: 50px;
	}
	
.cornerRight {
	float: right;
	margin-right: 20%;
	margin-bottom: 50px;
	}
 
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	margin-bottom: 50px;
	} 
	
.vine-light {
	text-align: left;
	color: #F2E8BB;
	line-height: 2;
	}

.local-dark {
	text-align: left;
	color:  #3a2305;
	line-height: 2;
	}
   
a:link {
    color: #CF0A2C;
}

.club-img {
	/*width: 50%;*/
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}

.clubHeader {
	font-size: 1.25em;
	color: #884E00;
	}
	
.clubtitle {
	font-size: .85em;
	margin-bottom: 0px;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
	}

.clubtext {
	font-size: .80em;
	margin-bottom: 0px;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
	}

.clubButton {
	background-color: #CF0A2C;
    border: none;
	border-radius: 12px;
    color: #F2E8BB;
    padding: -10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .75em;
	font-weight: bold;
	width: 125px;
	margin-top: -5px;
	margin-bottom: 20px;
	}

.clubButton a {
	color: #F2E8BB;
}

.clubButton a:link {
	color: #F2E8BB;
}
	
.clubButton:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	}

.clubCenter {
	text-align: center;
	}
	
.club li{
	font-size: .75em;
	color: #CF0A2C;
	line-height: 150%;
	margin-bottom: 0px;
	}

.nav-center {
	display: flex;
	justify-content: center;
	}
		
.nav-pills > li > a {
	font-size: 1.25em;
	font-weight: bold;
	border-radius: 4px;
	color: #3a2305;
	background-color: #f2e8bb;
	margin-bottom: 25px;
	}
.nav-pills > li > a:hover {
	background-color: #b4975a;
  }
.nav-pills > li + li {
	margin-left: 2px;
	}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #3a2305;
  background-color: #b4975a;
}

.tab-content  {
  height: 100%;
}

div.ourStory{
	position:relative;
	text-align: left;
	font-size: 1.25em;
	color: #3a2305;
	line-height: 2;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0%;
	margin-bottom: 5%;
	}

.stories {
		margin-top: 30px;
	}
	
	
	
/* Footer */
div.footer{
color: #884e00; 
}
div.footer a{
color: #884e00; 
}
