@charset "UTF-8";
/* CSS Document */

/* Division Styling */
div.main {
	margin: 2em .5em 0 .5em;
}

/* Undo column counts for mobile */
div.two-columns, div.three-columns, div.four-columns {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;

	width: 100%;
}

/* Flexbox Styling */
.flexbox {
	flex: 1 100%;
}

/* Colors */
/* a:hover {
	color: black;
}
*/

/* Header */
header p#headline {
	-webkit-margin-before: .5em;
	-webkit-margin-after: .5em;
}

/* Images */
#squirrel-census-main-image {
	width: 90%;
}

#seal {
	width: 40%;
}

#report-image {
	width: 80%;
}

#this-is-real {
	width: 80%;
}

#squirrel-haunches {
	width: 50%;
}

#squirrel-shoppe {
	width: 90%;
}

#arrow {
	width: 90;
}

#acorn {
	width: 2em;
	right: -1em;
	bottom: -1em;
}

#special-thanks img {
	width: 90%;
}

#golden-acorn img {
	width: 70%;
}

#silver-acorn img {
	width: 70%;
}

#locally-grown img {
	width: 89%;
}

#founder img {
	width: 78%;
}

#census-team img {
	width: 73%;
}

#art-department img {
	width: 60%;
	padding-top: 1em;
}

#key-advisors img {
	width: 86%;
}

#volunteers img {
	width: 40%;
}

/* Home Page Styling */
#house-icon, #antenna-icon {
	display: none;
}

#headline {
	width: 100%;
	padding: 0;
	margin-right: 0;
}

header p#headline-index {
	font-size: 10pt;
}



ul.topnav {
	top: 0;
	right: 0;
	/* Restore display for mobile devices */
	display: block;
}

ul.topnav.index {
	display: block;
}

ul.topnav.responsive {
	top: 0;
	right: 0;
}

#squirrelhouse {
	width: 100%;
	min-width: 90%;
	height: auto;
	min-height: 9em;

}

/* Hide the hover images for the windows */
#squirrelhouse a {
	display: none;
}


/* Reveal the mobile friendly div links */
#main-links {
	position: relative;
	display: block;
	
}

.main-link {
	margin: .5em auto;
	padding: .5em;
	width: 12em;
	border: medium solid black;
}



/* Service Page Styling */
#join, #everywhere {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
}

div#join img {
	width: 60%;
}

#volunteer, #ambassador, #sponsor {

	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;

}

#volunteer a, #ambassador a, #sponsor a {
	font-size: 10pt;
}



/* Census Report Page */
#visit2012 {
	width: 100%;
}


#census-the-count-copy {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;

}

/* Mashtead Page */
ul.leaders span:first-child, ul.leaders span + span {
	float: none;
	padding: 0;
	background: inherit;
}

ul.leaders span {
	display: block;
}

ul.leaders li:before {
	float: none;
	content: "";
	display: none;
}

div.name-title {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

/* Squirrel Sighter App Page */
div#app-main {
	margin: .5em;
}

div#icon-block {
	float: none;
	width: 100%;
	padding: 0 0 1em 0;
	text-align: center;

}

div#icon-block img {
	width: 100%;
}

div#app-screenshots > img {
	display: block;
	width: 90%;
	margin: auto;
}

