@charset "UTF-8";

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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

* {
	box-sizing:border-box;
	/*-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;*/

}

body {
	padding-bottom:46px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size: 1.55em;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-smooth: always;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
	overflow-x:hidden;
	color: #555;
	background-color:#090909;
}

@font-face {
    font-family: 'big_noodle_titling';
    src: url('../load/fonts/big_noodle_titling.eot');
    src: url('../load/fonts/big_noodle_titling.eot?#iefix') format('embedded-opentype'),
         url('../load/fonts/big_noodle_titling.woff') format('woff'),
         url('../load/fonts/big_noodle_titling.ttf') format('truetype'),
         url('../load/fonts/big_noodle_titlingt.svg#big_noodle_titling') format('svg');
	font-weight:lighter;
    font-style: normal;	
	
}

a {
	color: #CCC;
	font-weight:lighter;
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;
	text-decoration: none;	
}

a:hover,
a:focus {
	color: #999999;
	cursor: pointer;
}

.active {
    color: #f7971c !important; 
}

h1 {
	font-family: 'big_noodle_titling';
	text-align:center;
	font-size: 1em;
	font-weight:lighter;
	
	}

.hide {
	display: none !important
	
	}

/* ---------------------------- HEADER NAV  ------------------------------ */

header {
	background: rgba(18, 18, 18, 0.9); /*#252525;*/
	width: 100%;
	height: 59px;
	left:0;
	position:fixed;
	top: 0;
    box-shadow: 0 -5px 30px -2px #000;
	/*-webkit-box-shadow: 0 -5px 30px -2px #000;
	-moz-box-shadow: 0 -5px 30px -2px #000;*/
	z-index: 100;
}

#homelogo {
	display: block;
	margin: 0px;
	float: left;
	width: 180px;
	height: 58px;
}

.section {
	position: relative;
	margin: 0px;
	width: 100%;
    z-index: 80;

}


nav { float: left; margin-top:0px; 
	display: none;
}

nav a:link {
	color: #CCC;
	font-family: 'big_noodle_titling';
	line-height: .01em;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;	
}

nav a:hover { 
	color: #999; 
}

nav a:active { 
	color: #f7971c !important;
}

#nav2 { float: left; margin-top:0px; }

#nav2 a:link {
	color: #CCC;
	font-family: 'big_noodle_titling';
	line-height: .01em;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;	
}

#nav2 a:hover { 
	color: #999; 
}

#nav2 a:active { 
	color: #f7971c !important;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 50px;
	margin-top: 6px;
	border-radius: 4px 4px 0 0;
	background: url('../load/images/menu-iconV2.png') center no-repeat;
}

a:hover#menu-icon {
	background-color: none; 
	border-radius: 4px 4px 0 0;
	background: url('../load/images/menu-iconV2.png') center no-repeat;
	
}

ul { 
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding-right:30px;
	padding-top:17px;
}

/*

#resumedownload {
	display: block;
	width:30px;
	height:30px;
	background-image:url('../load/images/download_resume2.png');
	background-repeat:no-repeat;
	float:left;
}


*/

/*------------------------  SOCIAL BUTTONS  ------------------------*/

#socials {
	width: 225px;
	display:inline-block;
	height: 58px;
	margin: 0px;
	padding-top:19px;
	padding-right: 25px;
	float: right;
}

#twitterBtn {
	display: block;
	width:23px;
	height:23px;
	background-image:url('../load/images/twitter.png');
	background-repeat:no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	float:left;
}



#facebookBtn {
	display: block;
	width:23px;
	height:23px;	
	background-image:url('../load/images/facebook1.png');
	background-repeat:no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	margin-left:15px;
	float:left;
}



#linkinBtn {
	display: block;
	width:68px;
	height:23px;
	background-image:url('../load/images/linkin1.png');
	background-repeat:no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	margin-left:13px;
	float:left;
}




/* --------------------------  GENERAL  --------------------------- */


.whitebackground {
	background-color: #FFFFFF !important;
}


.no-padding {
	padding: 0px !important;
	
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text-right {
	text-align: right !important;
}


/* -------------------------- HOME PAGE  --------------------------- */

#wsjhome {
	margin: 0px;
	width: 100%;
	height:	1200px;
	color: #555;
    background-color: #333;
    background: url('../load/images/home_image2022.jpg') no-repeat;
	background-position:bottom;
	background-attachment:fixed;
	-moz-background-size: cover;
	background-size: cover;
    z-index: 83;
}

#homewsj {
	display: block;
	position:absolute;
	/* height:538px;*/
	width: 338px;
    left:50%;
	top:25%;
    margin:100px 0 0 -160px;
	color: #FFF;
	padding-top: 200px;
	font-family: 'big_noodle_titling';
	text-align: center;
	font-size:1.1em;
	background: url('../load/images/wsj_homelogo2022.png') no-repeat center;
	-moz-background-size: contain;
	background-size: contain;
}

#homedownbtn {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 80px;
	height: 100px;
	padding-top:30px;
	background: url('../load/images/homedown_btn.png') no-repeat center;
}


#myDiv { 
	border-top: 5px solid #252525;
}


.infoblock {
	position:relative;
	display: block !important;
	background-color: #000 !important;
	width: 100% !important;  
}
	


/* -------------------------- Home Credit Tag  --------------------------- */


.hometab {
	display: block;
	top: 50%;
	position: absolute;
	font-size: .5em;
	padding: 15px;
	width: auto;
	color: #FFFFFF;
	background-color: #000000;
	right: 0;
	z-index: 50;
}

.hometab a {
	
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight: normal;
	color:#ffb03a; 

}

.hometab a:hover {
	color:#FFFFFF; 
}


/* -------------------------- Home Story  --------------------------- */

.storyinfo {
	position:relative;
	font-family: Helvetica Neue, Helvetica, Arial;
	color: #e6e6e6 !important;
	font-size: 2em !important;
	line-height: 60px !important;	
}

.storyinfo a {
	font-size: .5em;
	font-weight: normal !important;
	color:#ffb03a;
}

.storyinfo a:hover {
	color:#FFFFFF;
}




/* -------------------------- GRID STYLES  --------------------------- */


.hide-for-mobile {
	display: block;
	}

.largeLabel{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:14px !important;
	text-transform: uppercase !important;
	font-weight:400 !important;
	line-height:20px !important;
	color:#FFFFFF !important;
	text-align:center !important;
}

.smallLabel{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-bottom:0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:12px !important;
	line-height:16px !important;
	color:#AAAAAA !important;
	text-align:center !important;
}

/* -------- lighbox description window  ---------- */
.mediaDescriptionHeader{
	font-family:'big_noodle_titling' !important;
	margin: 6px !important;
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-left: 15px !important;
	font-size:25px !important;
	line-height:25px !important;
	color:#777;
}

.mediaDescriptionText{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-right: 10px !important;
	margin-left: 15px !important;
	font-size:13px !important;
	line-height:10px !important;
	color:#FFF !important;
}

.cat {
	display: block;
	width: 100%;
	height:100px;
	color: #999;
	background-color: #000;
	z-index:500;
}

h2 {
	display: block;
	font-family: 'big_noodle_titling';
	font-size:2.5em;
	font-weight:lighter;
	padding-top:26px;
	margin-left:20px;
	color: #999;
	
}

.wsjTitle {
	font-size:.8em;
	font-weight:lighter;
	text-decoration: none;
	padding-top:40px;
	color: #FFF;	
}

/*-----------------------      GALLERY STYLES      --------------------------------*/

.projects {
	display:block;
	margin-right: auto;
	margin-left: auto;
	max-width: 1125px;
	overflow:hidden;
}


.artsection {
	display:block;
	width:100%;
	margin:0px;
	height: 100%;
	padding: 70px 0px 40px 27px;
/*	border-bottom: 1px solid #c2c2c2;*/
	clear:both;
}



.headblock{
	display:block;
	max-height: 50px;
	float: left;
}

h3 {
	color: #555;
	font-family: 'big_noodle_titling';
	font-size: 1.3em;
	font-weight:lighter;
	line-height: 1.6em;
	letter-spacing:.9px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CCC;
	float: left;
}

.projectInfo {
	width:100%;
	max-width: 335px;
	padding-right:40px;
	text-align:left;
	float:left;
	clear: left;
}
	
.projectInfo p {
	color:#333;
	font-size:.62em;
	font-family: Helvetica Neue, Helvetica, Arial;
	line-height: 1.5em;
	padding-top: 15px;
}

.skillText {
	font-size: .9em;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight:700;
	padding-top: 10px;
	color: #3a3a3a;	
}

.viewBtn {
	color: #ffb03a;
	font-family: 'big_noodle_titling';
    font-size: 18px;
	text-decoration:none;
	line-height:30px;
	float: left;	
}

.viewBtn:hover {
	color: #999;
}


.projectsocialbtn {
	display: block;
	width:100%;
	max-width: 300px;
	padding-top: 10px;
	text-align:left;
	float:left;
	clear: left;
	border-top: #E1DCDC solid 1px;
}
	


.artsection img {
	display:block;
	width:100%;
	max-width:750px;
}

.liketext  {
	display:block;
	float:left; 
	color:#333; 
	font-family: Helvetica Neue, Helvetica, Arial; 
    font-size:.6em; 
	font-weight:bold; 
	margin-right:13px; 
    line-height:25px;
}

/*------------------------  SOCIAL BUTTONS  ------------------------*/

#likeportfolio {
	background-color:#FFF;
	display:block;
	width: 100%;
	margin-left:0px;
	margin-right:0px;
	height:60px !important; 
}

#socialbtns {
	width:550px;
	margin-top:15px;
	display:block;
	float:left;
}

.tweet {
	margin-left:0px;
	margin-right:15px;
	float:left;
}

.google {
	margin-right:15px;
	float:left;
}


/*---------------------------  GOT SKILLS SECTION  -----------------------------------------*/  

.cpu {
	margin: 0px;
	width: 100%;
	height:250px;
	background: url('../load/images/overlay.png'), url('../load/images/flintwater.jpg') no-repeat;
	background-position:bottom, bottom;
	background-size: auto, cover;	
}

#wsjgraphic {
	display: block;
	margin: 0px;
	width: 100%;
	background-color:#222;
}

#wsjgraphic img {
	display:block;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	max-width:1237px;
	padding-bottom:10px;
}

#skillsgraphic {
	display: block;
	margin: 0px;
	width: 100%;
	background-color:#333331;
}

#skillsgraphic img {
	display:block;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	max-width:1237px;
}

#piegraph {
	display: none;
	margin: 0px;
	width: 100%;
	background-color:#333333;
}

#piegraph img {
	display:none;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	max-width:500px;
}

/*---------------------------  ABOUT WSJ  -----------------------------------------*/  

#biobackground {
	background: #252525 url('../load/images/graphic.png') no-repeat fixed left bottom;
	background-size:contain;
}

#biowrap {
	color:#CCC;
	padding-top:5%;
	padding-bottom:7%;
	margin-left:  auto;
	margin-right: auto;
	width:80%;
}	

.bioinfo {
	font-family:Helvetica Neue, Helvetica, Arial;
	font-size:.8em;
	line-height: 1.5em;
	text-decoration: none;
}

.biolink {
	color:#F7971C;
	font-family:Helvetica Neue, Helvetica, Arial;
	font-weight:normal;
	line-height: 1.5em;
	text-decoration: none;
}

.biolink:hover {
	color:#F7971C;
    text-decoration:underline;
}

.myquote {
	color:#CCC !important; 
	font-size:.8em !important; 
	font-style:italic !important;
}

.signature {
	color:#f7971c !important; 
	font-family:'big_noodle_titling' !important;
}

/*---------------------------  NEWS/AWARDS SECTION  -----------------------------------------*/  

.newsheader {
	color: #555;
	font-family: 'big_noodle_titling';
	font-size: 1em;
	font-weight:lighter;
	line-height: 1.6em;
	letter-spacing:.9px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ccc;
	float:left;
}

.newsInfo p {
	display: block;
	color:#999;
	font-size:.6em;
	font-family: Helvetica Neue, Helvetica, Arial;
	line-height: 1.7em;
	padding-top: 5px;
	
}

.newlink  {
	color:#ffb03a; 
	font-family: Helvetica Neue, Helvetica, Arial;
    font-size:.6em; 
	font-weight:normal;
	text-decoration: none;
    line-height:1em;
}

.newlink:hover  {
	color:#FFF; 
}

.linkwrap {
	display: block;
	width: 100%;
	height: 250px;	
}

.wsjblock {
	display: block;
	width: 100%;
	color: #CCC;
	font-family: 'big_noodle_titling';
	height: 400px;
	background: #FFF url('../load/images/me4.jpg') no-repeat left top;
	background-attachment:fixed;
	background-size: cover;
	-moz-background-size: cover;	
}

.wsjblock img {
	display:none;
	
}


/*---------------------------  CONTACT FORM  -----------------------------------------*/

#my-map {
	width: 100%;
	height: 275px;
	margin: 0 auto;
	
}


/*--------------------------- Thank you screen ---------------------------------*/





/*--------------------------- End of thankyou screen ---------------------------------*/

.contactheader {
	color: #555;
	font-family: 'big_noodle_titling';
	font-size: 1em;
	font-weight:lighter;
	line-height: 1.6em;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ccc;
	float: left;
}

.box4 {
	margin: 0 auto;
	display: block;
	max-width: 800px;
	padding:20px 30px 15px 0px;
}

.box4 p {
	font-size: .6em;
	font-family: Helvetica Neue, Helvetica, Arial;
	line-height:20px;
	color: #999;	
}

.email{
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	color: #f7971c;	
}

#contact_form { 
	margin: 0 auto;
	max-width: 800px;
	padding:10px 30px 25px 30px;
}


#ff label { 
	cursor:pointer;
	display:block;
	margin:5px 0;
	color:#999;
	font-family: 'big_noodle_titling';
	line-height:30px;
	font-size:.9em;
	text-decoration:none;
	
}

input,
textarea { 
	width:100%;
	height:auto;
	color:#333;
	/*box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;*/
	border:1px solid #444;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:0px;
}

input:hover,
textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:2px solid #f7971c;	
}

.sendButton {
	cursor: pointer;
    width: 100%;
    height: 65px;
    border: none;
    font-family: 'big_noodle_titling';
    font-size:.9em;
    background: #FFF;
    color: #252525;
    margin: 0 0 5px;
    padding: 0px;
    line-height: 5px;
    border-radius: 0px;
}

    

.sendButton:hover {
	color:#FFF;
	background-color:#888;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contactbackground {
	background: #252525;
	padding-top:20px;
	padding-bottom:30px;
}

.reCAPTCHAtext {
	font-family:Arial, Helvetica, sans-serif, Myriad Pro;
	font-size:.5em;
    text-align: center;
	line-height: 1.5em;	
	padding-top:20px;
    margin-bottom: 30px;
	height: 39px;
	width: auto;
	color:#CCC;
}

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

#footer {
	width:100%;
	display:block;
	background: #252525;
	margin:0px;
	position: fixed;
	bottom: 0;
	height: 51px !important;
	/*box-shadow: 0 5px 5px 5px #000;
	-webkit-box-shadow: 0 5px 5px 5px #000;
	-moz-box-shadow: 0 5px 5px 5px #000;*/
	z-index:90;
}
		
#topbutton {
	background-image: url('../load/images/topBtn.png');
	background-repeat:no-repeat;
	display:inline-block;
	width:38px;
	height:24px;
	margin-top: 12px;
	margin-right: 24px;
	float: right;
}

#copywrites{
	font-family:Arial, Helvetica, sans-serif, Myriad Pro;
	font-size:.5em;
	line-height:3.5em;
	margin-left:20px;
	padding-top:5px;
	height: 39px;
	width: auto;
	float: left;
	color:#CCC;
}

#lastchance{
	display: block;
	padding-top:17px;
	padding-bottom:140px;
	width: 100%;
	height: 100px;
	background-color:#000;
}

#socialfoot {
	height:70px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#twitterfoot {
	display: block;
	width:70px;
	height:70px;	
	background-image:url('../load/images/twitter_foot.png');
	background-repeat:no-repeat;
	margin: 0px;
	float:left;
}

#facebookfoot {
	display: block;
	width:31px;
	height:70px;	
	background-image:url('../load/images/facebook_foot.png');
	background-repeat:no-repeat;
	margin-left:15px;
	float:left;
}

#googlefoot {
	display: block;
	width:51px;
	height:70px;	
	background-image:url('../load/images/google_foot.png');
	background-repeat:no-repeat;
	margin-left:25px;
	float:left;
}

#linkinfoot {
	display: block;
	width:51px;
	height:70px;	
	background-image:url('../load/images/linkin_foot.png');
	background-repeat:no-repeat;
	margin-left:25px;
	float:left;
}


/*-------------------------------------------   Padding   ----------------------------------------------*/

.padding20 {
	padding: 20px !important;	
	
}

.padding40 {
	padding: 40px !important;	
	
}

.padding4080 {
	padding: 40px 80px 40px 80px !important;	
	
}

.right {
	float: right !important;	
}

.left {
	float: left !important;	
}



/*-------------------------------------------   resizing for large screens   ----------------------------------------------*/

@media only screen and (max-width : 1124px) {	

#wsjhome {
	height:	650px;
    background: url('../load/images/home_image2022_medium.jpg') no-repeat center;
	background-size:cover;
}

#homewsj {
	height: 30px;
	width: 289px;
    left:50%;
	top: 15%;
    margin: 0px 0 0 -160px;
	padding-top:65px;
	background: url('../load/images/wsj_homelogo2022.png') no-repeat center;
	-moz-background-size: contain;
	background-size: contain;
	font-size:1em;
}

#homedownbtn {
	width: 80px;
	height: 90px;
	background: url('../load/images/homedown_btn.png') no-repeat center;
}

#sectionwrap {
	top:35px;
}

.projects {
	max-width: 800px;
}

.artsection {
	padding: 20px 0px 30px 30px;
}

.headblock{
	display:block;
	max-height: 50px;
	/*padding:10px;*/
	margin-left:15px;
	clear:both;
}

h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing:.9px;
	clear:both;
}

.projectInfo {
	width:auto;
	margin-left:5px;
	max-width: 100%;
	float:left;
}
	
.projectInfo p {
	font-size:.6em;
	font-family: Helvetica Neue, Helvetica, Arial;
	margin-left:20px;
	margin-right:10px;
	line-height: 1.4em;
	padding-top: 17px;
	padding-bottom: 17px
	
}

.skillText {
	font-size: .9em;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight:700;
	color: #3a3a3a;
	padding-bottom:8px;
	
}

.viewBtn {
    font-size: 18px;
}


.projectsocialbtn {
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 15px;
	text-align:left;
	float:left;
	clear: left;
	border-top: none;
}


.artsection img {
	display:block;
	width: 100%;
	max-width:750px;
}

#biowrap {	
	padding-bottom:4%;
}	

.newsInfo p {
	font-size:.6em;
	
}

.box1, .box2, .box3 {
	width: 50%;
	padding: 25px;
}

.box3 {
	display:none;
}

.wsjblock {
	width: 100%;
	height: 100%;
	background: #FFF url('#');

}

.wsjblock img {
	display:block;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	max-width:1124px;
}

#likeportfolio{
	width: 100%;
	margin-left:0px;
	margin-right:0px;
	height:115px;
}


}

@media only screen and (max-width : 1024px) {
	
#wsjhome {
	height:	768px;
	background-size:cover;
	
}

#homewsj {
	top:25%;
	
}

}

@media only screen and (max-width : 860px) {

#nav2 {
	display:none;
}

nav {
	display:inline-block;
	float:left;	
}
	
#menu-icon {
	display:inline-block;
}

nav ul, nav:active ul { 
	display: none;
	position: absolute;
	padding: 0px 20px 0px 20px;
	background-color:hsla(0,50%,0%, 1);
	left: 180px;
	top: 58px;
	width: 40%;
}

nav li {
	text-align: left;
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid #333;
	padding-bottom:17px;
	margin: 0;
}

nav:hover ul {
	display: block;
}

#wsjhome {
	/*background: url('../load/images/flintwater2.jpg') no-repeat;
	background-size:cover;*/
}



.cat {
	width: 100%;
	height:100px;
}

h2 {
	font-size:2.5em;
	padding-top:26px;
	margin-left:20px;
}

.artsection {
	padding: 20px 0px 30px 5px;
}

.wsjTitle {
	font-size:.6em;
}

#biowrap {
	width:85%;
}
	
.liketext  {
    font-size:.5em; 
    line-height:25px;
}

#topbutton {
	float: right;
	margin-right: 23px;
}

#my-map {
	height: 200px;	
}

#contactbackground {
	padding-bottom:0px;
	padding-top:0px;
}



/*********************************   Story TEXT  Tablet Portrait   ********************************/
 
 .storyinfo {
	font-size: 1em !important;
	line-height: 40px !important;
	
}

.storyinfo a {
	font-size: .7em;
}
 


}




@media only screen and (max-width : 640px) {
	
	
 /* -------------------------- Home Credit Tag Mobile --------------------------- */


.hometab {
	top: 30%;
	
}
/* -------------------------- Home Credit Tag Mobile Enc --------------------------- */

	
	
header {
    box-shadow: 0 -5px 20px -2px #000;
	/*-webkit-box-shadow: 0 -5px 20px -2px #000;
	-moz-box-shadow: 0 -5px 20px -2px #000;*/
}

#wsjhome {
	height:	400px;
    background: url('../load/images/home_image2022_small.jpg') no-repeat center;
    background-size: cover;
}	



#homewsj {
	height:310px;
	line-height:0px;
	top:15%;
	width: 295px;
    margin: 0px 0 0 -145px;
	padding-top:190px;
	font-size:.8em;
    font-stretch:normal;
	background: url('../load/images/wsj_homelogo2022.png') no-repeat center;
	background-size: 85%;
}

#homedownbtn {
	width: 38px;
	height: 70px;
	background: url('../load/images/homedown_btn_small.png') no-repeat center;
} 
                                          
                                                                                                      
body{
	padding-top:45px;

}
	
nav ul, nav:active ul { 
	left:  0px;
	width: 100%;
	padding: 0px;
	
}	

nav li {
	text-align: center;
}

.artsection {
	padding: 10px 0px 25px 0px;
}
		
h3 {
	display:inline-block;
	font-size: .9em;
	line-height: 1.6em;
	letter-spacing:.9px;
	
}

.artsection img {
	padding-top: 10px;
}


.projectsocialbtn {
	display: none;	
}


.projectInfo {
	width:100%;
	max-width: 335px;
	padding-right:40px;
	text-align:left;
	float:left;
	clear: left;
}
	
.projectInfo p {
	color:#333;
	font-size:.62em;
	font-family: Helvetica Neue, Helvetica, Arial;
	line-height: 1.5em;
	padding-top: 15px;
}
		
.cat {
	width: 100%;
	height:60px;
}

h2 {
	font-size:1.3em;
	padding-top:15px;
	margin-left:15px;
}	

.liketext  {
    display:none;
}

#socialbtns {
	width:295px;
}
                                                                                              
.wsjTitle {
	font-size:.5em;
}

#wsjgraphic {
	display: none;
}

#wsjgraphic img {
	display:none;
}

#skillsgraphic {
	display: none;
}

#skillsgraphic img {
	display:none;
}

#piegraph {
	display: block;
}

#piegraph img {
	display:block;
}	

#biowrap {
	width:85%;
}	

.bioinfo {
	font-size:.6em;
}		

.newsheader {
	font-size: .9em;
	font-weight:lighter;
	line-height: 1.5em;
}

.newsInfo p {
	padding-top: 0px;
	font-size:.5em;
	line-height: 1.4em;
	height: 100%;
	
}
.linkwrap {
	height: 200px;
}

.box1 {
	display: none;
}

.box2 {
	width:100%;
	height: 200px;
	
}

#my-map {
	height: 150px;	
}

.sendButton {
	width:100%;
    height:50px;
}



}





@media only screen and (max-width : 480px) {
	
#wsjhome {
	/*background: url('../load/images/flintwater2.jpg') no-repeat;
	background-size:cover;*/
}


.hide-for-mobile {
	display: block;
}


#homewsj {
	margin-top:-15px;
}	


#socials {
	display:none;
	
} 
    
    
.reCAPTCHAtext {
    padding-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
	font-size:.45em;
}

#lastchance{
	display: block;
	padding-top:17px;
	padding-bottom:0px;  
	width: 100%;
	height: 100px;
	background-color:#000;
}
 
 
 /* -------------------------- Home Credit Tag Mobile --------------------------- */


.hometab {
	top: 30%;
	
}

 
 /*********************************   Story TEXT Mobile   ********************************/
 
 .padding4080 {
	padding: 20px 40px 40px 40px !important;	
	
}
 
 .storyinfo {
	font-size: .8em !important;
	line-height: 37px !important;
	
}

.storyinfo a {
	font-size: .8em;
}
 


}

 
 
 
