html {
    font-family: Helvetica, Arial, sans-serif;
     height: 100%;
     background-color: #FFFFFF;
}

body {
    background-color: #FFFFFF;    
    color: #000000;
    height: 100%;
    margin-top: 7rem;
}

#company-name
{
    position: absolute;
    bottom: -3rem;
    left: 0;
    font-size: 4rem;
    width: 100%;
    font-weight: 600;
    color: #FFFFFF;
    z-index: 101;
    white-space: pre-wrap;
}

/* Larger than tablet */
@media (min-width: 750px) {
    
#company-name
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 4rem;
    width: 80%;
    font-weight: 600;
    color: #FFFFFF;
    z-index: 101;
}    
    
}

.split-line
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #FFFFFF;

    color: #A0A0A0;
    z-index: 101;
}

#company-work
{
    position: relative;
    font-size: 3rem;
    color: #FFFFFF;
    text-transform: lowercase;
    text-align: right;
    line-height: 3rem;

}

.company-background
{
    background-image: url('../images/parts_big.jpg');
}

.above-the-line
{
    position: relative;    
    z-index: 100;
    height: 5em;
    
    background-color: #E1E1E1;
    background-image: url('../images/TreeLineSkyBW.jpg');    
    background-position-y: 0;
    
    background-repeat: no-repeat;
    
}
.above-the-line.selected 
{
    background-image: url('../images/TreeLineSkyBW.jpg');
}

.above-the-line.systems 
{
    background-image: url('../images/TreeLineSkyBlue.jpg');
}

.above-the-line.automation 
{
    background-image: url('../images/TreeLineSkyBlack.jpg');
}
.above-the-line.database 
{
    background-image: url('../images/TreeLineSkyGreen.jpg');
}
.above-the-line.web 
{
    background-image: url('../images/TreeLineSkyRed.jpg');
}


.below-the-line
{
    margin-top: 1px;
    position: relative;    
    z-index: 200;
    height: 7rem;

    background-color: #E1E1E1;
    background-image: url('../images/TreeLineSkyBW.jpg');
    background-position-y: -220px;    

    background-repeat: no-repeat;
    
    -webkit-transition: background 1.5s ease-in-out;
    -moz-transition: background 1.5s ease-in-out;
    -ms-transition: background 1.5s ease-in-out;
    -o-transition: background 1.5s ease-in-out;
    transition: background 1.5s ease-in-out;
    
    animation: fadein 1.5s;
}

address {
    margin: 2rem;
    padding: 3rem;
    background-color: #C0C0C0;
    font-style: normal;
}

footer 
{
    color: #E1E1E1;
    background-color: #A0A0A0;
    margin-top: 48rem;
    padding: 6rem;
}

.below-the-line {
    
}

.below-the-line.selected 
{
    background-image: url('../images/TreeLineSkyBW.jpg');
}

.back-buffer-hidden
{
    position:absolute;
    top: -100%;
    left: -100%;
    display: none;

}

.mask
{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.job-tabs {
    position: relative;
}

.job-tab
{
    padding: 2rem 3rem;
    color: rgba(255,255,255,0.85);  
    
}

.job-tab legend
{
    padding: 4rem 0;
    font-size: 5rem;
    font-weight: 100;
    
}

.job-tab h1
{
    padding: 0 2rem;
    color: #F0F0F0;
    font-weight: 100;
}

.job-tab-dynamic
{
    padding: 2rem 3rem;
    color: rgba(255,255,255,0.85);  
    position: absolute;
    top: -18rem;
    text-align: right;
    z-index: 301;
    width: 47%;
    
    
    left: -47%;
    
    -webkit-transition: left 0.28s ease-out 0.125s;
    -moz-transition: left 0.28s ease-out 0.125s;
    -ms-transition: left 0.28s ease-out 0.125s;
    -o-transition: left 0.28s ease-out 0.125s;
    transition: left 0.28s ease-out 0.125s;
    
    background-color: rgba(128,128,128,0.426);    
}

.job-tab-dynamic legend
{
    padding: 4rem 0;
}

.job-tab-dynamic h1
{
    padding: 0 2rem;
    color: #F0F0F0;
    font-weight: 100;
    
    right: 0;
    top: 0;
    
    position: absolute;
    z-index: 302;
}

.job-tab-dynamic.active 
{
    left: 0;
    -webkit-transition: left 0.28s ease-out 0.125s;
    -moz-transition: left 0.28s ease-out 0.125s;
    -ms-transition: left 0.28s ease-out 0.125s;
    -o-transition: left 0.28s ease-out 0.125s;
    transition: left 0.28s ease-out 0.125s;
}

#web
{
    top: -20rem;
    background-color: rgba(0,0,192,0.426);        
}
#database
{
    top: -14rem;        
    background-color: rgba(128,0,0,0.426);            
}
#systems
{
top: -6rem;
background-color: rgba(0,128,0,0.426);            
}
#automation
{
top: 0;

}

.toggle-tabs
{
    position: relative;
    margin: 0;
    padding: 0;
}

.toggle-tabs dt 
{
    position: absolute;
    width: 36rem;    
    padding: 0 1rem;
    font-size: 3rem;
    text-align: right; 
}
.toggle-tabs dd 
{
    position: absolute;
    width: 36rem;    
    
}


#database-x
{
    background-color: rgba(128,0,0,0.426);           
}

#web-x
{
    background-color: rgba(0,0,192,0.426);    
}

#automation-x
{
    background-color: rgba(0,128,0,0.426); 
}

#web-x
{
    background-color: rgba(0,0,192,0.426);    
}

.top-button
{
    color: #A0A0A0;
    background: none;
    background-image: url('../images/go_up.png');
    background-repeat: no-repeat;
    border: none;
    
}

.top-button:hover 
{
    background: none;
    background-image: url('../images/go_up.png');
}

button, .button {
    background-color: #3f4e5b;
    color: #ffffff;
    
}

button:hover, .button:hover {
    background-color: #3C7BB9;
    color: #FFFFFF;
}

a, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #3C7BB9;
}



    .hero {
        position: relative;
        display: block;
        overflow: hidden;
        height: 48rem;
        margin: -5rem 0 0 0;
        width: 100%;
    }
    
    .hero img {
        position: absolute;
        z-index: 20;
        width: 100%;
    }
    
    .thumb {
        height: 16rem;
    }

@media (min-width: 550px) {
    
.above-the-line
{
    margin-top: 1px;
    height: 20rem;
}    
    
    
.below-the-line
{
    margin-top: 1px;
    height: 23rem;
}    
    
    .top-nav .inline_list li
    {
        display: inline;
        zoom: 1;
        display: inline-block;
        width: auto;
        text-align: left;
        padding: 0.25em 1em;
    }    
    
    .parallax {
        display: block;
    }   
    
    .menu-split {
        margin-top: 6em;
    }    
    
    .notice {
        border: 3px solid #800000;
        border-radius: 9px;
        background-color: #A0A0A0;
        padding: 1em;
        margin: 1em;
        color: #800000;
    }
    .notice div {
        margin: .125em;
    }
    
    .field-notice {
        position: relative;
    }
    .field-notice label {
        position: absolute;
        left: 1em;
        top: -5em;
        border: 2px solid #800000;
        border-radius: 9px;
        background-color: #A0A0A0;
        padding: 0.5em 1em;
        margin: 0.25em;
        color: #800000;        
    }
    
    .notice .field-notice {
        position: relative;
        display: block;
        border: none;
    }
    .notice .field-notice label {
        position: relative;
        display: block;
        border: none;
        top: 0;
        padding: 0.125em;
        margin: 0.125em;     
    }
    

    
}