/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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.
 */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

input {
	vertical-align: top;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's default styles -- ALL 
   ========================================================================== */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Courier New', serif;
}
 
h2 {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
}

h2.margin {
    padding-top: 10px;
}

h2 strong {
    display: inline-block;
    margin-top: 10px;
    font-size: 120%;   
}

p a {
    text-decoration: none;
    border-bottom: 1px solid;
}
 
/* ==========================================================================
   Author's custom styles -- ALL 
   ========================================================================== */ 	
#logo {
    display: block;
    height: 80%;
    margin: 0 auto;
}
   
#bio {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
    padding: 19px 21px 18px 19px;
    background: #6ca3d7;
}

#bio span {
    display: block;
    width: 45px;
    height: 9px;
    margin-bottom: 7px;
    background: #fff;
}

#overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

#content {
    box-sizing: border-box;
    height: 100%;
    width: 50%;
    padding: 95px 65px 65px 65px; 
    background: #6ca3d7;
}

#content a {
    color: #fff;   
}

#content-footer {
    position: fixed;
    bottom: 30px;
    font-size: 18px;
    line-height: 22px;
}

#footer {
    display: table;
    table-layout: fixed;
    position: fixed;
    width: 64%;
    margin: 0 18%;
    height: 20%;
    bottom: 0;
}

#footer a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#footer a img {
    width: 85px;
    height: 85px;
}   

.page {
    position: absolute;
    width: 50%;
    height: 100vh;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: 1000;
    color: #333;
}

.page .text {
    box-sizing: border-box;
    padding: 95px 65px 65px 65px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page .text table {
    width: 100%;
    margin-bottom: 1.2em;
}

.page .text table td {
    vertical-align: top;
    padding: 0 15px 0 0;
}

.page .text table td:first-child {
    width: 200px;
} 
    
.back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
    padding: 20px 20px 17px 20px;
    background: #6ca3d7;
}

.back span {
    position: absolute;
    left: 20px;
    top: 37px;
    display: block;
    width: 45px;
    height: 9px;
    margin-bottom: 7px;
    background: #fff;
}

.back span:first-child {
    transform: rotate(45deg);
}

.back span:last-child {
    transform: rotate(-45deg);
}

 
/* ==========================================================================
   Author's custom styles -- MEDIA QUERIES 
   ========================================================================== */

@media only screen and (max-height: 360px) { 
    
    #content-footer {
        display: none;   
    }
}

@media only screen and (max-width: 680px) {   
   
    h2 {
        font-size: 20px;
        line-height: 32px;
        font-weight: normal;
    }
    
    h2.margin {
        padding-top: 6px;   
    }
    
    h2 strong {
        margin-top: 6px; 
    }
    
    #bio {
        width:36px;
        height:36px;
        padding: 19px 21px 18px 19px;
        z-index: 10;
    }

    #bio span {
        width: 36px;
        height: 7px;
        margin-bottom: 6px;
    }
    
    #logo {
        width: 90%;
        height: auto;
        position: fixed;
        top: 80px;
        left: 5%;
    }
    
    #overlay {
        left: -100%;
        width: 100%;
        z-index: 9;
    }
    
    #overlay.zinfix {
        z-index: 11;
    }
    
    #content {
        width: 100%;
        padding: 60px 5px;   
    }
    
    #content-footer {
        font-size:14px; 
        line-height: 18px;
        margin: 0 20px;
    }
    
    #footer {
        width: 80%;
        margin: 0 10%;        
    }
    
    #footer a img {
        width: 50px;  
        height: 50px;   
    }
    
    .page {
        width: 100%;
        left: 0;
        z-index: 1000;
    }
    
    .page .text {
        padding: 80px 25px 25px 25px;   
        font-size: 16px;
        line-height: 21px;
    }
    
    .back {
        width:36px;
        height:36px;
    }

    .back span {
        top: 32px;
        width: 36px;
        height: 7px;
    }
    
}


@media only screen and (max-height: 540px) {  
    
    h2 {
        font-size: 16px; 
        line-height: 24px; 
    }
    
    h2.margin {
        padding-top: 2px;   
    }
    
    h2 strong {
        margin-top: 2px; 
    }
    
    #content-footer {
        font-size: 14px; 
        line-height: 18px;    
    }
    
    #content {
        padding: 40px 5px;   
    }

}



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


/* ==========================================================================
   Firefox remove dotted lines
   ========================================================================== */

a:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}




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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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