@charset "UTF-8";

* {
	font-family: 'Raleway', sans-serif;
	
}

.titleText {
	font-family: 'DM Serif Text', serif;

}

.centerText  {
	text-align: center;
	
}

.twofive-em {
	font-size: 2.5em;
	
}

.onefive-em {
	font-size: 1.5em;
	
}

.marginAuto {
	margin: auto;
	
}

#mainNav {
	min-height: 88px;
	padding-left: 5%
		
}

.nav-link {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	
}

#mainTitle {
	font-size: 2.5em;
	transition: color .75s;
/*	display: none;*/
	
}


#mainTitleMobile {
	font-size: 2.5em;
	display: none;
	
}

#secondaryTitle {
	color: rgba(255, 255, 255, 0.49);
	font-size: 2.5em;
	transition: color .75s;
/*	margin-right: auto;*/
	
}

#secondaryTitle:hover {
	color: white;
/*	font-size: 2.3em;*/
	
}

#secondaryTitle:hover ~ #mainTitle {
	color: rgba(255, 255, 255, 0.49);
/*	font-size: 2em;*/
	
}

#pageNav {
	background-color:#DBC7AE;
/*	z-index: 100;*/
	
}

#headerImg {
	max-height: 600px;
	object-fit: cover;
	width: 100%;
}

#headerSplash {
	position: relative;
	text-align: center;
	
}

#headerTitle {
	color: white;
    left: 0;
    position:absolute;
    text-align:center;
    top: 42%;
    width: 100%;
	text-shadow: 0px 0px 40px black;
	padding-left: 74px;
	padding-right: 74px;
}

#viewer {
	margin: auto;
	width: 800px;
	height: 50vh;
	
}

#birdingEvents {
	display: none;
	
}

#grocEvents {
	display: none;
	
}

#bodyNav {
	flex:1;
	font-size: 1.5em;
	text-decoration:underline;
	
}

.blockContainer {
	height: auto;
	padding-bottom: 50px;
	background: white;
	filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.28));
/*	z-index: 0;*/
	
}

#bottomQuote {
    max-width: 690px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	
}

#infoContainer > h2 {
	text-align: center;
	padding-top: 30px;
	
}

#infoContainer {
/*	margin-top: 50px;*/
	
}

.aboutLink {
	padding-top: 20px;
	
}

.cardInfo {
/*	background: green;*/
/*	height: 400px;*/
/*	padding-left: 12%;*/
	padding-top: 30px;
/*	max-width: 800px;*/
	color: white;
	background-color: rgb(7, 54, 48);
	padding-bottom: 30px;
	margin-top: 40px;
	padding-left: 26%;
	padding-right: 20px;
	
}

.eventCards {
	height:auto;
	overflow-x: scroll;
/*	white-space: nowrap;*/
	display: flex;
	flex-wrap: nowrap;
/*	margin-left: 100px;*/

}

.grocIndex {
	background-color: white;
/*	z-index: 100;*/
	position: relative;
	
}

.card {
/*	display: inline-block*/

}

.btn-light > a {
	text-decoration: none;
	color: black;
	
}

.btn-light:hover {
	background-color: rgb(105, 160, 153);
	
}

.btn-light > a:hover {
	color: white;
	
}

.reviewsContainer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 10%;
	margin-right: 10%;
	min-height: 550px;
	
}

.stars {
	padding-top: 50px;
	color: #e58b32;
/*
	margin:auto;
	position:relative;
*/
}

#activitiesContainer {
    padding-top: 30px;
	
}

.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

.carousel-caption > * {
	text-shadow:2px 2px 3px black;
	
}

#carouselExampleInterval {
	height: auto;
	
}

.review {
  margin: 0;
/*  position: absolute;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}

.panoBreak {
    height: 100%;
	min-width: 100%;
	object-fit: cover;
	margin: 0;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	
}

#panoBreakContainer {
	height: 650px;
	width: 100%;
	background: white;
/*	z-index: 100;*/
	position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
	
}

#carouselExampleInterval {
/*	z-index: 100;*/
	
}

#lucienFooter {
	height: auto;
	width: 100%;
	background: rgb(7, 54, 48);
	margin-top: 60px;
	position: relative;
	
	
}

#lucienFooter ul {
	color: white;
	list-style-type: none;
	
}

#lucienFooter a {
	text-decoration: none;
	color: white;
}

#lucienFooter a:hover {
	color: rgba(255,255,255,0.66);
	
}

.spacer {
	width: 100%;
	height: 80px;
/*	z-index: 100;*/
	position: relative;
	background-color: white;
	
	
}

#grocInfo {
/*
	color: white;
	background-color: rgb(7, 54, 48);
	padding-bottom: 30px;
	margin-top: 40px;
	padding-left: 20%;
	
*/
}

#birdingInfo {

}

#birdingIndex {
	margin-top: 50px
	
}


#activitiesDetails {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 50px;
}

.actButton {
    font-size: 2EM;
	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: rgba(7,54,48,1.00);
	
 }

.nav-pills .nav-link {
	border-radius: 0px;
	
}

.accordion-header .accordion-button {
	background-color: rgba(7,54,48,1.00);
	color: white;
}

.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
	
}

.accordion-header .collapsed {
	background-color: white;
	color: black;
	
}

#panoBreakMobile {
	display: none;
	
}

.trail-arrowRight {
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 5em;
	
}

.trail-titleContainer {
	border: 1px solid black;
	border-radius: 5px;
	width: 100%;
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
/*	height: 150px;*/
	
}

.trail-title {
/*	height: 80px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}


.trail-thumb {
	width: 100%;
	height: 130px;
/*	position: absolute;*/
	object-fit: cover;
	border-radius: 5px;
	
}

.trail-thumbContainer {
	height: 100%;
	
}


.trail-dropWrap {
	margin-top: 30px;
}

.trail-dropContainer {
	border: 1px solid black;
	border-radius: 5px;
	height: 400px;
	
	
}


#lucienHistoryContainer {
    max-width: 800px;
    
}

#carouselHistoryCaptions {
    max-width: 800px;
    margin: auto;
    
}

.tab-pane {
	font-size: 1.1em;
	
}

.showMobile {
	display: none;
	
}

#ritLogo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: none;
	
}

.directions {
	padding-top: 50px;
	max-width: 1000px;
}

#landingVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.landingContent {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.linksBox {
	width: 800px;
	
}

.absoluteCenter {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}

.landingLink {
/*	white-space: nowrap;*/
	padding-bottom: 10px;

}

.landingLink a {
	text-decoration: none;
	color: white;
	
}

.landingLink a:hover {
	color: rgba(0,0,0,0.63);
	
}

.landingLink .borderBox:hover {
	background-color: rgba(255,255,255,0.80);
	
}

.landingLink h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
}

#landingTitle {
/*	position: relative;*/
	padding-top: 30vh;
	padding-bottom: 80px;
/*	max-width: 800px;*/
	
}

.borderBox {
		padding-top: 10px;
	border: 1px solid white;
	border-radius: 20px;
}


/*
#whiteTrail-title:active {
	color: red;
	
}

.trail-titleClick:hover + .trail-dropWrap {
	height: 400px;

	
}

.trail-dropWrap {
		-webkit-transition: height 0.5s linear;
       -moz-transition: height 0.5s linear;
        -ms-transition: height 0.5s linear;
         -o-transition: height 0.5s linear;
            transition: height 0.5s linear;
	
}

