/*
Jennifer Gryczkowski
Felix the Cat 2014
*/

html, body, main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	border: 0;
}

main, section, nav, article, aside, header, /*footer,*/ figure, figcaption {
	display: block !important;
} /* workaround for older browsers that do not recognize the HTML5-introduced elements */


/* GLOBAL
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

html {
	height: 100%;
	font-size: 100%;
}

body:before {
	position: fixed;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	content: "";
	box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
	z-index: 100;
}

body {
	height: 100%;
	color: #202020;
	background-color: #dcdcdc;
	background: url(img/background_light.jpg) 0 0 repeat;
}

body {
	font: 15px HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} /* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

h2, h3 {
	color: #da1631;
	text-align: left;
}

h2 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: -1px;
}

h3 {
	padding-bottom: 20px;
	font-size: 40px;
	font-family: "museo_500regular", sans-serif;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
}

p, dd {
	padding-bottom: 18px;
	line-height: 1.4;
}

address {
	padding-bottom: 30px;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 12px;
}

code {
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #778899;
	font-size: 18px;
	text-decoration: none;
}

a:hover, a:focus {
	color: rgba(0, 0, 0, 1);
}


/* HEADER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header {
	background: #778899 url(img/felix-sprites.png) 0 0 repeat-x; /* sprite-background-dark */
}

#title {
	color: #fff;
	font-weight: bold;
	font-size: 98px;
	line-height: 80px;
	font-family: "limelightregular", "museo_500regular", sans-serif;
	/* letter-spacing: -2px; */
	/* text-transform: uppercase; */
	text-align: center;
	text-shadow: 1px 1px 10px #33404c;
	z-index: 5;
}

#title {
	padding: 60px 0 0 0;
}

#subTitle {
	margin-bottom: 38px;
	color: #fff;
	font-weight: 300;
	font-size: 25px;
	font-family: "museo_500regular", sans-serif;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}


/* NAVIGATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#navigationBox {
	position: relative;
	width: 100%;
	background-color: #000;
	z-index: 900;
}

.navigation ul {
	width: 100%;
	height: 72px;
	margin-left: 0;
	text-align: center;
	background-color: #000;
}

.navigation ul li {
	border-right: 1px solid #333;
}

.navigation ul li {
	display: inline;
	zoom: 1;
} /* IE7 Hack for hasLayout because inline-block doesn't work */

.navigation ul li a {
	display: inline-block;
	height: 72px;
	padding: 22px 17px 20px 10px;
	color: #555;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.navigation ul li a:hover {
	color: #fff;
	-webkit-transition: color .3s ease-in;
	-mo-transition: color .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.navigation ul li.active a {
	color: #da1631;
}

.navigation ul li.active a.top {
	color: #555;
}

.navigation ul li a.top:hover, .navigation ul li.active a.top:hover {
	color: #fff;
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.navigation-fixed ul {
	margin-bottom: 18px;
	z-index: 20;
}

.navigation-fixed ul li a {
	color: #333;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
	z-index: 20;
}

.navigation-fixed ul li.active a {
	color: #ff0000;
}

.navigation-fixed ul li.active a.top {
	color: #333;
}

.navigation-fixed:after {
	content: "";
	position: fixed;
	left: 0;
	top: 58px;
	width: 100%;
	height: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
	z-index: 10;
}


/* MAIN CONTENT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#mainContent {
	width: 950px;
	margin: 0 auto;
}


/* LEFT COLUMN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#leftColumn {
	float: left;
	width: 550px;
	margin-top: 30px;
	margin-right: 50px;
}

#leftColumn {
	padding: 0 20px 20px;
}

.introduction {
	margin-bottom: 60px;
}

#section1, #section2, #section3, #section4 {
	position: relative;
	width: 520px;
	padding: 160px 0 30px 0;
	z-index: 9;
}

#section2 li {
	margin-bottom: 30px;
}

#section4 {
	padding-bottom: 180px;
}

.firstSentence:first-letter {
	font: 24px "museo_500regular", sans-serif;
}

.firstSentence span {
	font-size: 12px;
	text-transform: uppercase;
}

.pad-nav {
	padding-top: 20px !important;
}

.no-pad {
	padding: 0;
}

.role {
	font-size: 18px;
	text-transform: uppercase;
}

p[role="separator"], p[role="presentation"], dd[role="separator"], dd[role="presentation"] {
	margin-top: 10px;
	font-size: 18px !important;
	letter-spacing: 5px !important;
	text-align: center;
}

.felixImage {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(img/felix-sprites.png) 0 -1412px no-repeat;
}

/* The following style is the current "Best Practice" Image Replacement technique for use when an image is required to be a link, e.g., Site Logo
Found info about a new method using invisible fonts instead: http://scottkellum.com/2013/10/25/the-new-kellum-method.html
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.h5bp {
	display: block;
	width: 56px;
	height: 54px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(img/felix-sprites.png);
	background-position: 0 -1522px;
	background-repeat: no-repeat;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

a.h5bp:hover {
	-webkit-filter: grayscale(100%); /*only works in webkit right now */
	opacity: .5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


/* RIGHT COLUMN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#rightColumn {
	float: left;
	width: 328px;
	padding-top: 90px;
}

.cover-wrap {
	position: relative;
	width: 328px;
	height: 400px;
}

img.cover {
	position: absolute;
	width: 328px;
	height: 400px;
	margin-left: 35px;
	border: 10px solid #333;
	background-color: #000;
	z-index: 80;
	-webkit-box-shadow: 0px 5px 60px #333;
	-moz-box-shadow: 0px 5px 60px #333;
	box-shadow: 0px 5px 60px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9393a9')";
	/* For IE 5.5-7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9393a3')";
	-webkit-transition: all 1s ease;
	/* -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; */
}

.cover-wrap a:hover img.cover {
	-webkit-box-shadow: 0px 5px 60px #CCC;
	/* Invert only works in webkit right now, so only invert the webkit shadow
	-moz-box-shadow: 0px 5px 60px #CCC;
	box-shadow: 0px 5px 60px #CCC; */
	/* For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6C6C56')";
	/* For IE 5.5-7
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6C6C56')";  */
	-webkit-filter: invert(100%);
	-webkit-transition: all 1s ease;
	/* -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; */
}

.cover-fixed {
	position: fixed;
	top: 90px;
}


/* FOOTER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer {
	margin: 9em 0 3em;
}

#footer p {
	font-size: 0.9em;
}

.flexBoxRow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	justify-content: center;
}

.flexBoxColumn {
	box-sizing: border-box; 
	flex: 0 1 auto;
	flex-basis: 33.3333%;
	-ms-flex: 0 1 27%; /* IE fix: 33% [~basis] - 3%(x2) [padding] = 27% */
	margin: 0 0 0.5rem 0;
	padding: 0.5em 3%;
}


/* CSS3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.transition-Ease {
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

.boxShadow {
	-webkit-box-shadow: 2px 2px 3px #9393a3;
	-moz-box-shadow: 2px 2px 3px #9393a3;
	box-shadow: 2px 2px 3px #9393a3;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9393a3')";
	/* For IE 5.5-7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9393a3')";
}


/* MEDIA QUERIES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

@media screen and (max-width: 1090px) {
	#rightColumn {
		display: none;
	}

	#mainContent, #leftColumn, #section1, #section2, #section3, #section4 {
		width: 100%;
	}

	#leftColumn {
		padding: 0 80px;
	}
}


/* ClearFix
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.clearFix:before, .clearFix:after {
	display: table;
	content: "";
}

.clearFix:after {
	clear: both;
}

.clearFix {
	zoom: 1;
} /* IE hasLayout */
