@charset "utf-8";
body{
  background-attachment: fixed;
}
.clear{clear:both;}
.boldText{font-weight: 700;}
.btnTopMargin{margin-top: 20px;}
.float{float:left;}


/*------------------------------------NAVIGATION, HOME LOGO------------------------------------*/
.navBar{
	width: 100%;
	background-color: rgba(235,235,235);
	height: 80px;
	position: fixed;
	z-index: 5000;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, .3);

}
.portNavBar{
	height: 50px;
	background-color: rgba(55,55,55,1);
}
.navContainer{
	height: 80px;
	max-width:1180px;
	/*min-width: 669px;*/
	margin: 0 auto;
	padding:0 50px 0 50px;
}
.portNavContainer{
	height: 60px;
	max-width:1180px;
	min-width: 669px;
	margin: 0 auto;
	padding:0 50px 0 50px;
}
.headerLink{
	width: 250px;
	height:80px;
	float: left;
}
.headerLink a{
	display: block;
	width: 250px;
	height:80px;
}
.headerLogo{
	background-image: url(../images/general/headerLogo.png);
	width:53px;
	height:60px;
	float:left;
	margin-top:10px;
	webkit-transition: background-image .25s ease;
  	-moz-transition: background-image .25s ease;
  	-o-transition: background-image .25s ease;
  	transition: background-image .25s ease;
  	background-repeat: no-repeat;
}
.headerLink a:hover .headerLogo{background-image: url(../images/general/headerLogoHover.png);}
.headerLink a:hover .headerName{color: rgba(127, 140, 141, 1.0);}
.headerLink a:hover span.firstNameNav{color: rgba(41, 128, 185, 1.0);}
h1.headerName{
	float: left;
	font-family: "kallisto",sans-serif;
	font-size: 1.em;
	text-decoration: none;
	padding-top: 31px;
	letter-spacing: 2px;
	color: rgba(41, 128, 185, 1.0);
	font-weight: 900;
	webkit-transition: color .35s ease;
  	-moz-transition: color .35s ease;
  	-o-transition: color .35s ease;
  	transition: color .35s ease;
}
span.firstNameNav{
	color: rgba(127, 140, 141, 1.0);
	font-weight: 500;
	letter-spacing: 3px;
	webkit-transition: color .35s ease;
  	-moz-transition: color .35s ease;
  	-o-transition: color .35s ease;
  	transition: color .35s ease;

}
nav ul{
	list-style: none;
	float: right;
	height: 15px;
}
nav ul li{
	float:left;
	margin-left:35px;
	padding-top: 30px;
}
nav ul li a, .menuTitle{
	color:rgba(55,55,55);
	font-family: 'kallisto', sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 1px;
	-webkit-transition: color.35s ease;
  	-moz-transition: color .35s ease;
  	-o-transition: color .35s ease;
  	transition: color .35s ease;
}

.portNav ul li a{
	color: rgba(225, 225, 225, 1.0);
}
nav ul li a:hover{color:rgba(185,185,185);}
.navSelect{
	color: rgb(41, 128, 185, 1.0);
	font-weight: 900;
}

.portNavSelect{
	color: rgb(41, 128, 185, 1.0) !important ; 
	font-weight: 700 !important;
}
/*------------------------------------PORTFOLIO SUB NAVIGATION------------------------------------*/
.portNav ul li{padding-top: 15px;}
.portNav ul li a{font-size: 1em;}
.contentContainer{
	max-width:1180px;
	margin: 0 auto;
	padding:120px 50px 0 50px;
	font-family: 'stratum-2-web', sans-serif;
	margin-bottom: 50px;
	display: block;
}

.ContactContainer{
	padding:222px 0 0 0;
}
p.menuTitle{display: none;}
label{display: none;}
label.exitNav{display: none;}
#menu-toggle {display: none;} /* hide the checkbox */
#menu{display: none;}
/*------------------------------------PAGE HEADERS / SUB HEADERS / MAIN------------------------------------*/
.pageTitleContainer{
	max-width: 1180px;
	text-align: bottom;
	align-self: flex-end;
	padding: 0 0 35px 0;
	
}
/*------------------------------------MAIN CONTAINERS AND TEXT------------------------------------*/

.addBtmMargin{
	margin-bottom: 120px !important;
}
section#FoxSection, section#PersonalSection{
	margin-bottom: 60px;
}

section#FoxSection p,section#PersonalSection p{
	font-family: stratum-2-web, sans-serif !important;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.5;
	width: 75%; 
	margin-bottom: 80px;
}

h5.sectionDesc, a.sectionDesc, .projectName h5 {
	width: 90%;
	line-height: 1.4;
	font-size: 1.2em;
	font-family: 'kallisto', sans-serif;
	font-weight: 700;
 	color:rgba(55,55,55, 1.0);
	text-align: left;
	letter-spacing: 1px;
}

a.sectionDesc{
	color: red;
	cursor: pointer !important;
	z-index: 6500;

}

.pageTitleContainer h2{
 	font-weight: 500;
 	font-size: 3em;
 	width: 100%;
 	letter-spacing: 2px;
 	color:rgba(55,55,55, 1.0);

 }

 .pageTitleContainer p{
 	margin-bottom: 0 !important;
 	font-weight: 500 !important;
 	margin-left: 0 !important;
 }
.pageTitleContainer h3, div.nameBG h3{
	font-family: 'kallisto', sans-serif;
	font-size: 3.5em;
	padding: 0;
	letter-spacing: 1;
	display: block;
	margin: 0 0 40px 0;
	font-weight: 800;
	color:rgba(55,55,55, 1.0);
}
div.nameBG h3{
	margin-bottom: 0;
}
div.nameBG h3{
	margin-bottom: 10px;
}
div.nameBG h4{
	font-weight: 500;
}
.pageTitleContainer h4, .aboutH4{
	font-family: 'kallisto', sans-serif;
	font-size: 2.25em;
	padding: 0;
	width: 90% ;
	letter-spacing:1px;
	display: block;
	margin: 0 0 15px 0;
	font-weight: 700;
	color:rgba(55,55,55, 1.0);
}
.pageTitleContainer > h5.jobDuration{
	margin-bottom: 10px;
}
.pageTitleContainer h5{
	font-family: 'kallisto', sans-serif;
	padding: 0;
	letter-spacing: 5;
	display: block;
	margin: 0;
	font-weight: 700;
	color:rgba(55,55,55, 1.0);
}

.pageTitleContainer h2,h3, .aboutH3 {
	text-align: left;
	font-family: 'kallisto', sans-serif;
	font-weight: 800;
}


.persH3{
	margin-top: 0px !important;
}

.detailH3{
	text-align: center;
	margin-top: 0px;
}
.mainText, .thanksText{
	font-family: stratum-2-web, sans-serif !important;
  	font-weight: 300;
  	font-size: 1.1em;
  	letter-spacing: 1px;
  	line-height: 1.5;
	color: rgba(55, 55, 55, 1.0);
	width: 75%;
	margin: 30px 0 30px 0;

}
.thanksContent{
margin-top: 50px;
}

span.mdlz-e{
	font-weight: 300;
}
span.redText{
	color: #cb0c32;
	font-weight: 700;
}
.thanksText{font-family: "Lato",sans-serif}
video.video{
	width: 70%;
	margin-left:15%;
	margin-top: 30px;
}
video.ballVideo{
	width: 50%;
	margin-left:25%;
}

div.aboutBTN{
	margin-top: -30px;
}

p.underMockupMargin{
	margin-bottom: 70px;
}
/*------------------------------------FOOTER------------------------------------*/
.footer{
	text-align: center;
	vertical-align: center;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.9);
	padding-top: 20px;
	margin-top: 50px;
}
.footer p{
	font-family: 'Rajdhani',sans-serif;
	color: #ffffff;
	font-size: .8em;
}
/*------------------------------------FOR ADDITIONAL SPACE WITH SECOND NAV BAR------------------------------------*/

/*------------------------------------TO CENTER TEXT ON INDEX VERTICALLY------------------------------------*/
.outer{
   	height: 900px;
    width: 100%;
    background-image: url(../images/portfolio/WelcomeBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }

 
 div.outerPortFox{
 	background-image: url(../images/portfolio/foxOuterPortBG.jpg);
 	 z-index: -500;
 	height: 500px;
 	display: flex;
 }

  div.contactBG{
 	background-image: url(../images/contact/GirlSittingInCave.jpg) !important;
 	height: 500px;
 }
div.outerPortPersonal{
 	background-color:red;
 	 z-index: -500;
 	height: 500px;
 	display: flex;
 }
 .middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
    width:100%;
    margin-top: 300px;
}

.name{
	font-family:'kallisto', sans-serif;
	font-weight: 700;
	color: rgba(245,245,245);
	font-size: 5.5em;
	letter-spacing: 5px;
	text-align: left;
	margin-top:240px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	
}
.name > .firstName{
	font-family:'kallisto', sans-serif;
	letter-spacing: 10px;
	font-weight: 300;
}
h2#nameTitle{
	font-family:'kallisto', sans-serif;
	color:rgba(225,225,225);
	font-size: 1.5em;
	font-weight: 500 !important;
	margin: 20px auto 10px auto;
	letter-spacing: 4px;
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .5); 
}
div.BTN{
	width: 220px;
	margin:0;
	vertical-align: middle;
}

div.aboutBTN{
	margin: 0px !important;
}


/*------------------------------------VIEW PORTFOLIO BUTTON------------------------------------*/
a.portBTN{
	width: 200px;
	display: block;
	text-align: center;
	padding: 19px 0 20px 0;
	font-family: 'kallisto', sans-serif;
	font-size: 1em;
	color:#ffffff;
	background-color: rgba(41,128,185,1.0);
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: background-color.35s ease;
  	-moz-transition: background-color .35s ease;
  	-o-transition: background-color .35s ease;
  	transition: background-color .35s ease;
}
.thanksBTN{
	width: 250px !important;
}
a.portBTN:hover{
	background-color: rgba(45,165,232,1.0);
}
a.homeBTN{margin-top: 30px;}
/*------------------------------------BTM BUTTONS ON WORK DETIAL PAGES------------------------------------*/
.detailsBTN{float: left;}
div.rightBTN{float: right;}
a.arrowBTN{
	width: 50px;
	height: 50px;
	display: block;
	background-color: rgba(0,0,0,.7);
	border: 1px solid #6f6f6f;
	float: left;
	background-image: url(../images/details/backArrow.png);
}
a.arrowBTN:hover{
	background-color: rgba(0,0,0,.7);
	border: 1px solid #cb0c32;
	background-image: url(../images/details/backArrow-hover.png);
}
a.rightArrow{
	float: right;
	background-image: url(../images/details/backArrow-right.png);
}

a.rightArrow:hover{background-image: url(../images/details/backArrow-right-hover.png);}
.BtmDetailBTNs{
	width: 100%;
	margin-top:40px;
}
/* HIDE ARROWS UNDER BACK TO PORT BUTTON | MOBILE - BLOCK */
.mobile-arrows{
	margin: 0 auto;
	width: 90%;
	display: none;
}
/*------------------------------------HIDES DISCLAIMER UNTILL MOBILE------------------------------------*/
.appDisclaimer{
	color: #E2E2E2 !important;
	display: none;}
/*------------------------------------BOTTOM PORT ITEMS IN SECTION TO HAVE NO MARGIN BOTTOM------------------------------------*/
.noBtmMargin div.portItem:nth-last-child(-n+2) {margin-bottom: 0;}
.noBtmPadding{padding-bottom: 0}
.reduceSpacer{padding-top: 100px;}
/*------------------------------------PORTFOILO PAGE------------------------------------*/
.portItem{
	width:48%;
	float: left;
	margin-left: 4%;
	display: block;
	background-color: #ffffff;
	margin-bottom: 3%;
	overflow: hidden;
}
.itemSingle{left: 0;}
.noLeftMargin{margin-left: 0;}
.portItem a{
	display: block;
	text-decoration: none;
}
.portItem a:hover > .itemBox {
	background-color: rgb(220,220,220);
	
}

.portItem a:hover > .itemBox {
	color: rgb(155,155,155);
}


.portItem a:hover > .itemBox span.btmSpan{width: 100%;}
.portItem a:hover > .itemBox span.topSpan {width: 100%;}
.itemBox{
	width:100%;
	height:20px;
	bottom: 0;
	padding: 30px 0 42px 30px;
	background-color: rgb(235,235,235);
	position: relative;
}
.itemBox span.btmSpan{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: rgb(41,128,185);
    transition: all 0.35s;
}
.itemBox span.topSpan{
	position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 4px;
    background-color: rgb(41,128,185);
    transition: all 0.35s;
}
.itemBox h5, h4{
	font-family: kallisto, sans-serif;
	color: rgb(55,55,55);
	font-weight: 700; 
	font-size: 1.2em;
	letter-spacing: .2em;
	-webkit-transition: color.15s ease;
  	-moz-transition: color .15s ease;
  	-o-transition: color .15s ease;
  	transition: color .15s ease;
}
.itemBox h4{
	padding-bottom: 10px;
	font-size:.9em;
	letter-spacing: .1em;
	font-weight: 500;
}


/*------------------------------------CONTACT PAGE, FORM------------------------------------*/
.formContainer{
	float: left;
	width: calc(100%);
	margin:0;
	padding: 0;
}
.textInput{
	width:100%;
	height: 55px;
	background-color: rgba(255,255,255,1.0);
	margin-top: 20px;
	font-family: 'Kanit', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	border:1px solid rgba(55, 55, 55, 1.0);
	padding-left:20px;
	color: rgba(55, 55, 55, 1.0);
	-webkit-transition: background.35s ease;
  	-moz-transition: background .35s ease;
  	-o-transition: background .35s ease;
  	transition: background .35s ease;
  	-webkit-transition: border.50s ease;
  	-moz-transition: border .5s ease;
  	-o-transition: border .5s ease;
  	transition: border .5s ease;
  	outline: none;
}
.textInput:first-child{margin-top: 0;}
.formMessage{
	width: 100%;
	margin-top: 20px;
	font-family:'Kanit', sans-serif;
	font-size: 1.1em;
	border:1px solid rgba(55, 55, 55, 1.0);
	font-weight: 300;
	padding-left:20px;
	padding-top: 10px;
	background-color: rgba(255,255,255,1.0);
	color: rgba(55, 55, 55, 1.0);
	-webkit-transition: background.35s ease;
  	-moz-transition: background .35s ease;
  	-o-transition: background .35s ease;
  	transition: background .35s ease;
  	-webkit-transition: border.50s ease;
  	-moz-transition: border .5s ease;
  	-o-transition: border .5s ease;
  	transition: border .5s ease;
  	outline: none;
}
input:focus { 
	border:1px solid rgba(41,128,185,1.0); 
	background-color: rgba(235,235,235,1.0);
	color: rgba(55, 55, 55, 1.0);
	font-weight: 500;
}
textarea:focus { 
	border:1px solid rgba(41,128,185,1.0); 
	background-color: rgba(235,235,235,1.0);
	color: rgba(55, 55, 55, 1.0);
	font-weight: 500;
}
.submitBtn{
	width: 200px;
	display: block;
	text-align: center;
	border: none;
	padding: 19px 0 20px 0;
	font-family: 'kallisto', sans-serif;
	font-size: 1em;
	color:#ffffff;
	background-color: rgba(41,128,185,1.0);
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 50px 0 0 0;
	border-radius: 0;
	-webkit-transition: background-color.35s ease;
  	-moz-transition: background-color .35s ease;
  	-o-transition: background-color .35s ease;
  	transition: background-color .35s ease;
  	outline: none;
}


.formBtn{
	margin-bottom: 0;
	cursor: pointer;
}
.submitBtn:hover{
	background-color: rgba(45,165,232,1.0)
}
/*------------------------------------CONTACT PAGE, LEFT SIDE INFO------------------------------------*/
.contactInfo{
	width: 300px;
	padding-top:30px; 
	background-color: rgba(235,235,235,1.0);
	float: left;
	margin-top: 30px;
	text-align: center;
}
.contactInfo img{
	width: 120px;
	height: 120px;	
	margin: 0 auto 0 auto;
	display: block;
}

img.noRadius{
	border-radius: 0;
	width: 40px;
	height: 40px;
}
div.socialIcon {
	margin-bottom: 30px;
}
div.socialIcon a{
	display: block;
	width: 45px;
	padding: 10px;
	height: 45px;
	margin: 0 auto 5px auto;
	background-image: url(../images/contact/linkedIn.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}
div.socialIcon a:hover{background-color:rgba(0,119,181,.5);}
.resumeContainer{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
img.resumeIcon{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
a.resumeLink{
	text-decoration: none;
	color:rgba(55, 55, 55, 1.0);
	font-weight: 700;
	padding:40px 0 40px 0;
	-webkit-transition: background-color.35s ease;
  	-moz-transition: background-color .35s ease;
  	-o-transition: background-color .35s ease;
  	transition: background-color .35s ease;
	width: 100%;
  	display: block;
  	background-color: rgba(205,205,205, 1.0);
  	font-size: 1.1em;
font-family: kallisto,sans-serif;
font-weight: 500;
}


a.resumeLink:hover{
	background-color: rgba(55,55,55, 1.0);
	color: #ffffff;
}
a.resumeLink:hover > .resumeLink{opacity: .5;}
.contactInfo p, a.emailLink {
	text-align: center;
	margin: 15px 0 30px 0;
	color: rgba(55, 55, 55, 1.0);
	font-size: 1.1em;
	-webkit-transition: color.35s ease;
  	-moz-transition: color .35s ease;
  	-o-transition: color .35s ease;
  	transition: color .35s ease;
  	font-family: kallisto,sans-serif;
}
a.emailLink{
	margin-top:15px;
	display: inline-block;
}
a.emailLink:hover{color: #b1aeb8;}
.noLeftMargin{
	margin-left: 0 !important;
}
/*------------------------------------ABOUT PAGE------------------------------------*/
.potrait{
	border-radius: 50%;
	background-image: url(../images/about/potrait.jpg);
	width: 240px;
	height: 240px;
	margin: 30px auto 0 auto;
	cursor: progress;
	-webkit-transition: background-image.35s ease;
  	-moz-transition: background-image .35s ease;
  	-o-transition: background-image .35s ease;
  	transition: background-image .35s ease;
}
.potrait:hover{background-image: url(../images/about/potrait2.jpg);}
.aboutText{
	margin-bottom: 30px;
}
.toolsContainer{
	width: 40%;
	text-align: center;
	float: left;
	padding-left: 10%;
	margin-top: 10px;
}
.toolsRight{
	padding-right: 10%;
	padding-left: 0;
}
.icon{
	width: 100px;
	height: 130px;
	margin:0 5px 15px 5px;
	display: inline-block;
	text-align: center;
}
.iconText{
	color: #b1aeb8;
	margin-top: 5px;
	margin-left: 8px;
}
.toolsContainer img{
	width: 100px;
	height: 100px;
}

.skillsContainer{
	width: calc(100% / 3.0001);
	float: left;
	text-align: center;
}
.skillsContainer img{
	width: 140px;
	height: 70px;
	margin: 0 auto;
}
.skillsContainer h5{
	font-weight: 700;
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 20px;
}
section.aboutBtmContent{text-align: center;}
.noBtmMargin{margin-bottom: 0;}
.lessBtmMargin{margin-bottom: 30px;}
/*------------------------------------WORKDETAIL PAGES------------------------------------*/
.projectNameContainer{
	text-align: right;
	z-index: 4500;
}
.projectName1180{
	max-width:1180px;
	margin: 0 auto;
	padding:0 50px 0 50px;
}
/*.detailHeader{
	width: 100%;
	border-bottom: 1px solid #cb0c32;
	height:100%;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
.detailContent{padding-top: 0;}
.detailName h4, .detailName h5{
	font-family: 'kallisto', sans-serif;
	font-weight: 700;
	font-size: 2.25em;
	letter-spacing:1px;
}

.detailName h1{
	font-family: 'kallisto', sans-serif;
	color: #rgba(55, 55, 55, 1.0);
	font-weight: 700;
	font-size: 3.0em;
	letter-spacing:3px;
}
.ProjectPageName h4, .ProjectPageName h5{
	color: rgba(55, 55, 55, 1.0);
}

.detailName h5{
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 5px;
}
.detailName{
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	text-align: center;
}
.nameBG{
	display: inline-block;
	padding: 35px 0 0 0;
}
.detailMockup{
	display: block;
	margin: 0 0 60px 0;
	width: 100%;
}

.ProjectPageName{
	padding-top: 175px;
	text-align: left;
}

.projectImage700{
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.projectImage500{
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.projectImage250{
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 40px;
}
/*------------------------------------DESIGNS------------------------------------*/
.extraImages{
	margin:30px auto;
	display: block;
	width: auto;
	max-width: 70%;
}
/*------------------------------------MOBILE DESIGNS------------------------------------*/
.mobile-image{max-width: 360px;}
.topMargin{margin-top: 40px;}
.lightBoxContainer img.noTopMargin{margin-top: 0;}
/*------------------------------------SWF APP PAGES------------------------------------*/
.ipadContainer{
	width:944px;
	height:713px;
	background-image: url(../images/details/ipadContainer2.png);
	margin: 50px auto;
}
#flashID{
	position: absolute;
	top:119px;
	left: calc(50% - 384px);
}
ul.projectList{
	margin-top: -50px;
}
ul.projectList li{
	list-style-type:square;
	list-style-position: inside;
  font-family: stratum-2-web, sans-serif !important;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 1.5;
  color: rgba(55, 55, 55, 1.0);
  width: 75%;
  text-align: left;
}
.subnav{
	font-size: .8em !important;
}
.subnav ul li{
	padding-top:17px
}
.subnav ul li a:hover{
	color: #fff;
}

div.aboutPortFox{
 	background-image: url(../images/about/AboutBG.jpg);
 	height: 500px;
 }

 div.outerPortPersonal{
 	background-image: url(../images/portfolio/PersonalPortBG.jpg);
 	background-position: left;
 }



/*------------------------------------MIDSIZE DESKTOP AND LARGE TABLET QUERY------------------------------------*/
@media screen and (max-width:1180px) and (min-width:961px) {
.detailName{
width: 100%;
padding: 120px 0 0 0;
}
.name{
	font-size: 4.35em;
	padding-right: 30px;
}
.mainLogo{
	max-width:600px;
	height: 400px;
}
.mobile{display: none;}
.contentContainer{padding:120px 0 0 0;}
.detailContent{padding: 0px 30px 0 30px;}
.navContainer{padding: 0 30px 0 30px;}
/*FOR ADDITIONAL SPACE WITH SECOND NAV BAR*/

.portItem{
	margin-left: 2%;
	margin-bottom: 2%;
}
.noLeftMargin{margin-left: 0;}
.portItem{width:49%;}
/*CONTACT ITEMS - MAKE INFO ON TOP 100%*/
.contactInfo{width: 100%;}
form{width:100%;}
input[type="text"],textarea{
	width:100%; 
	border-radius: 0;
}
section#FoxSection p, section#PersonalSection p{
	margin-left: 30px;
	width: calc(100% - 60px);
}
.formContainer{
	float: left;
	width:calc(100% - 60px);
	margin:0 0 0 30px;
	padding: 0;
}
.projectName1180{padding-right: 30px;}
.detailContent{padding: 0px 30px 0 30px;}

.pageTitleContainer{
	padding-left: 30px;
}
div.outerPortFox{
 	background-image: url(../images/portfolio/foxOuterPortBG.jpg);
 	 z-index: -500;
 	height: 500px;
 }

  div.aboutPortFox{
 	background-image: url(../images/portfolio/AboutPortBG.jpg);
 }

.mainText{
	width: 100%;
}

.ProjectPageName{
	padding-top: 165px;
}
h3.aboutH3{
	margin-left: 30px;
}
.nameContainer, .contactMeBlock{
	padding-left: 30px;
}
}/*------------------------------------END MIDSIZE DESKTOP AND LARGE TABLET MEDIA QUERY------------------------------------*/

/*------------------------------------TABLET QUERY------------------------------------*/
@media screen and (max-width:960px) and (min-width:768px){
/*NAME*/
section#FoxSection p, section#PersonalSection p{
	width: calc(100% - 60px);
}

.ProjectPageName{
	padding-top: 165px;
}
.name{
	font-size: 4.35em;
	padding-right: 30px;
}
h2#nameTitle{
	font-size: 1.25em;
}

.mainText{
	width: 100%;
}
/*CONTENT*/
.contentContainer{padding:120px 0 0 0;}
/*NAV*/
.navContainer{padding: 0 30px 0 30px;}
/*PORTFOLIO ITEMS*/
/*FOR ADDITIONAL SPACE WITH SECOND NAV BAR*/

.portNav ul li{
	padding-top: 17px;
}
.mainText, .thanksText{font-size: 1.1em;}
.portItem{
	margin-left: 2%;
	margin-bottom: 2%;
}
.noLeftMargin{margin-left: 0;}
.portItem{width:49%;}
.contactInfo{width: 100%;}
form{width:100%;}
input[type="text"],textarea{
	width:100%; 
	border-radius: 0;
}
.formContainer{
	float: left;
	width:calc(100% - 60px);
	margin:0 0 0 30px;
	padding: 0;
}
.toolsContainer img{
	width: 100px;
	height: 100px;
	margin:0 5px 10px 5px;
}
/*DETAIL ITEMS*/
.projectName1180{padding-right: 30px;}

.detailContent{padding: 0px 30px 0 30px;}
.pageTitleContainer {
    padding-left: 30px;
}
section#FoxSection p, section#PersonalSection p{
	margin-left: 30px;
}
.pageTitleContainer h2{
	font-size: 2.5em;
}
.pageTitleContainer p{
	font-size: .9em;
}
h3.aboutH3{
	margin-left: 30px;
}

.nameContainer, .contactMeBlock{
	padding-left: 30px;
}

}
/*------------------------------------END TABLET MEDIA QUERY------------------------------------*/

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

div.nameBG h3{
	font-size: 3.0 em;
}
.detailName h5{
	font-size: .9em;
}
.detailName h4{
	font-size: 1.6em;
}
section#FoxSection p, section#PersonalSection p{
	padding-left: 30px;
	width: calc(100% - 60px);
}

.contactInfo{
	margin-top: 240px;
}

.pageTitleContainer {
    padding-left: 30px;
}
.pageTitleContainer h2{
	font-size: 2em;
	width:80%;
}
.pageTitleContainer p{
	font-size: .9em;
}
.headerLink{
	width: 53px;
	height:50px;
	float: left;
}
.headerLink a{
	display: block;
	width: 53px;
	height:50px;
}
.headerLogo{
	width:35px;
	height:40px;
	background-image: url(../images/general/mobileLogo.png);
	background-repeat: no-repeat;
	float:left;
	margin-top:15px;
	webkit-transition: background-image .25s ease;
  	-moz-transition: background-image .25s ease;
  	-o-transition: background-image .25s ease;
  	transition: background-image .25s ease;
}
.headerLink a:hover .headerLogo{background-image: url(../images/general/mobileLogo-hover.png);}
.headerName{padding-top:20px !important; }
a.portBTN{font-weight: 500;}
.mainText, .thanksText{font-size: 1.1em;}
.btnTopMargin{margin-top: 0;}
.pageTitleContainer h2{font-size:2.5em;}
/*INDEX*/
.name{font-size:2.5em;margin-top: 250px;padding-right:30px}
h2#nameTitle{
	font-size:1em;
	padding-right: 30px;
	line-height: 18px;

}
/*NAV BAR*/
.navBar{height: 60px;}
h1.homeName{
	display: none;
}
.navContainer{
	padding: 0 30px 0 30px;
	height: 60px;
}
.pageTitleContainer h3, div.nameBG h3{
	font-size: 3em;
}

.pageTitleContainer h4, .aboutH4{
	font-size: 1.6em;
	margin-top: 50px;
}
nav ul{display: none;}
/*CONTENT*/
.contentContainer{padding:90px 0 0 0;}
/*PORTFOLIO ITEMS*/
/*FOR ADDITIONAL SPACE IWTH SECOND NAV BAR*/

.portItem{
	width: 100%;
	margin-left: 0;
	padding: 0;
	margin-bottom: 6%;
}
video.video{
	width: 100%;
	margin-left:0;
}
/*REMOVE PORTFOLIO NAV */
section.navBar > section.navBar{display: none;}
/*CONTACT ITEMS*/
p.appDisclaimer{display:block;}
.mainText, .thanksText{width: 100%;}
.mobileWidthFix{
	width: 90%;
}
.contactInfo{width: 100%;}
.formContainer{
	float: left;
	width:calc(100% - 60px);
	margin:0 0 0 30px;
	padding: 0;
}
form{
	width:100%;
	max-width: 767px;
}
input[type="text"],textarea{
	width:100%; 
	max-width: 767px;
}
.submitBtn{
	width: 100%;
	margin-bottom: 0;
}
/*ABOUT*/
.toolsContainer{
	width: 100%;
	padding: 0;
}
.icon{
	width: 100px;
	height: 130px;
	display: inline-block;
}
.iconText{
	text-align: center;
	text-align: center;
	display: inline-block;
}
.toolsContainer img{
	width: 100%;
	height: 100px;
	margin:0 5px 5px 5px;
}
.skillsContainer{
	width:100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.projectName1180{
	padding: 0;
}
.projectName{
	float: none;
	margin: 0 auto;
}
.div.nameBG h3{
	font-size: 3em;
}
.detailContent{padding: 0 30px 0 30px;}

.detailContent iframe{
	width: 100%;
}
img.extraImages{max-width: 100%;}
img.mobileImage{max-width: 100%;}
.lightBoxContainer{
	width:100%;
	margin: 0 auto;
}
.lightbox img{width: 80%;}
.lightBoxContainer img.thumbnail{
	width: 47.5%;
	margin:2.5%;
	float: left;
}
.lightBoxContainer img.noLeftMargin{margin-left: 0;}
.lightBoxContainer img.noRightMargin{
	margin-right: 0;
	float: left;
}
/*.detailHeader{
	background-position: center;}*/
.detailName{padding-left: 0;
	
	padding-top: 100px;}


.detailName h4,h5{
	color: rgba(55, 55, 55, 1.0) !important;
}
label{
    position: absolute;
    top: 15px;
    right: 30px;
    border: 0;
    overflow: hidden;
    background-image: url(../images/general/hamburger-blue.png);
    width: 40px;
    height: 30px;
    outline: none;
    display: block;
    cursor: pointer;
    opacity: 1.0;
    webkit-transition: opactity .25s ease;
  	-moz-transition: opactity .25s ease;
  	-o-transition: opactity .25s ease;
  	transition: opactity .25s ease;
}
label:hover{opacity: .8;}
label:hover + p.menuTitle{color: #cb0c32;}
p.menuTitle{
	color: white;
	position: absolute;
    top: 15px;
    right: 90px;
    display: block;
}
#menu-toggle {display: none;} /* hide the checkbox */
#menu {
  width: 100%;
  position: absolute;
  height: 2000px;
  background-color: rgba(0,0,0,.9);
  list-style: none;
  margin: 0;
  left:0;
  margin-top: 61px;
  padding-top: 29px;
  z-index: -500;
  overflow: hidden;
}
#mobileLinks{
	display: block;
	position: relative;
	width: 100%;
}
#mobileLinks li{
	width: 100%;
	left: 0;
	text-align: center;
	margin-left: 0;
}
#mobileLinks li a{
	text-decoration: none;
	text-align: center;
	color: white;
	transition: all 0.4s ease;
	font-family: 'kallisto', sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: .8;
}
#mobileLinks li a.portSubItem{
	text-decoration: none;
	text-align: center;
	color: white;
	transition: all 0.4s ease;
	font-family: 'kallisto', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	line-height: .8;
}

#mobileLinks li a:hover{
	color:rgba(185,185,185);
}
label.exitNav{
	top: initial;
	right:initial;
	display: block;
	text-align: center;
	/*left: calc(50% - 30px);*/
	background-image: none;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
#mobileLinks li a.navSelect{color: rgba(41,128,185,1.0);}
#menu-toggle:checked + #menu {
  display: block;
  top: 0;
}
a.appBTN{display: none;}
a.arrowBTN{display: none;
}
/* DISPLAY ARROWS UNDER BACK TO PORT BUTTON */
.mobile-arrows{
	display: block;
	margin-top: 30px;
}
.mobile-arrow{display: block !important;}
.detailContent iframe{
	width: 100%;
}
h3.aboutH3{
	margin-left: 30px;
}

 .pageTitleContainer p{
 	padding-left: 0 !important;
 }

 .nameContainer, .contactMeBlock{
	padding-left:30px;
}
div.nameBG{
	padding-right:30px;
}
div.nameBG h3.photoHeader{
font-size:2.8em; 
}
.homeOuter{
background-position: -1150px 0;
  background-repeat: no-repeat;
  background-size: cover;

}

h5.sectionDesc, a.sectionDesc, .projectName h5 {
  font-size: 1.1em;
  line-height: 1.2;
}

.thanksBTN{
margin-left: 30px;
}
}/*------------------------------------END PHONE MEDIA QUERY------------------------------------*/















