/*
 * 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
   ========================================================================== */
.italic{
  font-style: italic;
}

.bold{
  font-weight: bold;
}
a{
  display:block;
  color: #FA023C;
  text-decoration: none;
  transition:color 1s, border 1s;
  border-bottom: 3px solid white;
}

a:hover{
  font-weight:bolder;
  border-bottom:3px solid #C8FF00;
}
body,html{
    width:100%;
    height:100%;
    background: url("/img/chbg.png") no-repeat center center fixed;
    background-size: cover;
    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;
}

#logo{
  background-color: white;
  margin: 0 auto;
  padding:20px;
  display:table;
  border-radius: 20px;
  background: rgba(255,255,255,0.8);
  filter:blur(4px);
  transition: 2s filter linear;
  transition: 2s -webkit-filter linear;
  border: 1px solid white;
  cursor: pointer;
}


#logo.pose{
  color:black;
  border-bottom:none;
  filter:blur(0px);
  cursor: auto;
  margin: 0px auto;
}

#panes{
  margin:0 auto;
  text-align:center;
  position:relative;
}

.pane{
  visibility: hidden;
  opacity: 0;
  transition: visibility 2s, opacity 2s, width 2s linear;
  background-color: white;
  margin: 20px;
  padding-left:3px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  width:200px;
  border-radius:10px;
  cursor:pointer;

}

.pane.pose{
  display: inline-block;
  opacity: .8;
  visibility: visible;
}

.pane.pose.struck{
  width:90%;
  opacity: 1;
  cursor:auto;
  display:block;
  margin: 20px auto;

}

.pane-content{
  display:none;
  text-align:left;
  padding:20px;
}

.pane-content img{
  text-align:center;
  margin: 0 auto;
  display:block;
}
.struck .pane-content{
  display:block;
}

.frame{
  width: 100%;
  height:100%;
  border:1px dashed grey;
  border-radius:10px;
}



/*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;
}

.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;
}

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

.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;
  }

.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;
  }



  .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%;
   }
}
