/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/*Font Stufff*/
@import url(http://fonts.googleapis.com/css?family=Marvel);


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Marvel', sans-serif;
    width:100%;
    height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: top;
    max-width:100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{
  display:block;
  color: #C8FF00;
  text-decoration: none;
  transition:color 1s, border 1s;
  border-bottom: 3px solid white;
}

a:hover{
  color:#FA023C;
  border-bottom:3px solid #C8FF00;
}
body,html{
    width:100%;
    height:100%;
    background-color: #5D7BDE;
    min-width:320px;
    padding-top:20px;
}

img{
  max-width:100%;
}
.ribbon{
    width:100%;
    clear:both;
  
}

.wrap{
    width:1200px;
    margin:0 auto;
    clear:both;

}

.cccontainer{
   display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
}



.oh{
  border-radius: 55px;
}

.d{
  border-radius: 20px 46px 40px 24px;
}
.lttr{
  width:40px;
  border: 3px solid #222222;
}
.od{
  font-size:45px;
  margin-right:10px;
  vertical-align: top;
}
#squawk{
  margin:20px 0px;

}
#logo{
  padding-left:20px;
  padding-top:20px;
}
#logo a{
  color:black;
  border-bottom:none;
  transition: color .5s;
  
}
#logo a:hover{
  color:#FA023C;
  border-bottom:none;
  

}


#ohdevens{
  cursor:pointer;
}
#heads{
  width:220px;
  float:left;
}
#headline{
  overflow:hidden;
  font-size:30px;
  opacity:0.7;
  transition:background-color 1s, color 2s, border-width 1s;
  border: 5px dashed white;
  margin-right:10px;

}

.nav{
  width:150px;
  position:fixed;
  margin: 0px;
  padding:0px;
  padding-top:10px;
  padding-left:10px;
}

.nav.foot-nav{
  position:relative;
  display:none;
  padding:20px 0px;
}

.nav li{
  list-style: none;
  font-size:24px;
  text-align:center;
  cursor:pointer;
  transition: background-color 1s, border .75s, color 1s;
}

.nav li:hover{
  color:#FA023C;
}

.nav a{
  color:black;
  border-bottom:none;
}
.nav a:hover{
  color:#FA023C;
}

.tag{
  color: #C8FF00;
  position: relative;
  font-weight:900;
  font-family: Helvetica;
  margin:10px;
}
.tagged{
  background-color:white;
  z-index:10;
  border-left:none;
  border-right:none;
  border: 1px solid #444444;
  border-radius: 20px 0px 0px 20px;
  border-right-color: white;
  position:relative;



}
.tagged .tag{
  color:#FA023C;
}


.tagdev{
  color:#373737;
}

#pane{
  overflow:hidden;
  background-color:white;
  transition: width 1s;
  min-height:200px;
  box-shadow: rgba(68,68,68,0.2) 0px 2px 3px, inset rgba(68,68,68,0.2) 0px -1px 2px;
  border-radius: 10px;
  border: 1px solid #444444;
  z-index:1;
  position:relative;
  left:-2px;
  margin-left:160px;
  margin-bottom:10px;
}

#pane_container{
  padding:20px;
}
#pane_content{
  
  position:relative;
}

#pane_content a{
  background-color:#5D7BDE;
}

.perma{
  margin: 10px 0px;
  background-color:#D7E9FC;
  transition: background-color .5s, color .5s;
  width:96%;
  color:black;
  padding: 0px 2%;
}

.perma p{
  padding-left:20px;
  margin:0px;
}

.perma:hover{
  background-color:#8199B6;
  color:#FA023C;;
}

.byte-head{
 margin: 10px 0px;
  background-color:#D7E9FC;
  transition: background-color .5s, color .5s;
  width:100%;
  color:black;
  font-size:24px;
}

.byte-head:hover{
  background-color:#8199B6;
  color:#FA023C;
}

.byte-title{
  margin-left:5px;

}

.byte-date{
  margin-left:5px;

}

.comm-trick p{
  background-color:#C8FF00;
  border-radius:10px;
  padding: 0px 10px;
  cursor:pointer;
}

.comm-trick p:hover{
  color:#FA023C;
}

.comm-trick p:after{
   content: "  \003E\003E";
}


/*Work*/

.logo-icon {
    background-color: white;
    width: 100px;
    margin-bottom:10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    margin: 5px;
    zoom: 1;
    *display: inline;
}

#pane_content .logo-icon a{
  background-color:white;
  text-align:center;
}

.logo-icon p{
  background-color: #5D7BDE;
  margin-bottom:0px;
}

.logo-icon img{
  margin:0 auto;
}
.work-proj img{
  float:left;
  margin-right:15px;
}

.work-proj{
  clear:both;
  margin-bottom:30px;
  float:left;
}

.work-proj p {
    clear: none;
    text-align: left;
    margin-top:0px;
}

#pane_content .work-proj a{
  background-color:white;
  transition:none;
  border-bottom:none;
}

#pane_content .work-proj a:hover {
  border-bottom:none;
}

.me-box{
  clear:both;
  margin:10px 0px;
  float:left;
  width:100%;
}

.me-box p{
  text-align:left;
  margin-top:0px;
}

.me-box img, .me-box iframe{
  float:left;
  margin-right:10px;
}




.work-proj h2{
  background-color:#5D7BDE;
  transition:color 1s;
  margin-bottom: 0px;
}

.simple a{
  width:auto; 
  display:inline; 
  padding: 0px 4px;
}


.byte .cccontainer{
  text-align:left;
}

.byte .cccontainer img{
  float:left;
  margin-right:20px;
}











@media (max-width: 1199px){
  .wrap{
    width:100%;
  }
} 



@media (max-width: 1100px){
  
 .work-proj img{
    width:100%;
  }

  .work-proj.three-hundred img{
    width:auto;
  }

  .work-proj p{
    margin-top:20px;
  }


}


@media (max-width: 800px){
  .work-proj img{
    
    float:none;
    margin:0 auto;
  }
  .work-proj.three-hundred img{
    float:left;
    margin-right:20px;
  }
}


@media (max-width: 730px){
  .me-box img, .me-box iframe{
    width:250px!important;
  }
   .me-box iframe{
    height:141px!important;
  }
}


@media (max-width: 601px){
  body,html{
    padding-top:2px;
  }
  #pane{
    clear:both;
   width:98%;
   border:none;
   margin:0px auto;
   left:0px;
  }
.nav.foot-nav{
  display:block;
}

  .nav{
    width:100%;
    padding:20px 0px;
    position:relative;

  }
  .nav li{
    width:80%;
    margin-left:10%;
    font-size:16px;

  }

  .tagged{
    border-radius:20px;
    border-right-color:black;
   
  }

  .byte-date{
    display:block;
  }

  #logo{
    padding-left:10px;
    padding-top:10px;
  }

  .me-box img{
    width:350px!important;
  }

 .me-box iframe{
    height:197px!important;
    width:350px!important;
  }


}

@media (max-width:530px){
  .me-box img, .me-box iframe{
    width:auto;
    float:none;
    margin:0 auto;
  }
}



@media (max-width: 500px){
  
  .work-proj.three-hundred img{
    float:none;
    margin:0 auto;
    width:100%;
  }

  .byte .cccontainer img{
    float:none;
    margin:0 auto;
    display:table;
  }
}




@media (max-width:420px){
  .me-box img{
    width:100%!important;
  }
  .me-box iframe{
    width:100%!important;
    height:auto!important;
  }
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*wrap breaks*/
@media only screen and (max-width: 1200px) {
   .wrap{
    width:100%;
   }
}

