/* for the sidebar on each of the sub-folder pages to link back to the Crofton index page */


#crofton-index-link {
	position: fixed;
	top: 490px;
	left: -110px;
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
	width: 246px;
	height: 30px;
	background-color: #fcfde3;
	border: 1px solid #EAE8E8;
	padding-left: 4px;
	border-radius: 6px 6px 0 0;
}
#crofton-index-link p {
	margin: 3px 0 0 36px;
	font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#crofton-index-link a {
	text-decoration: none;
	color: #FCD57E;
}
#crofton-index-link a:hover {
	text-decoration: none;
	color: #E8A718;
}

