body { margin: 0; font: 16px/1.85em 'Open Sans', Arial, Abel-Regular, Helvetice Neue, sans-serif; color: #65646a; font-weight: 300; font-style: normal; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; background: url(../images/pagebg.jpg) repeat top center #2a0800; background-position: center center; background-attachment: fixed; }
/* The stylesheet used with the sidebar stops */
html {

	}

@font-face {
    font-family: 'Abel-Regular';
    src: url(../fonts/Abel-Regular.ttf);
}

a { text-decoration: none; color: #71ccd8; }
a:hover { text-decoration: none; color: #71ccd8; }
a:focus { text-decoration: none; color: #71ccd8; }
a:visited { text-decoration: none; color: #71ccd8; }
a:visited:hover { text-decoration: none; color: #71ccd8; }

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Arial, Helvetice Neue, color: #65646a; sans-serif; }

.contact { font-size: 24px; color: #747474; text-align: left; }
.resources {
font-size: 18px;
color: #747474;
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
white-space: normal;
}
.intro { top: 50%; font-size: 18px; color: #747474; }
.blurb { font-size: 14px; color: #ffffff; }

.index {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
          position: relative;
}



::-webkit-input-placeholder {
   color: #3a3a3a; }

:-moz-placeholder { /* Firefox 18- */
   color: #3a3a3a; }

::-moz-placeholder {  /* Firefox 19+ */
   color: #3a3a3a; }

:-ms-input-placeholder {
   color: #3a3a3a; }

.clear	{ clear: both; }
.shadow {  box-shadow: 0px 0px 3px #4b4b4b; }
.margin30 { margin-top: 30px; }
.topmargin { margin-top: 150px; }

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.indextext {
text-align: left;
margin-left: auto;
margin-right: auto;
}

span.green { color: #adf2ff; }
span.yellow { color: #e8eb06; }

.defaultbg {
	padding: 30px 30px;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%, rgb(211,211,211) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(87%,rgb(244,244,244)), color-stop(100%,rgb(211,211,211))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgb(244,244,244) 87%,rgb(211,211,211) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Robert Denby, the 2nd: Where you adjust the spacing above and below the text above gallery pics via line height */

.defaultbg .title {
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #000000;
	line-height: 45px;
	width: 100%;
}

.pagetitle {
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #000000;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.defaultbg .image img {
	max-width: 100%;
	display: inline-block;
	padding: 2%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #000000;
	}

.defaultbg .text {
	float: left;
	width: 100%;
	 }

.defaultbg .subtitle {
	font-size: 24px;
	color: #ffffff;
	float: left;
	font-weight: 600;
	width: 100%; }


/* Controls the button that hovers in the galleries */
.galleryback {
	 position: fixed;
	 font-size: 200%;
	 margin-top: 12px;
	 margin-left: 12px;
	 padding: 7px;
	 border-width: 1px;
  	 border-radius: 5px;
	 font-weight: 600;
	 color: #ffffff;
	 height: auto;
	 max-width: 30%;
  	 border-color: #d48d29;
  	 background: #9e5d00;
  	 margin-right: 100%;
  	 }
.galleryback:hover, galleryback:focus { background: #af731e; }

#lightbox { z-index: 1000; }

/* Both menus */
.navbar-default { background: none; border: none; margin: 0px; height: 0px; }
/* Burger Menu - Margins control the 3 lines on the icon */
.navbar-header button { position: relative; margin: 0; }
.navbar-default .navbar-nav>li>span { display: none;}
.navbar-nav { margin: 0px; }
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover  { background: #0b3551; color: #dfeaf2; }
.navbar-default .navbar-nav>li>a:focus{ color: #dfeaf2; }
/* Font size of the dropdown menu */
.navbar-default .navbar-nav>li>a span { margin-left: 0; font-size: 24px; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
/* Burger Position and Color */
.navbar-default .navbar-toggle {
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 font-size: 24px;
	 font-weight: 600;
	 color: #ffffff;
	 height: 50px;
	 width: 255px;
  	 margin-top: 10px;
  	 margin-bottom: 0px;
  	 border-color: #d48d29;
  	 background: #9e5d00;
  	 }

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus { background: #af731e; }

/* The class used for changing the story gallery styles */
.storystyle {
		line-height: 45px;
		font-size: 28px;
}

/************ TAB CSS ****************/

.logo {
max-width: 1080px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.pagecenter {
max-width: 1600px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.pagefill {
	min-height: 85vh;
}

/* ROBERT DENBY!!!! centering the navbar */
.navbar-default { background: none;
	border: none;
	display: inline-block;
	margin: 0 auto;
}

/* Note: "top" determines how far from the top of the screen the menu moves after scrolling! */
.menu {
    position: relative;
    max-width: 1080px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
    height: 60px;
	z-index: 1000;
	top: 0px;
	 }

.woodbar {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
background: url(../images/wood_menubg.jpg) repeat;
}



/* Burger Menu Controls */
@media (max-width: 1296px) {
/* This is the dropdown menu BG properties */
	#top-menu { background: #d48d29; opacity: 0.9; border: none; position: absolute; z-index: 1002;  }
	.navbar-default .navbar-collapse { border: none; max-height: 100vh; }
/* Thickness of lines between the dropdown options */
	.navbar-nav li { border-top: 2px solid #ffffff; }
	.navbar-default .navbar-nav>li>a { color: #ffffff; font-weight: 700; }
	.navbar-default .navbar-nav>li>a:hover { color: #ffffff; background: #f2930c; }
	.fulltabs { display: none; }
	.smalltabs { display: inline-block; }

	.menu {
		position: relative;
		max-width: 1080px;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.defaultbg {
		padding-top: 0px;
		color: #000000;
	}

	.defaultbg .title {
		font-size: 28px;
		font-weight: bold;
		float: left;
		color: #000000;
		line-height: 40px;
		width: 100%;
	}

	.woodbg {
		color: #ffffff;
		float: none;
		box-shadow: 0px 0px 10px #000000;
		padding: 0px 30px;
	background: url(../images/wood-texture.jpg) repeat;
	max-width: 1080px;
	}

	.fixed {
/* Tells the navbar to snap to the top of the screen */
position: fixed;
width: 100%;
max-width: 1080px;
    }
	.topmargin { margin-top: 0px; }
/* Margin above the tabs */
	.container {
	padding: 0px;
    }
		.demo-gallery figure {
		  display: none;
		}
		.col-md-2 {
		max-width: 20%;
		position: relative;
		float: left;
		margin: 0 auto;
		margin-left: 10px;
		}

		.col-md-8 {
		min-width: 70%;
		position: relative;
		max-width: 1080px;
		margin: 0 auto;
		}
}

/* Desktop Menu Controls */
@media (min-width: 1295px) {
/* Margin above the navbar */
	.menu {
		position: relative;
		margin: 0 auto;
	}
	.fulltabs { display: inline-block; }
	.smalltabs { display: none; }
	.fixed {
/* Tells the navbar to snap to the top of the screen */
position: fixed;
margin-left: auto;
width: 70%;
max-width: 1080px;
    }


/* Margin above the tabs */
	.container {
	padding: 0px;
    }

.demo-gallery figure {
  display: none;
  }

/* Organ Tab Stops for Gallery */

	.navbar-default .navbar-nav>li>a {
	background-position: center bottom;
	outline: 0;
	background: url(../images/tabstop.png) no-repeat;
	color: #000000;
	height: 180px;
	width: 95px;
	text-align: center;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.current>a{
			color: #000000;
			background: url(../images/tabstop-down.png) no-repeat;
			background-position: center bottom;
			height: 180px;
			width: 95px;
			}

	/* Pipe Organ Gallery Tab */
	.navbar-default .navbar-nav>li.pipe>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.pipe>a:hover,
	.navbar-default .navbar-nav>li.pipe>a:active,
	.navbar-default .navbar-nav>li.pipe>a:focus,
	.navbar-default .navbar-nav>li.pipe.current>a,
	.navbar-default .navbar-nav>li.pipe.current>a:hover
	 {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}

	/* Reed Organ Gallery Tab */
	.navbar-default .navbar-nav>li.reed>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.reed>a:hover,
	.navbar-default .navbar-nav>li.reed>a:active,
	.navbar-default .navbar-nav>li.reed>a:focus,
	.navbar-default .navbar-nav>li.reed.current>a,
	.navbar-default .navbar-nav>li.reed.current>a:hover{
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}

	/* Piano Gallery Tab */
	.navbar-default .navbar-nav>li.piano>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 13px;
	}

	.navbar-default .navbar-nav>li.piano>a:hover,
	.navbar-default .navbar-nav>li.piano>a:active,
	.navbar-default .navbar-nav>li.piano>a:focus,
	.navbar-default .navbar-nav>li.piano.current>a,
	.navbar-default .navbar-nav>li.piano.current>a:hover {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 16px;
	}

	/* Player Piano Gallery Tab */
	.navbar-default .navbar-nav>li.player>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.player>a:hover,
	.navbar-default .navbar-nav>li.player>a:active,
	.navbar-default .navbar-nav>li.player>a:focus,
	.navbar-default .navbar-nav>li.player.current>a,
	.navbar-default .navbar-nav>li.player.current>a:hover {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}

	/* Custom Fab Gallery Tab */
	.navbar-default .navbar-nav>li.custom>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.custom>a:hover,
	.navbar-default .navbar-nav>li.custom>a:active,
	.navbar-default .navbar-nav>li.custom>a:focus,
	.navbar-default .navbar-nav>li.custom.current>a,
	.navbar-default .navbar-nav>li.custom.current>a:hover {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}

	/* Elec. Organ Gallery Tab */
	.navbar-default .navbar-nav>li.elec>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.elec>a:hover,
	.navbar-default .navbar-nav>li.elec>a:active,
	.navbar-default .navbar-nav>li.elec>a:focus,
	.navbar-default .navbar-nav>li.elec.current>a,
	.navbar-default .navbar-nav>li.elec.current>a:hover {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}

	/* Vintage Inst. Gallery Tab */
	.navbar-default .navbar-nav>li.vintage>a {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: none;
	font-size: 18px;
	padding-top: 33px;
	}

	.navbar-default .navbar-nav>li.vintage>a:hover,
	.navbar-default .navbar-nav>li.vintage>a:active,
	.navbar-default .navbar-nav>li.vintage>a:focus,
	.navbar-default .navbar-nav>li.vintage.current>a,
	.navbar-default .navbar-nav>li.vintage.current>a:hover {
	font-family: Abel-Regular;
	color: #000000;
	font-kerning: normal;
	font-size: 16px;
	padding-top: 36px;
	}


.defaultbg {
	color: #000000;
	float: none;
	box-shadow: 0px 0px 10px #000000;
	padding: 0px 30px;
	background: rgb(244,244,244);
	background: -moz-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%, rgb(211,211,211) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(87%,rgb(244,244,244)), color-stop(100%,rgb(211,211,211)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgb(244,244,244) 87%,rgb(211,211,211) 100%);
	background: radial-gradient(ellipse at center,  rgb(244,244,244) 87%,rgb(211,211,211) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=1 );

}

.woodbg {
	color: #ffffff;
	float: none;
	box-shadow: 0px 0px 10px #000000;
	padding: 0px 30px;
background: url(../images/wood-texture.jpg) repeat;
max-width: 1036px;
}



.defaultbg .image img {
  display: inline-block;
	margin-bottom: 0px;
	margin: 0px;
	}

	/* Color of the text above images in the numbered gallery pages */
	.defaultbg .gallery {
		color: #000000;
		padding: 0px;

		}


		.defaultbg .gallerytop {
			color: #000000;
			padding-top: 100px;
			}



/* Controls the text that appears below the pictures on main pages */
.smallcaption {

}


/* Photoswipe oriented classes!!! */

.demo-gallery figure {
  /* display: none; */
  color: #ffffff;
	line-height: 130%;
	text-align: center;
    font-weight: 600;
  }

.newcaption {
	color: #ffffff;
	display: block;
	line-height: 130%;
	text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.grid100 {
width: 100%;
display: inline-block;
}

.grid90 {
  width: calc(90% - 4px);
  min-width: 150px;
display: inline-block;
box-shadow: 0px 0px 10px #000000;
margin-bottom: 8px;
	padding: 2%;
  background-color: #ffffff;
}

.grid75 {
  width: calc(95% - 4px);
  min-width: 150px;
display: inline-block;
box-shadow: 0px 0px 10px #000000;
	padding: 1%;
  background-color: #ffffff;
}

.grid50 {
width: calc(50% - 4px);
min-width: 150px;
display: inline-block;
box-shadow: 0px 0px 10px #000000;
margin-bottom: 8px;
	padding: 1%;
  background-color: #ffffff;
}

.grid50break {
display: block;
width: 75%;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 0px 10px #000000;
	padding: 10px;
  background-color: #ffffff;
}

.leftfloat {
float: left;

}

.grid25 {
width: 25%;
float: left;
}

/* Sidebar Organ Stops  */

.stops {
	z-index: 1001;
	list-style-type: none;
	margin-top: 10px;
	display: inline;
	height: 150px;
	width: 140px;
	}


.col-md-2 {
max-width: 15%;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.col-md-8 {
width: 70%;
max-width: 1080px;
margin: 0 auto;
		}
}

.news {
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

.newsshadow {
box-shadow: 0px 0px 20px #000000;
padding: 30px;

}

.newsimage {
	padding: 10px;
	box-shadow: 0px 0px 15px #4b4b4b;
}

.leftstops {
	float: right;
	margin-right: 45px;
}

.rightstops {
	float: left;
	margin-left: -35px;
}

.stops>li>a {
	background-position: center top;
	background: url(../images/stop.png) no-repeat;
	height: 150px;
	outline: 0;
	width: 140px;
	text-align: center;
	position: fixed;
	z-index: 1000;
	}

.stops>li>a:hover, .stops>li>a:focus, .stops>li.current>a{
		 	color: #000000;
			background: url(../images/stop-pop.png) no-repeat;
			background-position: center bottom;
			height: 150px;
			width: 140px;
	}



/* 1st Stop */
 .stops>li.home>a {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	padding-top: 57px;
	}

.stops>li.home>a:hover,
.stops>li.home>a:active,
.stops>li.home>a:focus,
.stops>li.home.current>a,
.stops>li.home.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	font-size: 26px;
	line-height: 22px;
	padding-top: 69px;
	}

/* 2nd Stop */
.stops>li.repair>a {
	font-family: Abel-Regular;
	margin-top: 150px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	padding-top: 38px;
	}

	.stops>li.repair>a:hover,
	.stops>li.repair>a:active,
	.stops>li.repair>a:focus,
	.stops>li.repair.current>a,
	.stops>li.repair.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	font-size: 26px;
	line-height: 22px;
	padding-top: 50px;
	}

/* 3rd Stop */
.stops>li.pianos>a {
	font-family: Abel-Regular;
	margin-top: 300px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	padding-top: 38px;
	}

	.stops>li.pianos>a:hover,
	.stops>li.pianos>a:active,
	.stops>li.pianos>a:focus,
	.stops>li.pianos.current>a,
	.stops>li.pianos.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	line-height: 22px;
	font-size: 26px;
	padding-top: 50px;
	}

/* 4th Stop */
.stops>li.parts>a {
	font-family: Abel-Regular;
	margin-top: 450px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	padding-top: 56px;
	}

	.stops>li.parts>a:hover,
	.stops>li.parts>a:active,
	.stops>li.parts>a:focus,
	.stops>li.parts.current>a,
	.stops>li.parts.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	line-height: 20px;
	font-size: 26px;
	padding-top: 71px;
	}

/* 5th Stop (2nd column) */
.stops>li.custom>a {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 22px;
	line-height: 20px;
	padding-top: 48px;
	}

	.stops>li.custom>a:hover,
	.stops>li.custom>a:active,
	.stops>li.custom>a:focus,
	.stops>li.custom.current>a,
	.stops>li.custom.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	line-height: 20px;
	font-size: 24px;
	padding-top: 60px;
	}

/* 6th stop */
.stops>li.gallery>a {
	font-family: Abel-Regular;
	margin-top: 150px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	padding-top: 53px;
	}

	.stops>li.gallery>a:hover,
	.stops>li.gallery>a:active,
	.stops>li.gallery>a:focus,
	.stops>li.gallery.current>a,
	.stops>li.gallery.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	font-size: 26px;
	padding-top: 68px;
	}

/* 7th Stop */
.stops>li.about>a {
	font-family: Abel-Regular;
	margin-top: 300px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	font-size: 24px;
	padding-top: 53px;
	}

	.stops>li.about>a:hover,
	.stops>li.about>a:active,
	.stops>li.about>a:focus,
	.stops>li.about.current>a,
	.stops>li.about.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	font-size: 26px;
	padding-top: 68px;
	}

/* 8th Stop */
.stops>li.press>a {
	font-family: Abel-Regular;
	margin-top: 450px;
	-webkit-filter: drop-shadow(-2px 6px 2px #181818);
    filter: drop-shadow(-2px 6px 2px #181818);
	color: #000000;
	line-height: 20px;
	font-size: 24px;
	padding-top: 38px;
	}

	.stops>li.press>a:hover,
	.stops>li.press>a:active,
	.stops>li.press>a:focus,
	.stops>li.press.current>a,
	.stops>li.press.current>a:hover {
	font-family: Abel-Regular;
	-webkit-filter: drop-shadow(-3px 15px 5px #1f1f1f);
    filter: drop-shadow(-3px 15px 5px #1f1f1f);
	color: #000000;
	line-height: 20px;
	font-size: 26px;
	padding-top: 50px;
	}
