/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons.eot');
	src:url('../fonts/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	background: #fff;
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.container > header
{
	margin: 0 auto;
	padding: 15em 2em;
	background: black;
	background-image: url(../img/stacks-header.png);
	background-position: center;
	background-repeat: no-repeat;
}

.container > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 4.5em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	text-align: center;
}

.container > header h2 {
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	text-align: center;
	display: block;
	font-size: 3em;
	color: #D3D3D3;
	padding: 0 0 0.6em 0.1em;
}

.container > header span {
	
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

body #cdawrap {
	background: #fff;
	top: 77px;
	font-family: 'Lato', Arial, sans-serif;
}

body #cdawrap a {
	text-decoration: none;
}

main, section {
	width: 90%;
	max-width: 46em;
	padding: 1em 2em 0;
	margin: 0 auto;
	line-height: 1.2;
	font-size: 1.2em;
	top: 77px;
	font-family: 'Lato', Arial, sans-serif;
	color: #51473C;
}

section img {
	margin: 0 10px;
}

main a, section a {
	color: #0983B2;
	text-decoration: none;
}

main h1, section h1
{
	margin-top: 70px;
}

main dt, section dt
{
	font-weight: bold;
}

main dd, section dd
{
	margin-bottom: 1em;
}

main table, section table
{
	margin: 5px 0px 5px 30px;
	border-radius: 6px;;
	border-collapse: separate;
	border: solid black 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

main td, section td
{
border-left: solid black 1px;
border-top: solid black 1px;
padding: 5px;
vertical-align: top;
}

.bibliography
{
    padding-left: 22px;
    text-indent: -22px;
}

.search-container
{
	width: 70%;
	position: static;
	margin: 0 auto;
}

.search-container p
{
	font-size: .8em;
}

.searchTerm
{
	float: left;
	width: 100%;
	border: 2px solid #0983B2;
	padding: 5px;
	height: 30px;
	border-radius: 5px;
	/*outline: none;*/
	color: #51473C;
}

.searchTerm:focus
{
	color: #51473C;
}

.searchButton
{
	position: static;
	width: 40px;
	height: 44px;
	border: 1px solid #0983B2;
	background: #0983B2;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
	/*+placement: displace -5px 0;*/
	position: absolute;
	margin-left: -5px;
	margin-top: 0;
}

.search-box
{
	width: 100%;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 740px) {

	.codrops-icon span {
		display: none;
	}

}