@charset "utf-8";
#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

scrollable{
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after{
	content: "";
	display: table;
	clear: both;
}

.photo-credit {
	width: auto;
	padding: .5em 3em .5em 1em;
	color: #E7F2CC;
	background-color:rgba(0,0,0,0.5);
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	font-size: .6em;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	z-index: 200;
	position: absolute;
	top: 97%;
	right: 0;
}

.photo-credit-mobile {
	display: none;
	color: #E7F2CC;
	font-size: .6em;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;	
}

#section {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 58%;
	z-index: 100;
	background-color: #000;
	padding: 1.2em 0;
	background-color:rgba(0,0,0,0.8);
}

#section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000;
}

#section::-webkit-scrollbar {
	width: 10px;
	background-color: #000;
}

#section::-webkit-scrollbar-thumb {
	background-color: #739425;
}

h1 {
	color: #DDEDB8;
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

#cb-logo {
	margin: 0 auto;
	text-align:center;
	display: block;
	width: 30%;
}

p{
	margin: 0 auto;	
	width: 52em;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #E7F2CC;
	font-size: .95em;
	line-height: 1.75em;
	text-align: justify;
	padding: 1em 0;
}

.pullquote {
	color: #B5EF65; 
	font-size: 1.65em;
	line-height: 1.2em;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.pullquote::after {
	content: url(../images/leaves.png);
	width: 5%;
	height: auto;
	margin-left: 10px;
}

/* Responsive Content */

@media screen and (max-width: 1980px) {
	#section {top: 50%;}
	h1 {font-size: 3.2em;}
	.pullquote {font-size: 1.3em;}
}

@media screen and (max-width: 1366px) {
	#section {top: 45%;}
	h1 {font-size: 2.3em;}
	.pullquote {font-size: 1.3em;}
	p {font-size: .83em; line-height: 1.8em;}
}

@media only screen and (max-width: 1024px) {
	#section {top: 40%; height: 40%; overflow: auto;}
	h1 {font-size: 2em;}
	#cb-logo {width: 50%;}
	.pullquote {font-size: 1em;}
	p {width: 65%;}
}

@media only screen and (max-width: 480px) {
	#section {top: 45%; height: 46%; overflow: auto;}
	h1 {font-size: 1.5em; padding-bottom: .2em;}
	.pullquote {font-size: .9em;}
	.pullquote::after {display: none;}
	p {width: 85%; font-size: .8em; line-height: 1.8em;}
	.rwd-break-2 {display: block;}
	.photo-credit {display: none;}
	.photo-credit-mobile {display: block;}
}