@charset "UTF-8";
/* MyStyles custom styling for bootstrap */

/* fonts */
* {
	font-family: "source-sans-pro";
	font-size:18px;
}
h1, h2, h3 {
	font-family: 'Bitter', serif;
}
.superhead{
	font-size:3em;
}
.text-shadow {
	text-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}
img {
	border:1px solid #000;
	box-shadow:#666 0 0 	
}
hr {
	border-top: 1px solid #999;
}
.float_illustration {
	float:left;
	margin:0 .5em .5em 0;	
}
.float_description {
	
}

.lessmore{
	display:none;
}
.lessmoresign {
	cursor:pointer;
	margin-top:.75em;
}

.current {
	color:white;
	cursor:default;
}
.borderme {
	border:1px solid #666;
}