/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: normal;
}

a
{
    color: #38679b;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

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

html, body
{
    height: 100%;
    font-weight: 400;
    background: #0098d4;
    font-family: 'Open Sans', sans-serif;
}

#auxburgo
{
    height: 100%;
    overflow: auto;
    min-height: 100%;
}
    #auxburgo-wrapper
    {
        width: 420px;
        margin: 10% auto;
    }
        #auxburgo-header
        {
            background: url("../img/auxburgo-logo-small-76.png") left top no-repeat;
            background-size: 76px;
            padding: 0 0 37px 84px;
        }
            #auxburgo-header h1
            {
                color: #ffffff;
                font-size: 36px;
                font-weight: 700;
                letter-spacing: 0.05em;
            }
            #auxburgo-header h3
            {
                color: #0098d4;
                font-size: 13px;
                padding: 3px 6px;
                position: relative;
                border-radius: 2px;
                background: #ffffff;
                font-weight: 600;
                display: inline-block;
            }
                #auxburgo-header h3 small {
                    left: 0;
                    display: block;
                    font-weight: 300;
                    border-radius: 2px;
                    position: absolute;
                    color: #ffffff;
                    white-space: nowrap;
                    padding: 9px 8px 5px 0;
                }
        #auxburgo-content
        {
            -webkit-box-shadow: 0 0 0 2px #ffffff;
            box-shadow: 0 0 0 2px #ffffff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width: 100%;
            height: 100%;
            position: relative;
            background: #e5f4fb;
            box-sizing: border-box;
            padding-bottom: 60px;
        }
            #auxburgo-content:before
            {
                width: 30px;
                height: 36px;
                right: 50%;
                bottom: 15px;
                content: '';
                z-index: 100;
                position: absolute;
                margin-right: -20px;
                background: url("../img/auxburgo-logo-white.png") top center no-repeat;
                background-size: 30px;
            }
            #auxburgo-content-body
            {
                z-index: 150;
            }
                #auxburgo-content-body-nav {
                    padding: 34px 34px 24px;
                }
                    #auxburgo-content-body-nav ul {
                        margin: 0;
                        padding: 0;
                        border-radius: 5px;
                        border: 2px solid #ffffff;
                    }
                        #auxburgo-content-body-nav ul:hover {

                        }
                        #auxburgo-content-body-nav li {
                            margin: 0;
                            padding: 0;
                            display: block;
                            list-style: none;
                            position: relative;
                        }
                            #auxburgo-content-body-nav li:after {
                                bottom: 0;
                                left: 12px;
                                right: 12px;
                                content: '';
                                position: absolute;
                                border-bottom: 1px solid #E5F4FB;
                            }
                            #auxburgo-content-body-nav a {
                                color: #0098D4;
                                display: block;
                                font-size: 14px;
                                padding: 10px 15px;
                                position: relative;
                                background: #ffffff;
                                text-decoration: none;
                            }
                                #auxburgo-content-body-nav a:hover {
                                    background: #E5F4FB;
                                }
                            #auxburgo-content-body-nav li:last-child:after {
                                border: none;
                            }
                                #auxburgo-content-body-nav a span.flag {
                                    float: right;
                                    vertical-align: -1px;
                                }

                #auxburgo-content-body-branding
                {
                    padding: 34px 34px 24px;
                }
                    #auxburgo-content-body-branding h2:first-child {
                        color: #0098D4;
                        font-size: 18px;
                        font-weight: 600;
                        padding-bottom: 10px;
                    }
                    #auxburgo-content-body-branding h2,
                    #auxburgo-content-body-branding h4,
                    #auxburgo-content-body-branding p
                    {
                        font-size: 12px;
                        font-weight: 300;
                        letter-spacing: 0.05em;
                    }
                        #auxburgo-content-body-branding h2 span,
                        #auxburgo-content-body-branding h4 span
                        {
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                            padding: 8px 15px;
                            display: block;
                            color: #333333;
                            margin-top: 3px;
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.2em;
                            background: #ffffff;
                            letter-spacing: normal;
                            font-family: 'Ubuntu Mono', monospace;
                        }
                    #auxburgo-content-body-branding h4
                    {
                        display: block;
                        margin-top: 10px;
                    }
                        #auxburgo-content-body-branding h4 span
                        {
                            margin-top: 0;
                            margin-left: 5px;
                            padding: 3px 10px;
                            display: inline-block;
                        }
                        #auxburgo-content-body-branding h4 small
                        {}
                    #auxburgo-content-body-branding p
                    {
                        margin-top: 10px;
                    }
                        #auxburgo-content-body-branding p span
                        {
                            color: #333333;
                            font-family: 'Ubuntu Mono', monospace;
                        }
                #auxburgo-content-body-details
                {
                    font-size: 0;
                    padding: 24px 34px;
                    margin-bottom: 17px;
                    background: #ffffff;
                }
                    .auxburgo-content-body-details-block
                    {
                        width: 50%;
                        font-size: 0;
                        position: relative;
                        vertical-align: top;
                        display: inline-block;
                    }
                        .auxburgo-content-body-details-block > span
                        {
                            display: none;
                            position: absolute;
                        }
                        .auxburgo-content-body-details-block h3 {
                            font-size: 12px;
                            font-weight: 300;
                            letter-spacing: 0.05em;
                        }
                            .auxburgo-content-body-details-block p + h3 {
                                margin-top: 10px;
                            }
                        .auxburgo-content-body-details-block p {
                            color: #333333;
                            font-size: 14px;
                            margin-top: 3px;
                            font-family: 'Ubuntu Mono', monospace;
                        }
                            .auxburgo-content-body-details-block p span {
                                display: block;
                                font-size: 12px;
                            }
                #auxburgo-content-body-personal {
                    padding: 24px 34px;
                }
                    #auxburgo-content-body-personal h2 {
                        color: #0098D4;
                        font-size: 18px;
                        font-weight: 600;
                        padding-bottom: 10px;
                    }
                    #auxburgo-content-body-personal p {
                        color: #696969;
                        font-size: 12px;
                        font-style: italic;
                        line-height: 1.8em;
                        text-align: justify;
                        letter-spacing: 0.02em;
                    }
                        #auxburgo-content-body-personal p + p {
                            padding-top: 10px;
                        }
                        #auxburgo-content-body-personal p a {
                            text-decoration: none;
                        }
                #auxburgo-content-body-projects {
                    padding: 20px 34px;
                }
                    #auxburgo-content-body-projects h2 {
                        color: #0098D4;
                        font-size: 18px;
                        font-weight: 600;
                        padding-bottom: 10px;
                    }
                    #auxburgo-content-body-projects p {
                        color: #696969;
                        font-size: 12px;
                        font-style: italic;
                        line-height: 1.5em;
                        text-align: justify;
                        padding-bottom: 15px;
                        letter-spacing: 0.02em;
                    }
                    #auxburgo-content-body-projects ul {
                        margin: 0;
                        padding: 0;
                        display: grid;
                        list-style: none;
                        grid-row-gap: 15px;
                        grid-column-gap: 15px;
                        grid-template-columns: 1fr 1fr;
                    }
                        #auxburgo-content-body-projects li {
                            text-align: center;
                        }
                            #auxburgo-content-body-projects a {
                                display: block;
                                font-size: 12px;
                                padding: 0 0 5px;
                                overflow: hidden;
                                border-radius: 3px;
                                background: #ffffff;
                                text-decoration: none;
                            }
                                #auxburgo-content-body-projects a:hover {
                                    color: #ffffff;
                                    background: #7ec6e6;
                                }
                                #auxburgo-content-body-projects a span.preview {
                                    display: block;
                                    padding-bottom: 5px;
                                }
                                    #auxburgo-content-body-projects a span.preview img {
                                        width: 100%;
                                        opacity: 0.4;
                                        display: block;
                                        filter: grayscale(100%);
                                    }

        #auxburgo-footer {}
            #auxburgo-footer p {
                padding: 20px;
                color: #71e9ff;
                font-size: 10px;
                text-align: center;
                text-transform: uppercase;
            }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media all and (max-width: 421px) {
    #auxburgo-wrapper
    {
        width: 280px;
    }
    .auxburgo-content-body-details-block
    {
        width: 100%;
        display: block;
    }
    .auxburgo-content-body-details-block + .auxburgo-content-body-details-block
    {
        margin-top: 30px;
    }
}

@media all and (min-width: 481px) {
    #auxburgo-wrapper
    {
        margin: 60px auto;
    }

    #auxburgo-content-body-nav {
        display: none;
    }
    #auxburgo-content-body-projects ul {
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (min-width: 1199px) {
    #auxburgo-wrapper
    {
        width: 550px;
    }
    .auxburgo-content-body-details-block
    {
        padding-left: 50px;
        box-sizing: border-box;
    }
    .auxburgo-content-body-details-block > span
    {
        top: -10px;
        left: -10px;
        display: block;
        color: #e5f4fb;
        font-size: 32px;
        text-align: center;
    }
}

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

.collapse {
    height: 0;
    overflow: hidden;
}

.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 {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?82100557');
  src: url('../font/fontello.eot?82100557#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?82100557') format('woff2'),
       url('../font/fontello.woff?82100557') format('woff'),
       url('../font/fontello.ttf?82100557') format('truetype'),
       url('../font/fontello.svg?82100557#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82100557#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-money:before { content: '\e802'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
