@charset "utf-8";
/* CSS Document */

/*CSS Reset*/
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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset*/

/*WebFontsDeclaration*/
@font-face {
    font-family: 'BebasRegular';
    src: url('../_fonts/BEBAS___-webfont.eot');
    src: url('../_fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/BEBAS___-webfont.woff') format('woff'),
         url('../_fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../_fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NobileRegular';
    src: url('../_fonts/nobile-webfont.eot');
    src: url('../_fonts/nobile-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/nobile-webfont.woff') format('woff'),
         url('../_fonts/nobile-webfont.ttf') format('truetype'),
         url('../_fonts/nobile-webfont.svg#NobileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NobileItalic';
    src: url('../_fonts/nobile_italic-webfont.eot');
    src: url('../_fonts/nobile_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/nobile_italic-webfont.woff') format('woff'),
         url('../_fonts/nobile_italic-webfont.ttf') format('truetype'),
         url('../_fonts/nobile_italic-webfont.svg#NobileItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NobileBold';
    src: url('../_fonts/nobile_bold-webfont.eot');
    src: url('../_fonts/nobile_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/nobile_bold-webfont.woff') format('woff'),
         url('../_fonts/nobile_bold-webfont.ttf') format('truetype'),
         url('../_fonts/nobile_bold-webfont.svg#NobileBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NobileBoldItalic';
    src: url('../_fonts/nobile_bold_italic-webfont.eot');
    src: url('../_fonts/nobile_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/nobile_bold_italic-webfont.woff') format('woff'),
         url('../_fonts/nobile_bold_italic-webfont.ttf') format('truetype'),
         url('../_fonts/nobile_bold_italic-webfont.svg#NobileBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*EndWebFontsDeclaration*/

/*Universal*/
body {font-size:62.5%; /*Universal sets 1em to 16px*/
	}

h2 {
	font-weight: bold;
	color: #690000;
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
    font-size: 2em;
    line-height: 1.55em;
    padding-left: 8%;
    padding-right: 10%;
}

.copylink{
	font-weight: bold;
	color:#690000;
	text-decoration: none;
}
.copylink:hover{
	color:#3a0000;
}
.portfoliolink{
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 125%;
	color:#690000;
	text-decoration: none;
	position: relative;
	top:10px;
}
.portfoliolink:hover{
	color:#3a0000;
}
.portfoliolinkHide{
	visibility: hidden;
}

video {
	width:75%; 
	position: relative; 
	left:8%; 
	margin: 25px 0;
	max-width: 1200px;
}

.videoParagraph {
	width:75%;
}

footer {
	width: 100%;
	height: 70px;
	background-color:#3a0000;
	position: relative;
	float: right;
}
/*EndUniversal*/

/*FullScreen*/
body header {
	transition: all 0.5s ease-in-out;
	background-color: rgba(17,0,0,0.70);
	height: 85px;
	width: 100%;
	position: fixed;
	z-index: 2;
  	top: 0;
}
 
.headerFade { 
	transition: all 0.5s ease-in-out;
	background-color: #3a0000;
	height: 85px;
}

body header h1 {
	color: #ffffff;
	position: relative;
	top:-105px;
	left:45px;
	font-family: BebasRegular, Helvetica, Arial, "sans-serif";
	font-size: 2.75em;
	width:500px;
}

body header p {
	color: #ffffff;
	position: relative;
	top:-100px;
	left:190px;
	width: 250px;
	font-family: NobileItalic, Arial, Helvetica, "sans-serif";
	font-size: 1.5em;
}

.headercompass {
	position: relative;
	top:105px;
	left:-20px;
}

body main {
	position: relative;
	z-index: -3;
	width: 100%;
	background-color: #ffffff;
}

.greatWhite {
	width:100%;
	background-color: #ffffff;
}

.mainImage {
	width:100%;
	z-index: -1;
	margin-bottom: 50px;
}

.homeImage {
	width:100%;
	z-index: -1;
	margin-bottom: 50px;
}

.textcontentcontainer {
	width: 98.1%; 
	background-color: #ffffff;
	padding-bottom: 100px;
}

.portfoliocontentcontainer {
	width: 92.6%; 
	background-color: #ffffff;
	padding-bottom: 100px;
}

.textcontentcontainerhome {
	width: 98.1%; 
	background-color: #ffffff;
	padding-bottom: 100px;
}

.contactcontentcontainerhome {
	width: 92.6% 
	background-color: #ffffff;
	padding-bottom: 100px;
}
.LBcontentcontainer {
	width: 90%; 
	padding-bottom: 100px;
}

.LBTextSection {
	width: 100%;
	padding-top: 200px;
}

.LBRow {
	width: 90%; 
	max-width:1680px; 
	margin: 0 auto;
	position:relative;
	top:-50px;
}

.LBFrame {
	width: 20%; 
	background-color: #ffffff; 
	float:left;
	padding-bottom: 50px;
	/*opacity: .65;
	transition: .5s ease;*/
}

.LBItem{
	width: 90%; 
	margin: 0 auto;
}

.illSprite {
	background-image:url(../_images/Sprite_Ill.jpg); 
	background-size: 545%; 
	transition: .5s ease;
}

/*.illSprite:hover {
	background-size: 585%; 
}*/

.emailform {
	position:relative;
	top:150px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {  /*This is a media quary that only targets IE 10+ used in this CSS to position the form correctly in ie.*/
	.emailform {
		padding-bottom: 750px;
	}
}

form {
	position: relative;
	padding:0 0 0 8%;
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-size:1.25em;
}

.formLabel {
	display: block;
	color:#3a0000; 
	font-weight:600;
}

input {
    margin-bottom: 25px;
    border: 2px solid #8a0000;
    padding: 11px 0 11px 0;
    width: 30%;
    min-width: 270px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 2em;
    color: #333333;
}	

textarea {
	border: 2px solid #8a0000;
    padding: 11px 0 11px 0;
    width: 60%;
	min-width: 270px;
    box-sizing: border-box;
    border-radius: 4px;
	font-size: 2em;
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-weight:600;
    color: #333333;
}

.submit {
	-webkit-appearance: none;
	font-size: 2em;
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
    color: white;
    background-color: #8a0000;
    margin-bottom: 0px;
	border: none;
    padding: 22px 0 22px 0;
	width: 30%;
    max-width: 302px;
	min-width: 270px;
    box-sizing: border-box;
    border-radius: 4px;
	cursor: pointer;
}

.submit:hover {
	background-color:#700000;
}

.emailsection {
	width: 100%;
}

body main section {
	position: relative;
	float: left;
	width: 61.8%;
}

body main section h1 {
	font-family: NobileBold, Helvetica, Arial, "sans-serif";
	font-size: 2.5em;
	color:#3a0000;
	padding: 0px 20px 20px 0px;
	position: relative;
    left: 8%;
}

body main section p {
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-size: 1.65em;
	line-height: 1.85em;
	color:#000000;	
	padding-left: 8%;
	padding-right:10%;
	padding-bottom: 25px;
}

.card {
	width: 27.5%; 
	position: relative;
	float: left; 
	margin: 0 1% 0 1%; 
	border: solid #3a0000 1px;
	max-width: 523px;
}

.cardOne {
	margin-left: 8%;
}

.cardImage {
	width: 100%;
}

.cardImageSmall{
	width: 100%;
	display: none;
}

.cardtext {
	text-align:center;
	padding: 37px 0 38px 0; 
	text-transform: capitalize; 
	font-size: 2.75em;
}

.cardspacing {
	margin: 175px auto 0 auto;
	max-width: 1900px;
	padding-top: 30px;
}

.cardspacingbottom {
	max-width: 1900px;
}

.portfoloParagraph {
	padding-right:0%;
}


body main aside {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.asidegroup {
	position: relative;
	float: right;
	width: 38.2%;
}

body main aside h1 {
	font-family: NobileBold, Helvetica, Arial, "sans-serif";
	font-size: 2.5em;
	color:#3a0000;
	line-height: 1.25em;
}

body main aside p {
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-size: 1.65em;
	line-height: 1.85em;
	color:#000000;	
	padding-bottom: 25px;
}

.goNorth {
	position: relative;
	float: left;
	top:5px;
	left:25px;
	padding-right: 10px;
}

footer nav {
	position: relative;
	float: left;
	left:20px;
	top: 15px;
}

footer nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;	
}

footer nav ul li {
    float: left;
}

footer nav ul li a {
    display: block;
    color: #dddddd;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	text-transform: uppercase;
	font-family:  NobileRegular, Helvetica, Arial, "sans-serif";
	font-size: 1.25em;
	font-weight: 700;
}

footer nav ul li a:hover {
    color: white;
}

footer small { /*For Copyright inforation*/
	position: relative;
	float: right;
	left:-25px;
	top:30px;
	color: #ffffff;
	font-family:NobileRegular, Helvetica, Arial, "sans-serif";
}

.PortfolioFooter {
	margin-top: 100px;
}

/*EndFullScreen*/

/*Screens 1730px and smaller*/
@media screen and (max-width: 1730px) {
	body main section h1 {
		padding: 30px 20px 20px 0px;
	}
	.LBTextSection {
		padding-top: 170px;
	}
	.cardtext {
		font-size: 2.5em;
		padding: 28px 0 28px 0; 
	}
}
/*EndScreens 1730px and smaller*/

/*Screens 980px and smaller*/
@media screen and (max-width: 980px) {	
	.HeaderMainImage {
		position:absolute; 
		z-index: 2;
		top: 0;
	}
	
	body header {
		background-color:#3a0000;
		height: 85px;
		width: 100%;	
		position:static;
		top:auto;
	}
	
	.headercompass {
		visibility: hidden;
	}
	
	body header h1 {
		left:-110px;
		width:500px;
	}
	
	body header p {
		left:35px;
		width: 250px;
		font-size: 1.25em;
	}
	
	.greatWhite {
		width:97%;
	}
	
	.mainImage {
		position: relative;	
		top: 75px;
	}
	.homeImage {
		position: relative;	
		top:0px;
		visibility: hidden;
		height:125px;
		margin-bottom: 0px;
	}
	
	body main section {
		width: 95%;
	}
	
	.textcontentcontainerhome{
	    position: relative;
        top: -150px;
	}
	
	.LBTextSection {
    	padding-top: 0px;
		position: relative;
		top:-75px;
	}
	
	.LBcontentcontainer {
    	padding-bottom: 0px;	
	}
	
	body main aside {
		width: 100%;
	}
	
	.cardspacing {
		margin-top: 100px;
		padding-bottom: 50px;
	}
	
	.cardtext {
		font-size: 2em;
	}
	
	.emailform {
		position:relative;
		top:-125px;
	}
	
	.asidegroup {
		width: 100%;
	}
	
	.PortfolioFooter {
		margin-top:0px;
	}
}
/*End Screens 980px and smaller*/

/*Screens 912x and smaller*/
@media screen and (max-width: 912px) {
		footer nav {
		display: none;
}
/*End Screens 912px and smaller*/

/*Screens 780px and smaller*/
@media screen and (max-width: 780px) {
	.mainImage {
		padding-bottom:75px;
	}
	
	body header p {
		display: none;
	}
	
	body main section h1 {
    	padding: 90px 20px 20px 0px;
	}
	
	.greatWhite {
		width:100%;
		padding-bottom: 60px;
	}
	
	.cardtext {
		font-size: 1.5em;
		padding: 19px 0 19px 0; 
	}
	
	.textcontentcontainer {
		position: relative;
		top:-75px;
	}
	.textcontentcontainerhome{
	    position: relative;
        top: -200px;
	}
	

	}
}
/*End Screens 780px and smaller*/

/*Screens 718px and smaller*/
@media screen and (max-width: 718px) {
	body header p {
		display: none;
	}
	
	#animation_container {
		display: none;
	}
	
	.greatWhite {
		display: none;
	}
	
	footer small { /*For Copyright inforation*/
		position: relative;
		top:-10px;
	}
}
/*End Screens 718px and smaller*/

/*Screens 642px and smaller*/
@media screen and (max-width: 642px) {
.portfoliolink{
	font-family: NobileRegular, Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 100%;
	color:#690000;
	text-decoration: none;
	position: relative;
	top:10px;
}	
}
/*End Screens 642px and smaller*/

/*Screens 535px and smaller*/
@media screen and (max-width: 535px) {
	.card {
    	width: 86%;
    	position: relative;
    	margin: 0 1% 0 1%;
    	border: solid #3a0000 1px;
    	max-width: 523px;
    	margin-left: 8%;
    	margin-bottom: 20px;
	}

	.cardImage {
    	width: 40%;
    	position: relative;
    	top: 20px;
	    left: 20px;
	}
	
	.cardImage {
	display: none;
}

	.cardImageSmall {
    	display: inherit;
		width: 40%;
		height: 40%;
    	position: relative;
    	top: 20px;
	    left: 20px;	
	}
	
	.cardtext {
    	font-size: 2em;
    	padding: 0 0 0 0;
    	position: relative;
    	top: -80px;
    	left: 90px;
	}
	
	.cardspacing {
    	padding-bottom: 1px;
	}
	
	footer small { /*For Copyright inforation*/
		position: relative;
		top:-65px;
	}
	
	.LBFrame {
    	width: 33.3%;
	}	
}	
/*End Screens 535px and smaller*/

/*Screens 470px and smaller*/
@media screen and (max-width: 470px) {
	.cardtext {
    	font-size: 1.5em;
		top: -65px;
    	left: 75px;
	}
	
	footer small { /*For Copyright inforation*/
		position: relative;
		top:-105px;
	}	
}	
/*End Screens 470px and smaller*/

/*Screens 375px and smaller*/
@media screen and (max-width: 375px) {
	.cardtext {
    	font-size: 1.25em;
		top: -60px;
    	left: 70px;
	}
	.LBFrame {
    	width: 50%;
	}
}	
/*End Screens 375px and smaller*/