/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
    color: #222;
    /*font-size: 1em;*/

/*    font-family: "Open Sans",sans-serif,"google";
    font-size: 16px;*/

    line-height: 1.4;
    min-height: 100%;    
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ea for Egbert Aleksander */
.eaClass00 {line-height: 0.0; font-size: 0.0rem;}
.eaClass01 {line-height: 0.1; font-size: 0.1rem;}
/*.eaClass02 {line-height: 0.2; font-size: 0.2rem;}*/
.eaClass02 {line-height: 0.4; font-size: 0.4rem;}
/*.eaClass03 {line-height: 0.3; font-size: 0.3rem;}*/
.eaClass03 {line-height: 0.6; font-size: 0.6rem;}
/*.eaClass04 {line-height: 0.4; font-size: 0.4rem;}*/
.eaClass04 {line-height: 0.7; font-size: 0.7rem;}
/*.eaClass05 {line-height: 0.5; font-size: 0.5rem;}*/
.eaClass05 {line-height: 0.8; font-size: 0.8rem;}
/*.eaClass06 {line-height: 0.6; font-size: 0.6rem;}*/
.eaClass06 {line-height: 0.9; font-size: 0.9rem;}
/*.eaClass07 {line-height: 0.7; font-size: 0.7rem;}*/
.eaClass07 {line-height: 0.9; font-size: 0.9rem;}
/*.eaClass08 {line-height: 0.8; font-size: 0.8rem;}*/
.eaClass08 {line-height: 1.0; font-size: 1.0rem;}
/*.eaClass09 {line-height: 0.9; font-size: 0.9rem;}*/
.eaClass09 {line-height: 1.0; font-size: 1.0rem;}
.eaClass10 {line-height: 1.0; font-size: 1.0rem;}

.eaProcButton {
    font-size: 2.0rem;
    color: green;
    display: flex;
    align-items: center;
    justify-content: center
    /*display: inline;*/
}
.eaOneRow {
    display: flex;
    flex-flow: row;
    text-align: center;
    vertical-align: middle;
}

/* extern links*/
.eaExtern {
    color: red;
    font-weight:  bold;
}
.eaImgBorderExtern {
    border: 2px solid rgba(255, 1, 2, .99);
    border-radius: 10px;
    /*        o   r   u   l*/
    padding: 3px 3px 3px 3px;
    background-color: rgba(255, 1, 2, .99);
}

/* my style for glasmorphism */
.eaGlassMorph{
    color: #224;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150vh;
}
.eaCard{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: 5px;
  z-index: 2;
  min-height: 200px;
  max-width: 950px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*background-color: rgba(255, 255, 255, .45);*/
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
  backdrop-filter: blur(5px);
}
.eaSwitch {
    border: 2px solid rgba(155, 155, 255, .25);
    border-radius: 10px;
    float: right;
    /*        o   r   u   l*/
    padding: 0em 1em 0em 1em;
}
.eaSwitch:hover {
    background-color: #f2ffe6;
    font-weight: 900;
} 
.eaContent{
    border: 1px solid #ddd;
    padding: 5px;
    margin: 1px 0;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .45);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    backdrop-filter: blur(5px);
}
.eaLogo {
  height: 50px;
  padding: 5px;
  padding-left: 20%;
  justify-content: space-between;
}
.eaLinkPath {
    display: block;
    font-size: smaller;
}
.eaImgBody {
    display: block;
    font-size: small;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
}
.bold {
    font-weight:  bold;
}
.eaNoDeco{
    text-decoration: none;
}
.eaFooterContent, .eaFooterContent a {
    background-color: #d9ebd2;
    font-size: .8em;
    font-family: "Open Sans",sans-serif,"google";
    line-height: 1.5;
    color: #3e474c;
    text-align: left;
}
.eaFooterContent {
    padding-left: 25px;
}

/* Default customization */
h1 {
    color: #21a828;
    font-size: xx-large;
    tabindex: 0;
}
h2 {
    color: #21a828;
    font-size: x-large;
    tabindex: 0;
}
h3 {
    color: #21a828;
    font-size: large;
    tabindex: 0;
}

@media (max-width: 767px) {
    h1 {font-size: x-large;}
    h2 {font-size: large;}
    h3 {font-size: medium;}
}
body {
    margin-bottom: 30px; /* Margin bottom by footer height */
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

/* Bootstrap customization */
.alert {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    backdrop-filter: blur(5px);    
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

@media (max-width: 767px) {
    .footer {
        position: relative;    
    }
}

/* ==========================================================================
   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,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}