@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body > .heading > .branding
{ 
    margin-top: 0.75em;
    float: left;
}

body > .heading > ul
{    
    list-style-type: none;
}

body > .heading > ul > li
{    
    float: left;
    margin: 0.75em;
}

body > .heading > ul > li:first-child
{
    margin-left: 25%;
}

body > .heading > ul > li > a
{
    padding: 0.45em 1em;
    text-decoration: none;
    background-image: url("/javax.faces.resource/images/menu-bg.PNG.xhtml");
    color: #f9fafd;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.05em;
    letter-spacing: .005em;
    border-radius: 1.25em 1.25em;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'Roboto', Arial, Tahoma, sans-serif;
}

body > .heading > ul > li > a:hover,
body > .heading > ul > li > a:focus,
.menu-option-highlight
{
    color: #f2ffcc;
    font-weight: 700;
}

body > .heading > .headline
{   
    clear: left;
    margin-top: 5em;
    padding-bottom: .025em;
    background-image: url("/javax.faces.resource/images/banner.jpg.xhtml");
    background-size: cover;
    overflow: hidden;
}

body > .heading > .headline > h1,
body > .heading > .headline > div > h1,
body > .content > div#home-content2 > div#welcome-node > h1#welcome
{
    color: #330e00;
    font-weight: 300;
    margin: 0.105em auto 0.105em auto;
    font-family: Lato, Tahoma, 'Open Sans', sans-serif;
    text-align: center;
    
    -webkit-animation-delay: 10ms;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: 'changecolor';
}

@-webkit-keyframes changecolor
{
    to
    {
        color: #104356;
    }
}

body
{
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'Roboto', Arial, sans-serif;
    background-image: url("/javax.faces.resource/images/white-background.jfif.xhtml");
    background-size: 100% 100%;
    color: #595959;
    margin: auto 1%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.error
{
    color: #e60000;
}

.content
{
    background-image: url("/javax.faces.resource/images/silver-background.png.xhtml");
    background-size: 100% 100%;    
    color: #4d4d4d;
    flex-grow: 1;
}

.content > .page-container
{
    padding: 0.5em;
}


.content > div#home-content
{
    background-image: url("/javax.faces.resource/images/creating-a-daily-plan.jfif.xhtml");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(.25em);
    -webkit-filter: blur(.25em);
    height: calc(100vh - 115px);
}

body > .content > div#home-content2
{
    overflow: hidden; /* prevent horizontal scroll when text slides in */    
    background-color: rgb(0,0,0); /* fallback color */
    background-color: rgba(0,0,0, 0.4); /* black w/opacity/see-through */
    border: .05em solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    padding: 1em;
    text-align: center;
    font-family: Lato, Tahoma, 'Open Sans', sans-serif;
}

body > .content > div#home-content2 > div#welcome-node > h1#welcome
{
    font-size: 3.75em;
    font-weight: 400;
    margin-bottom: 0.125em;
}

body > .content > div#home-content2 > p
{
    color: #e0e4eb;
    font-weight: 400;
    margin: 0.35em auto 1em 0;
    
    -webkit-animation-duration: 8s;
    -webkit-animation-name: slidein;
}

body > .content > div#home-content2 > p > a
{
    color: #e0e4eb;
    text-decoration: underline;
}

body > .content > div#home-content2 > p > a:hover
{
    color: #330e00;
}

@-webkit-keyframes slidein
{
    from
    {
        margin-left: 100%;
        width: 300%;
    }

    75%
    {
        font-size: 150%;
        margin-left: 30%;
        width: 150%;
    }

    to
    {
        width: 100%;
    }
}

body > .content > div#home-content2 > div#welcome-node > h1#welcome > span
{
    font-size: 0.2em;
    line-height: 0;
}

.content h1, .content h2, .content h3
{
    color: #34495e;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;    
}

.content p,
.content h4, .content h5, .content h6
{
    line-height: 150%;
    font-size: 1.05em;
    font-weight: 400;
}

#contactFormResult
{
    background-color: #cdfeaa;
    width: 80%;
    margin: 1em 1em 1em 5em;
    font-size: 0.875em;
    padding: 0.5em;
}

.content ul
{
    list-style-image: url("/javax.faces.resource/images/rocket.svg.xhtml");
}

.content a, .footer span a
{
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

.content a:link, .footer span a:link
{
    color: #51b102;
}

.content a:visited, .footer span a:visited
{
    color: #5fac20;
}

.content a:focus, .footer span a:focus
{
    border-bottom: 1px solid;
}

.content a:hover, .footer span a:hover
{
    border-bottom: 1px solid;
    background: #d2d9df;
}

.content a[href*="http"]
{
    background: url("/javax.faces.resource/images/icons8-external-link-26.png.xhtml") no-repeat 100% .25em;
    background-size: 16px 16px;
    padding-right: 19px;
}

.content .blog-breadcrumb
{
    color: #666;
    font-size: 0.75em;
    width: 100%;
    padding: 0.75em 0;
    font-family: Helvetica, Arial, sans-serif;
}

.content .blog-view-all
{
    text-align: center;
    margin-bottom: 1em;
}

.content .post-thumb
{
    float: left;
    padding: 0.5em 1em;
    width: 15%;
    height: auto;
    margin-bottom: 2.5em;
}

.content .post-thumb > img
{
    width: 100%;
    height: auto;
}

.content .post-title
{
    clear: left;
}

#section-experience > .details
{
    color: #212529;
    background: #f8f9fa;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 1em 1em;
}

#contactForm\:nameInputText,
#contactForm\:emailInputText,
#contactForm\:messageInputText
{   
    border-radius: 0.3125em;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    border: 1px solid #cdfeaa;
    margin: .1em auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#contactForm\:contactFormSubmitButton
{
    margin-top: 1em;
    margin-left: 5em;
    cursor: pointer;
    padding: 0.5em 1em;
    background-color: #4d4d4d;
    color: #f9fafd;    
    border-radius: 0.3125em;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    border: 1px solid #000000;
}

#contactFormSpinner
{
    display: none;
    vertical-align: bottom;
    margin-left: 1em;
}

.footer
{
    border-top: 0.125em solid #739900;
    color: #666;
    background-color: #dadad8;
    font-size: 0.75em;
    text-shadow: 0 1px 0 #eee;
    width: 100%;
    text-align: center;
    padding: 0.75em 0;
    font-family: Helvetica, Arial, sans-serif;
}

.footer span
{
    vertical-align: middle;
}