/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	line-height: 1.4;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main {
	font-size: 1em;
	padding: 1em;
	line-height: 1;
}
main a {
	color: black;
}
main p {
	min-width: 415px;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.15em;
	letter-spacing: .05em;
	word-spacing: -.1em;
	margin-bottom: 1em;
}
main ul {
	font-family: sans-serif;
	line-height: 1em;
	letter-spacing: .05em;
	word-spacing: -.1em;
	margin-bottom: 1em;
}
main li {
	line-height: 1.15em;
}
main img {
	display: inline-block;
	width: 415px;
	position: relative;
	top: 0em;
	left: 0em;
	z-index: -500;
}
/* Classes + IDs */

.section {
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 430px;
	min-width: 415px;
	white-space: pre-wrap;
}
.endsection {
	margin-top: 2em;
	margin-bottom: 1em;
	max-width: 430px;
	min-width: 415px;
	white-space: pre-wrap;
}
.hideseek {
	margin-top: 2.5em;
	margin-bottom: 1em;
	max-width: 430px;
	min-width: 415px;
	white-space: pre-wrap;
}
/* Hide and Seek */

html.can-touch .hideseek:hover {
	font-style: normal;
}
.hideseek:hover {
	font-style: italic;
}
.hideseek:focus:active {
	font-style: normal;
}
#title {
	min-width: 415px;
	margin-top: .5em;
	margin-bottom: -1em;
	white-space: pre-wrap;
	font-size: .8em;
}
#bump {
	margin-bottom: 1em;
}
#bigbump {
	margin-top: 2em;
	margin-bottom: 2em;
}
/* ==========================================================================
   HCSS Grid
   ========================================================================== */

[class*='col-'] {
	float: left;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.col-2-3 {
	width: 66.66%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2 {
	width: 50%;
}
.col-7-10 {
	width: 70%;
}
.col-3-10 {
	width: 30%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
    Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
@media handheld, only screen and (max-width: 1250px) {}
@media handheld, only screen and (max-width: 980px) {
	[class*='col-'] {
		width: 100%;
	}
	main {
		max-width: 100%;
	}
	main p {
		max-width: 100%
	}
	main {
		font-size: 2.0em;
		line-height: 1em;
	}
	#title {
		max-width: 95%;
	}
	main ul {
		letter-spacing: .05em;
		word-spacing: -.1em;
	}
	main img {
		width: 100%;
		/*     position:relative;
	      margin:0 auto;
	      opacity: 0.7;
	 /*   top:5em;
	      left:0;
	      right:0;
	      /*display:none;*/
	}
	#header {
		width: 100%;
	}