html,body{
  height:100%;
  min-height:100%;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

#nav
  {
    /*border:solid 1px #000;*/
    position:relative;
    top: 50px;
    left: 0;
    right:0;
    margin:0 auto;
    width: 960px;
    text-align: right;
    /*padding: 1.5em 0 1.5em 0;*/
    z-index: 1;
    overflow: hidden;
    font-size:18pt;
    color: rgba(255,127,0,1);
    height:35px;
  }
  
#nav > ul
{
  line-height: 0px;
  position: relative;
  display: inline-block;
  margin: 0;
  font-family:Verdana;
  font-size:11pt;
 /* height: 21px;*/
 /* border-left: solid 1px rgba(192,192,192,0.35);*/
/*  border-right: solid 1px rgba(192,192,192,0.35);*/
} 
#nav > ul > li
{
display: inline-block;
margin: -9px 0.5em 0 0.5em;
border-radius: 0.5em;
/*padding: 0.85em;*/
border: solid 0px transparent;
font-family:Verdana;
-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
-o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

#nav > ul > li.active
{
border-color: rgba(255,127,0,0.35);
font-family:Verdana;
}

#nav > ul > li > a,
#nav > ul > li > span
{
display: block;
color: inherit;
text-decoration: none;
border: 0;
outline: 0;
}

#nav > ul > li > ul
{
display: none;
}

.dropotron
{
background: #fff;/*rgba(0,216,238,0.38);*/
padding: 1em 1.25em 1em 1.25em;
line-height: 1em;
height: auto;
text-align: left;
border-radius: 0.5em;
box-shadow: 0 0.15em 0.25em 0 rgba(0,216,238,0.38);
min-width: 12em;
}

.dropotron li
{
  border-top: solid 1px rgba(0,216,238,0.38);
  color: #f0f0f0;
  font-size:18pt;
  padding:10px;
}

.dropotron li:first-child
{
  border-top: 0;
}

.dropotron li:hover
{
  color: #fff;
  /*font-weight:bold;*/
}

.dropotron li a:hover
{
  color: rgba(255,127,0, 1);
  /*font-weight:bold;*/
}

.dropotron li a,
.dropotron li span
{
  display: block;
  border: 0;
  color: rgba(0,216,238,1);
  text-decoration:none;
  font-family:verdana;
  font-size:11pt;
 /* padding: 0.5em 0 0.5em 0;*/
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

.dropotron.level-0
{
  margin-top: 2em;
  font-size: 0.9em;
}

.dropotron.level-0:before
{
  content: '';
  position: absolute;
  left: 50%;
  top: -0.7em;
  margin-left: -0.75em;
  border-bottom: solid 0.75em rgba(0,216,238,0.5);
  border-left: solid 0.75em rgba(64,64,64,0);
  border-right: solid 0.75em rgba(64,64,64,0);
}

/*NAV ENDS*/

#logo{
  width:291px;
  height:157px;
  background-image:url(../images/site_portfolio_logo.png);
  background-repeat:no-repeat;
  position:absolute;
  z-index:100;
  top:-125px;
}

#logo:hover{
  cursor:pointer;
}

header{
  position:absolute;
  top:-42px;
  padding-top:10px;
  font-family:"Helvetica";
  right:0px;
  font-size:12pt;
  color:#ff7f00;
  line-height: 16pt;

}

section{
  width:100%;
}

.circle{
  background-color:#ff7f00;
  border-radius: 300px;
  border:dashed 1px #000;
  width:300px;
  height:300px;
  position:relative;
  margin:auto;
  top:100px;
  left:0px;
  right:0px;
}

#pageLoading{
  position:absolute;
  z-index:900;
  width:100%;
  height:100%;
  background: rgba(100,100,100,0.6);
  display:none;
  
}

#pageLoading div{
  position:absolute;
  z-index:1000;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  margin:0 auto;
  margin-top:auto;
  margin-bottom:auto;
  background-image:url(../images/kittyLoader0.gif);
  background-repeat:no-repeat;
  border-radius:30px;
/*  background-attachment:fixed;
  background-position:center;*/ 
  width:400px;
  height:300px;
  border:solid 1px #000;
}

#main{
  width:960px;
  /*height:900px;*/
 /* min-height:1000px;*/
  height:95%;
  margin:auto;
  top:100px;
  left:0px;
  right:0px;
  position:relative;
  border:solid 1px #ff7f00;
  border-radius: 10px;
  
}

.bio{
  width:100%;
  height:100%;
  border-radius: 10px;
}

.banner{
  width:100%;
  height:50%;
/*  border:solid 1px #000;*/
  border-radius: 10px;
  background-color:#f0f0f0;
  margin-bottom:4px;
  background-color:rgba(0,216,238,0.0);
}

.sectionBlurb{
  width:33%;
  height:48%;
  float:left;
  border-radius: 10px;
  background-color:#f0f0f0;
  overflow:hidden;
  background-color:rgba(0,216,238,0.2);
  display:none;
}

.sectionBlurb h1{
  font-size:18pt;
  line-height: 57pt;
  font-family:verdana;
}

.sectionBlurb blockquote{
  padding:32px; 
  text-align:center;
  font-size:11pt;
  font-family:verdana;
  line-height: 16pt;
  display:block;
  /*border:solid 1px #000;*/
  height:85%;
  color:#555;
}

.bar{
  float:left;
  width:100%;
  height:8%;
  border-radius: 10px;
  background-color:#f0f0f0;
  margin-top:4px;
}

.portfolioPiece{
  display:block;
  background-color:#fafafa;
  width:100%;
  height:100%;
  border-radius: 10px;
}

.info{
  position:absolute;
  z-index:2;
  width:0%;
  height:100%;
  border-radius: 10px;
  background-color:rgba(0,216,238,0.5);
  /*background-color:rgba(255,127,0,0.5);*/
  box-shadow: 2px 2px 2px #999;
  overflow:scroll;
  overflow-x:hidden;
}

.info span{
  
}

.infoBlurb{
  position:relative;
  top:10%
}

.infoBlurb b{
  font-weight:bold;
  margin-left:30px;
}

.title, .category, .collaborators, .roles, .description{
  display:block;
  font-family:"Garamond";
  padding:5px;
  margin-right:5px;
  margin-left:15px;
  margin-bottom:25px;
  min-width:90%;
  font-size:12pt;
  color:#565656;
  line-height:20pt;
/*  border:solid 1px #000;*/
}

.category, .collaborators, .roles{

  /*margin-left:25px;*/


/*  border:solid 1px #000;*/
}

.title{
  font-family:"Verdana";
  font-weight:bold;
  font-size:20pt;
}

.bookmark{
  position:absolute;
  top:10%;
  left:-50px;
  width:50px;
  height:50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius:10px;
  background-color:rgba(255,127,0,0.5);
}

.bookmark img{
  margin:2px;
  margin-top:4px;
  width:85%;
}

.box_rotate {
  -webkit-transform: rotate(360deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(360deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(360deg);  /* IE 9 */
        -o-transform: rotate(360deg);  /* Opera 10.50-12.00 */
         transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
}

.box_rotate_norm {
  -webkit-transform: rotate(0deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(0deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(0deg);  /* IE 9 */
        -o-transform: rotate(0deg);  /* Opera 10.50-12.00 */
         transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
}

.box_transition {
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.visual{
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  border-radius: 10px;
  background-color:rgba(255, 255, 255, 1);
  background-image:url(../images/work/nutriopia/001.jpg);
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:center;
}

#arrowLeft{
  width:80px;
  height:164px;
  position:fixed;
  left:0px;
  top:35%;
  background-image:url(../images/arrows_l.png);
  background-repeat:no-repeat;
  display:none;
}

#arrowRight{
  width:80px;
  height:164px;
  position:fixed;
  right:0px;
  top:35%;
  background-image:url(../images/arrows_r.png);
  background-repeat:no-repeat;
  display:none;
}

.clear{
  clear:both;
}

.copyright a{

  margin-left:5px;
}



footer{
  padding-top:10px;
  font-family:"Helvetica";
  float:right;
  font-size:12pt;
  color:#ff7f00;
  line-height: 16pt;

}

footer span{
  float:right;
  text-align:right;
  font-size:8pt;
}
/*Narrow Browser*/
@media only screen and (max-width: 480px){
  body{background-color:#fafafa;}
}

/*Media query for smartphones*/
@media only screen and (max-device-width: 568px){
  body{background-color:#fafafa;}
  
}

/*Media query for medium browser width*/
@media only screen and (min-width: 481px) and (max-width: 960px){
  body{background-color:#fafafa;}
  
}

/*Media query for tablets*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  body{background-color:#fafafa;}
}

/*Media query for full browser width*/
@media only screen and (min-width: 961px){
  body{background-color:#fafafa;}
}