@charset "utf-8";
/* CSS Document */

/** http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}




/*** Old Weather Styles (Mobile First) ***/
@-ms-viewport {		/* IE10 */
 width: device-width;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	line-height: 1.5em;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: 0;
} 
#nav, #main {
	width: 100%;
}
/* Navigation */
#nav-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li:before {
	content: "> ";
}
#nav a, #nav a:link, #nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	color: #404040;
}
#site-name-wrapper-home, #site-name-wrapper {
	width: 100%;
	background-color: #404040;
	padding: 5px 0 5px 0;
	line-height: 1;
}
#site-name {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: bold;
	color: #fff;
	margin-left: 15px;
}
.name-home, .name-not-home {
	font-size: 35px;				/* Site name */
}
.name-home {
	text-shadow: 1px 2px 4px #272727;	
}
.name-not-home {
	text-shadow: 1px 2px 4px #4E4E4E;	
}
#content-not-home, #content-home {
	padding: 0;
}
#text-not-home {
	padding: 15px 25px 30px 25px;	/* Spacing around content text */
}
#projects-box {
	padding: 15px 25px 0 25px;	/* Spacing around content text */
}
h1, h2, h3, h4 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h1 {
	font-size: 38px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h1, h2, h3, h4, p {
	margin-bottom: 15px;
}
a, a:link, a:visited {
	color: #0563C1;
}
a:hover {
	color: #C30;
}
/* Project buttons, homepage */
.button {
	position: relative;			/* To help place Font Awesome checkmark icon */
	width: 220px;
	height: 31px;
	line-height: 31px;			/* When same as button height, text vertically aligns on button */
	text-align: center;
	background-color: #CC3300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#elements-container {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.sans-serif-font {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#movie-box {
	padding: 15px 25px 30px 25px;	/* Space around text near movie */
}
.explain-text {						/* Homepage */
	font-style: italic;
	font-size: 22px;
}
.project-text {						/* Homepage */
	color: #404040;
	font-size: 20px;
}
.button-text,
.button-text a,
.button-text a:link,
.button-text a:visited {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.button-text a:hover {
	color: #404040;
	text-decoration: none;
}
.button-caption {
	font-style: italic;
	margin-bottom: 15px;
}
.movie-text {
	font-size: 18px;
}

/* Checkmark - enhances Font Awesome */
.checkmark {
	position: absolute;
	margin-left: 34px;
	font-size: 32px;
	color: #109C5F;
}
p.project-text-border {
	border-bottom: 1px solid #404040;
	padding-bottom: 7px;	/* Space between text and border */
}
.project-details {
	font-style: italic;
}

/*** Tablet, desktop ***/
@media (min-width: 740px) {
	body {
		color: #404040;
		background-image: url(images/SAAM-1911.4.1_2-000001_crop.jpg);	/* Ship in ice */
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-color: #D0D0D0;
	}
	#nav, #main {
		width: 960px;
		margin: 0 auto;
	}
	#nav-wrapper {
		background-color: #404040;
		margin-top: 0;
		margin-bottom: 0;
		height: 44px;
		line-height: 40px;		/* Set line-height to vertically center one line of text */
		z-index: 20;
	}
	#nav {
		text-align: right;
		margin-top: 0;
		margin-bottom: 0;
	}
	/* Navigation: create a horizontal list with spacing*/
	#nav li {
		display: inline-block;
		vertical-align: top;
		margin-left: 30px;
	}
	#nav li:before {
		content: none;
	}
	#nav a, #nav a:link, #nav a:visited {
		font-weight: normal;
		font-size: 18px;
		color: #fff;
	}
	#nav a:hover {
		color: #C30;
	}
	#site-name-wrapper {
		width: 50%;
		background-color: transparent;
		padding: 0;
		position: relative;
		top: -35px;				/* Move site name up */
	}
	#site-name-wrapper-home {
		background-color: transparent;
		padding: 0;
		position: relative;
	}
	.name-not-home {
		font-size: 50px;		/* Site name, not homepage */
	}
	.name-home {
		font-size: 75px;		/* Site name, homepage */
	}
	#content-not-home {
		padding-right: 240px;	/* Wide right margin for ship, not homepage */
	}
	#content-home {
		padding-right: 400px;	/* Wide right margin for ship, homepage */
	}
	#text-not-home {
		background-color: #fff;
	}
	/* Project buttons, homepage */
	.button {
		margin-right: 20px;
		-webkit-box-shadow: 1px 3px 3px 0px rgba(78,78,78,.9);
		-moz-box-shadow: 1px 3px 3px 0px rgba(78,78,78,.9);
		box-shadow: 1px 3px 3px 0px rgba(78,78,78,.9);
	}
	.button,
	.button-caption {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 12px;
	}
	.button {
		width: 225px;
	}
	.button-caption {
		width: 255px;
		font-weight: bold;
		color: #fff;
	}
		/* Checkmark - enhances Font Awesome */
	.checkmark {
		margin-left: 2px;
		margin-top: 2px;
		font-size: 27px;
		color: #4BB012;
	}
	/* Homepage, holds project buttons and movie divs */
	#elements-container {
		background: url(images/home_gradient_cut.png) repeat-x fixed left top;	/* Gradient behind buttons */
		position: relative;
		/*top: -22px;*/				/* Move container up */
		top: -13px;
	}
	#movie-box {
		background-color: #404040;
		margin: 0 0 0 0;			/* originally 140px top */
		padding: 15px 15px 3px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 1px 3px 3px 0px rgba(129,129,129,0.9);
		-moz-box-shadow: 1px 3px 3px 0px rgba(129,129,129,0.9);
		box-shadow: 1px 3px 3px 0px rgba(129,129,129,0.9);
	}
	#movie-box p {
		color: #fff;
	}
	.explain-text {
		color: #fff;
	}
	.project-text {						/* Homepage */
		margin-top: 65px;
		font-size: 22px;
		font-weight: bold;
		color: #fff;
	}
	p.project-text-border {
		border-bottom: 1px solid #818181;
	}
	.project-details {
		color: #fff;
	}
	.movie-embed {
		width: 220px;					/* Movie on homepage */
		margin-right: 15px;
	}
	.movie-about {
		/*width: 255px;*/		/* Width when on homepage */
		width: 60%;
	}
	.movie-embed,
	.movie-about {
		display: inline-block;
		vertical-align: top;
	}

}
