/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
}

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

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

h1 {
    text-align: center;
    font-size: 3em;
    margin-top: 3em;
    font-weight: normal;
}

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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


body {
    font-family: 'Varela Round', sans-serif;
}
a{
    color: #000;
    font-weight: normal;
    border-bottom: 2px dotted #000;
    text-decoration: none;
    transition: all 0.5s;
}
a:hover {
    border-bottom: 2px solid #000;
}
p.center {
    text-align: center;
}
.capa {
    float: left;
    width: 600px;
    height: 90px;
    background-color: #b82;
    color: #fff;
}


.container {
    max-width: 75em;
    margin: 0 auto;
    padding: 0 2em;
}
h1 {
    text-align: center;
    font-size: 3em;
    margin-top: 2em;
    font-weight: normal;
}
h2 {
    margin-top: 4em;
}
h3 {
    text-align: center;
    margin-top: 2em;
}
.general-buttons{
    width: 100%;
    float: left;
    padding: 3em 0 5em;
}
button.doc_go {
    background-color: #fff;
    color: #333;
    border: 2px #333 solid;
    border-radius: 0.8em;
    padding: 0.8em 1.2em;
    width: 17%;
    float:left;
    margin-left: 2%;
    font-family: 'Varela Round', sans-serif;
    box-sizing: border-box;
    transition: all 0.5s;
}
:focus {outline:none;} ::-moz-focus-inner {border:0;}
button.doc_go:hover {
    background-color: #333;
    color: #fff;
}
code {
    font-family: 'Ubuntu Mono', sans-serif;
    padding: 0.2em 0.6em;
    background-color: #eee;
    color: #333;
    border-radius: 0.3em;
}
pre.full {
    font-family: 'Ubuntu Mono', sans-serif;
    padding: 0.8em 1.2em;
    background-color: #333;
    color: #fff;
    border-radius: 0.3em;
}
pre.full code{
    background-color: #333;
    color: #fff;
    padding: 0;
}
li {
    line-height: 2em;
}


.github {
    width:300px;
    margin: 0 auto;
}


#color, #centered {
  padding: 1em;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4em;
}
@media (min-width: 60em) {
  #color, #centered {
    width: 50%;
  }
}
#color .nanobar, #centered .nanobar {
  margin-bottom: 2em;
}

#color .nanobar .bar {
  background: #38f;
  border-radius: 4px;
  box-shadow: 0 0 10px #59d;
  margin: 0 auto;
}
#centered .nanobar .bar {
  background: url('../img/rainbow.gif') 100%;
  height: 2px;
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
