@charset "UTF-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/* chris adds */


/* base styles*/

html {
	font-size: 100%;
	font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	box-sizing: border-box;
overflow-x:hidden;

}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-size: 62.5%;
	background-color: #f9f9f9;
	width:100%;
	color: #3e3e3e;
	overflow-x:hidden;

}
h2 {
	font-size: 3em;
	line-height: 1.34em;
	margin: 0;
	padding: 0;

}

.Subs{
	text-transform:uppercase;
	font-size: 5em;
	line-height: 1em;
	margin:0.5em 0;
	padding:0;
	text-align:center;
}


#ContactContent{
    height: 100vh;
}


#ContactContent p  {
		font-size: 3em!important;
	}


#HiggidyVid{max-width:500px;
	display:block;
margin-left:auto;
margin-right:auto;
padding-bottom:4em;}
	
	
h3 {
	font-size: 2em;
	line-height: 1.5em;
	padding: 0;
	font-weight: 200;

}

p {
	font-size: 2em;
	line-height: 1.5em;
	padding: 0;
	margin:0;

}

.video {
	position: relative;
	margin: 0px auto;
	  width: 100%    !important;
	padding:0;
  height: auto   !important;
}



video {
		width: 100%;
		margin-left: 0;
	visibility: hidden; background-color:#fafafa;
	background-image:url(../../assets/work/BackGround2.png);
		padding: 0;
	}



.Poster{padding:0;
position:absolute;
z-index:2;
width:100%;
margin:0;}

#HelloImage{display:none;
	margin-top:1em;
}

.player {
	font-size:1.5em;
	background: #2a2a2a;
		background: #fff;
	box-sizing: border-box;
	height: 2em;
	-moz-box-sizing: border-box;
	float: left;
	position: relative;
	padding: 0 ;
	bottom: 0em;
	z-index: 2;
	opacity: 1;
top:-3.5em;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width:100% !important; /*test*/
		display:none;

}


.video:hover .player {
	opacity: 1;
}

.player .progress-holder{position:relative;
padding-left:2.5em;
padding-right:8em;

}

.player .progress {
	width: 95%;
	height: 0.5em;
	border-radius: 5px;
	background: #676767;
	box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
	float: left;
	cursor: pointer;
	margin: 0.75em 0 0 0;
	padding: 0;
	position: relative;
	font-variant: normal;
}

.player .progress-bar {
	background: #e01515;
	box-shadow: inset -30px 0px 69px -20px #e01515;
	border-radius: 5px;
	height: 100%;
	position: relative;
	z-index: 999;
	width: 0;
	
}

.player .button-holder {
	position: relative;
	left: 10px;
}

.player .progress-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	width: 0.75em;
	height: 0.75em;
	position: absolute;
	left: -20px;
	top:-2px;
	text-decoration: overline;
}


.player [class^="buffered"] {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	border-radius: 5px;
	z-index: 1;
}

.player .play-pause {
	display: inline-block;
	font-size: 1em;
	float: left;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	color: #231f20;
	width: 2em;
	padding: 0.5em 0 0 0.5em;
	cursor: pointer;
	font-variant: small-caps;
}

.player .play, .player .pause-button {
	-webkit-transition: all 0.2s ease-out;
}

.player .play .pause-button, .player .pause .play-button {
	display: none;
}


.play-button {
	position:relative;
	top:-2px;
}


.player .pause-button {
	padding: 0em 0 0 0.25em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 1em;
}

.player .pause-button span {
	background: #fff;
	background: #231f20;
	width: 0.25em;
	height: 1em;
	float: left;
	display: block;
}

.player .pause-button span:first-of-type {
	margin: 0 4px 0 0;
}

.player .time {
	color: #fff;
	color: #231f20;
	font-weight: normal;
	font-size: 1em;
	position:absolute;
	right:-6em;
	top:-0.4em;

}

.player .stime, .ttime {
	color: #444;
}
.player .play:hover {
	text-shadow: 0 0 5px #fff;
}

.player .play:active, .pause-button:active span {
	text-shadow: 0 0 7px #fff;
}


.player .pause-button:hover span {
	box-shadow: 0 0 5px #fff;
} .player .pause-button:active span {
	box-shadow: 0 0 7px #fff;
}


.player .volume {
	position: absolute;
	float: left;
	width: 2em;
	margin: 0 0 0 0;
	right:3em;
	height: 100%;
	background-color:transparent;
}

.player .volume-icon {
	padding: 1.5%;
	height: 2em;
	width: 3em;
	cursor: pointer;
	background-color: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
}

.player .volume-icon-hover {
	background-color:transparent;
}

.player .volume-holder {
	height: 100px;
	width: 100%;
	background: #fff;
	position: absolute;
	display: none;
	background: #fff;
	left: 2.5em;
	border-radius: 5px 5px 0 0;
	top: -100px;
}

.player .volume-bar-holder {
	background: #333;
	width: 0.5em;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	margin: 15px auto;
	height: 80px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.player .volume-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	margin-left:-1px;
	margin-bottom:-2px;
	width: 0.75em;
	height: 0.75em;
}

.player .volume-button-holder {
	position: relative;
	top: -8px;	
}

.player .volume-bar {
	background: #e01515;
	box-shadow: inset -30px 0px 69px -20px #e01515;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}

.player .fullscreen {
	display:none;
	width: 12%;
	cursor: pointer;
	float: left;
	height: 100%;
}

.player .fullscreen a {
	width: 25px;
	height: 20px;
	border-radius: 3px;
	background: #fff;
	display: block;
	position: relative;
	top: 23px;
	margin: 0px auto;
}

.player .volume-icon span {
	width: 0.5em;
	height: 0.5em;
	background-color: #231f20;
	color: #231f20;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: bold;
	top: 0.75em;
	color: #fff;
	left: 3em;
}

.player .volume-icon span:before,
.player .volume-icon span:after {
	content: '';
	position: absolute;
}
.player .volume-icon span:before {
	width: 0;
	height: 0;
	border: 0.66em solid transparent;
	border-left: none;
	border-right-color: #231f20;
	z-index: 2;
	top: 0.45em;
	left: 0.1em;
	margin-top: -0.85em;
}
.player .volume-icon span:after {
	width: 0;
	height: 0;
	border: 1px solid #231f20;
	left: 1em;
	border-width: 0px 0px 0 0; 
	top: 5px;
	border-radius: 0 50px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	 transform: rotate(45deg);
	 font-variant: small-caps;
 }

.player .v-change-11 span:after { border-width: 10px 10px 0 0; top: 0; }
.player .v-change-10 span:after { border-width: 9px 9px 0 0; top: 1px; }
.player .v-change-9 span:after { border-width: 8px 8px 0 0; top: 1px; }
.player .v-change-8 span:after { border-width: 7px 7px 0 0; top: 2px; }
.player .v-change-7 span:after { border-width: 6px 6px 0 0; top: 2px; }
.player .v-change-6 span:after { border-width: 5px 5px 0 0; top: 3px; }
.player .v-change-5 span:after { border-width: 4px 4px 0 0; top: 3px; }
.player .v-change-4 span:after { border-width: 3px 3px 0 0; top: 4px; }
.player .v-change-3 span:after { border-width: 2px 2px 0 0; top: 4px; }
.player .v-change-2 span:after { border-width: 1px 1px 0 0; top: 5px; }
.player .v-change-1 span:after { border-width: 0px 0px 0 0; top: 5px; }

.player .v-change-1 span:after {
	content: '+';
	-webkit-transform: rotate(45deg);
	font-size: 20px;
	top: -6px;
	left: 25px;
}



/* links */

a:link, a:visited {
	color: #e01515;
	text-decoration: none;
}
a:link {
	transition: all 0.5s ease;
	outline-style: none;
}
a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	color: #000000;
}

a:link img{opacity:1;
  transition: all 0.5s;}


a:hover img{opacity:0.6;
}



#BackToWork{margin: 0 auto;
width:100%;
position:relative;
text-align:center;
	padding-top:0em;margin-top:2em;
}

section {
	clear: both;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom:10em;
	height:100%;
	display:block;
	position:relative;
}

#work{padding-bottom:9em;}


.IntroVideoContent{	border-bottom: 0;
	padding-bottom:0;}

/* header*/

header h1 {
	font-size: 2em;
	line-height: 1.34em;
	margin: 0;
}

#SiteHeader {
	font-size: 2em;
	line-height: 1.34em;
	margin: 0;
	opacity: 1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* main navigation */


#Burger, #Close{cursor:pointer;
position:absolute;
right:2em;
top:1.5em;
z-index:20;
font-size:2em;}

#Close{display:none;	position:fixed;
}


nav {
	margin: 0;
	padding: 10em 0 0 0;
	float: left;
	text-align: right;
	width: 100%;
	height:100%;
	position:fixed;
background-color: #f9f9f9;
	top:0;
	left:0;
	display:none;
	

}
ul {
	font-size: 1.75em;
	line-height: 2em;
	margin: 0;
	list-style-type: none;
	/* no default bullets */
	padding: 0 1em;
}
li:before {
	/* the custom styled bullets */
	content: "";
	margin-right: 0.5em;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #e01515;
	border-radius: 50%;
}



#MainNav {
		font-size: 2.5em;
		line-height: 1.6em;
		position: relative;
		background-color: transparent;
		padding-top: 0;
		text-align: center;
	}



#MainNav a:link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 1em;
}
#MainNav a:hover {
	color: #000;

}



nav>ul>li:before {
	/* the custom styled bullets */
	content: "";
	margin-right: 0;
	width: 0;
	height: 0;
	border-radius: 0;
}
section:first-child {
	padding-top: 0;
}
section:first-child.All {
	padding-top: 4em;
}

/* Content Sections*/

.PrimaryContent, .IntroVideoContent, .ContactContent, .FourGridContent {
	overflow: visible;
	position: relative;
}

.IntroVideoContent video{margin:1em;
}

.ContactContent {
	overflow: hidden;
}

#contact {height: 100%;
padding-bottom:50em;}

::-ms-clear {
  display: none;
}


/* Primary Content */

.PrimaryContent {
	padding: 0 0 4em 0;
	display:block;
}
.PrimaryContent img, .PrimaryContent video {
	margin: 2em auto;
	padding: 0;
}
.PrimaryContentText {
	display: block;
	position: relative;
}
.PrimaryContentText>h2 {margin-top: 0.5em}
.PrimaryContentText>p {
	margin: 1em 0 ;
}


.PrimaryContent p{margin:1.6em auto;
 line-height:1.6em;
   
}
/*.PrimaryContent h2{margin: 0 auto;
margin-top:-10px;
}
*/

.PrimaryContentText>ul {
	margin-left: auto;
		margin-right: auto;
	margin-top: 0;
	display: block;
	padding:0;
	 text-align: center;
	width:auto;
	margin-bottom:1em;

}
.PrimaryContentText>ul>li {

	margin-right: 2em;
	display:inline;
}

.PrimaryContentText>ul>li:last-child {
	margin-right: 0;
}

/* Secondary Content */


.ForceHeightContainer {
	display: block;
	position: relative;
}

/* Contact Content */


.ContactContent{margin-top:4em;}

.ContactContent>p, .ContactContent>ul {
	
	
}






.ContactContent p {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ContactContent p a {
	display: inline-block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	font-size: 1.25em;
	line-height: 2em;
	margin-top: -0.3em;
}

/* four col skills area */

.FourGridContent {
	padding:  0;

}
.FourCol {
	padding-left: 0;
	margin-left: 0;
	text-align:center;
}



	
	
	
	









/* fix the top navigation and header */

#FixTop {
	width: 100%;
	position: relative;
	background-color: #f9f9f9;
	z-index: 20;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	/* Safari */
	transition: 1s;
	padding: 2.5em 0;
		border-bottom: 1px solid #e2e2e2;
			position: fixed;


}

/* and main content positioned*/

#MainContentWrapper {
	position: relative;
	top: 8em;
	margin-bottom: 20em;
}
img, object, embed {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	padding: 0 2em;

}
#div1 {}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}


@media only screen and (min-width: 321px) {
	
	p{width:80%;
	margin:2em 10%;
	text-align:center;}
	
	
	
	h2 {
		padding: 0 2.66em;
		text-align:center;
	}
	
	
	.gridContainer {
		padding: 0 2em;
	}
	
	
	
	
	
	.ContactContent p a {
		font-size: 1em;
	}
	
	.Subs{margin:0.8em auto;}
	
	
	.WorkLinks img{margin:0 auto;
	
	max-width:500px;	width:100%;
	display:block;}
	
	.WorkLinks h3{margin-top:1em;
margin-bottom:1em;
	text-align:center;
}
	
	#NIGVid{max-width:540px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-height:80vh;}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	.IntroVideoContent video{margin:3em auto 0 auto;
	position:relative;
		display:block;
		top:0em;
}
	
	
	.gridContainer {
		width: 100;
		clear: none;
		float: none;
		margin-left: auto;
	}
	#div1 {}
	.zeroMargin_tablet {
		margin-left: 0;
	}
	.hide_tablet {
		display: none;
	}
	
	/* four col skills area */
	
		.FourGridContent{
		overflow:auto;
			position:relative;
			top:0;
			width:443px;
			margin:0 auto;
	
	}
	
	.FourCol {
		font-size:1.25em;
		float: left;
		width: 50%;
		padding-left: 0;
		margin-left: 0;
		text-align:left;
	}
	.FourCol:nth-child(even) {
		margin-left: -1em;
	}
	.FourGridContent ul {
		display: block;
		overflow: hidden;
		
	}



	
	
		.FourGridContent ul{display:block;
		overflow:hidden;
    width: 100%;
	padding:0;}
	

	
		

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
	
	
		
	

	
	
	li:before {
	margin-right: 0.75em;
	width: 0.7em;
	height: 0.7em;
	}
	
	
	.Subs{
font-size:8em;
			line-height: 1.34em;
}
	
	
	
	
	.gridContainer {
		width: 100%;
		max-width: 1220px;
		clear: none;
		float: none;
		margin-left: auto;
		padding: 0 4em;
	}
	
	
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.hide_desktop {
		display: none;
	}
	
	

	
	.IntroVideoContent video{margin:7em auto 0 auto;
	max-width:1220px;
}
	
	.PrimaryContentText>h2 {
	
	}
	#MainContentWrapper {
		top: 8em;
	}
	section:first-child.All {
		padding-top: 0em;
	}

	.PrimaryContent img, .PrimaryContent video {
		margin: 4em auto 2em auto;
		padding: 0;
	}
	.PrimaryContent>p, .PrimaryContent>ul {
		float: left;
	}
	.PrimaryContentText>h2 {
	
		
	

	
	}
	.PrimaryContentText>p {
		width: 80%;
		margin: 1em auto ;
		padding: 0;
	
	}
	
	

.WorkLinks img{
	
	max-width:100%;	
}
	
	
	/*

  
  */
	
	#MainContentWrapper .SecondaryContent:nth-child(even) img:first-child {
		float: left;
		padding: 0 2em 0 0;
	}
	#MainContentWrapper .SecondaryContent:nth-child(even) img:second-child {
		float: left;
		padding: 0 0 0 2em;
	}
	#MainContentWrapper .SecondaryContent:nth-child(even) .SecondaryContentText {
		width: 50%;
		position: relative;
		float: right;
		padding: 0 0 0 2em;
	}
	/* four col skills area */
	

	
	.FourGridContent {
			top:4em;
		margin:0 0 6em 0;
		padding:4em;
		width:80%;
		position:relative;
		left:10%;
		/*background-color: #e01515;
		color:#f9f9f9;*/
		border: 2px dashed #e01515;
	}
	.FourCol {
		font-size:1.25em;
		float: left;
		width:40%;
		margin-left:10%;
		padding-left: 0;
		/*background-color: aqua;*/
				position:relative;
	
	
	
	}
	.FourGridContent ul {
		display: block;
		overflow: hidden;
	
		padding: 0;
	
	}
.FourCol:last-child {
		width: 50%;
	}	
	.FourCol:last-child {
		width: 50%;
		padding-left: 0;
	}
	.FourCol:last-child li {
		width: 100%;
		padding-left: 0;
		/*background-color: red;*/
	}
	/*/*
	
	/* close four col skills area */
	label {
		float: left;
		width: 33.333%;
		clear: left;
	}
	input {
		color: #fff;
	}
	.input {
		width: 66.66%;
	}
	
	
	
	
	
	.input {
		margin: 0 0 1em auto;
	}
	
	.ContactContent>h2 {
		width: 100%;
		margin: 1.33em auto 1.33em auto;
		text-align: center;
	}
	.ContactContent p {
		margin: 0;
	}
	
	
	.WorklinksRow{position:relative;
	margin:0;
	
}
	
	.WorkLinks{width:30%;
		float:left;
	
}
		.WorkLinksMid{margin: 0 5% 0 5%;
	
}
	
	.WorkLinks h3{text-align:center;
    font-size:3em;

}
	
	
	
	
	#work{margin-bottom:1em;}
	
	
		#BackToWork{padding-top:2em;margin-top:3em;}
	
}



@media only screen and (min-width: 1024px) {
	
	
	.IntroVideoContent video{
padding:0;
		margin-top:5em;
}
	
	
	.PrimaryContent{
/* padding-bottom:5.3em;
 margin-bottom:6.8em;*/
}
	
	.WorklinksRow{margin-top:6em;
}
	
	#work{
    padding-bottom:4.75em;
}
	
	
	#skills p{margin-bottom:1em;
    margin-top:-0.2em;
}
	
	
	#FixTop {

	border-bottom: 1px solid #e2e2e2;
	
}

	
	
	p {
		padding: 0 2em;
	}
	
	header {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
		-webkit-transition: 1s;
		/* Safari */
		-moz-transition: 1s;
		/* Safari */
		-ms-transition: 1s;
		/* Safari */
		transition: 1s;
		opacity: 1;
	}
	
	
	header h1, #SiteHeader{
	font-size: 3em;
	
}

 #FixTop {

	padding: 4em 0;



}
	
	nav {
		padding: 0 ;
		/*width: 50%;
		max-width: 2000px;*/
		display:block;
		position:relative;
		height:auto;
		background-color:transparent;
			width: 70%;
		max-width: 410px;
		float:right;
	}
	
	
	nav>ul>li {
	float: left;
	margin-top:2px;
}
	

nav>ul>li {
	margin: 0;
	margin-top:2px;
	width: 25%;
	max-width: 6em;
}
	
	#Burger, #Close{display:none;}
	
		#MainContentWrapper {
		top: 13em;
	}
	
	#MainContentWrapper .SecondaryContent:nth-child(even) img {
		padding: 0 4em 0 4em;
	}
	#MainContentWrapper .SecondaryContent:nth-child(even) img:first-child {
		float: left;
		padding: 0 4em;
	}
	#MainContentWrapper .SecondaryContent:nth-child(even) img:second-child {
		float: left;
		padding: 0 4em;
	}
	
	.PrimaryContentText  {

margin-top:-1.5em;
padding-bottom:1.5em;
}
	
	
	
	.PrimaryContentText>p {
			width: 50%;
		margin: 1.3em 0 2em 25%;
 text-align:left;
		padding:0 2em;
}



	
	.PrimaryContentText h2 {
			width: 25%;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
line-height:1.1em;
margin:-1em 0 0 0;
text-align:center;
padding:0 2em;
font-weight:100;
}
	
	
		.PrimaryContentText>ul {
		width: 25%;
		position: absolute;
		top: 50%;
		left: 75%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: -1.6em 0 0 0;
		padding: 0 0 0 2.66em;
			text-align:left;
	}
	.PrimaryContentText>ul>li {
		float: none;
		line-height:1.85em;
		display:block;
	}
	
	
	
	
	
	
	.ContactContent p {
		margin: 0;
	}
	
	
	/* close four col skills area */

	
	.video {
	padding:0 ;
}

	
	
	.PrimaryContent img, .PrimaryContent video {
		margin: 0 auto 4em auto;
		padding: 0;
	}
	
	.Subs{margin-top:0.5em;
margin-bottom:0.5em;}
	
	.player{top:-6em;
	display:none;}
	
	.Poster{padding:0 4em!important;
}	
	
	.FourGridContent {
		margin:-2em 0 6em 0;
		padding:4.5em;
		width:66%;
		position:relative;
		left:16.5%;
		/*background-color: #e01515;
		color:#f9f9f9;*/
		border: 2px dashed #e01515;
	}
	.FourCol {
		font-size:1.25em;
		float: left;
		width:40%;
		margin-left:10%;
		padding-left: 0;
		/*background-color: aqua;*/
				position:relative;
	padding-bottom:0.35em;
	
	
	}
	
	
	.FourCol li{line-height:1.85em;}
	
	
	#skills {padding-bottom:7.3em;

}

#ContactContent p{margin:-0.5em auto;
    line-height:1.6em;
}
	
	
	#WorkPages{margin-top:4em;}
	

	
		.WorkLinks h3{
   
		
	
}
	
}

@media only screen and (min-width: 1220px) {
	

	
	.Subs{
		font-size:11.5em;}
	
	

	
	.ContactContent>h2 {
		width: 25%;
		position: absolute;
		top: 4.9em;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: left;
		margin-top: 0;}
	
	
	.ContactContent p {
		width: 50%;
		margin: 0 0 0 0;
		text-align:left;
		padding:0;}
	
	.ContactContent p a {
		margin-top: 0;}
	
		.FourCol {
		font-size:1.5em;
		
	
			
			
	}	


