

/* #Page Styles
================================================== */

.wrapper {
	width: 100%;
	height: 60%;
	position: relative;
	height: 400px;
	overflow: hidden;
	top: 30%;
	z-index: 1;
}
.navBoxWrap {
	position: relative;
	z-index: 999;
	width: 100%;
	top: 23%;
	left: 0;
}
.logo {
	position: relative;
	top: 0px;
	left: 10px;
}
.logo img {
	max-width: 100%;
}
.jfContent li {
	background: #202020;
	margin-bottom: 0;
}
.jfDetails {
	margin: 5% 5%;
	color: #fff;
	font-family: 'Open sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
.jfDetails h4 {
	color: #f37736;
	margin-top: 1em;
	font-family: 'Open sans', sans-serif;
}
.jfDetails h6 {
	color: #fff;
	margin-bottom: 1em;
	font-family: 'Open sans', sans-serif;
}
.jfDetails span {
	color: #f37736;
	font-weight: bold;
}
.jfDetails h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 800;
	font-family: 'Over the Rainbow', cursive;
}
.jfDetails a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jfDetails a:hover {
	color: #f37736;
}

ul.navList {
	margin-top: 1.6em;
}
ul.navList li {
	font-family: 'Over the Rainbow', cursive;
	font-size: 2em;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	margin-left: 1em;
	margin-bottom: 1em;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.navList li.flex-active, ul.navList li:hover {
	color: #f37736;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.jfDetails {
			margin: 15% 5%;
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/