/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 mar 2021, 13:33:23
    Author     : lukas
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 mar 2021, 15:42:48
    Author     : lukas
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 mar 2021, 09:32:01
    Author     : lukas
*/

/*! 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;
    line-height: 1.4;
}

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

body
{
    background-image: url("image/tlo_p4mm.jpg");
    background-color: #48575D;
    background-attachment: fixed;
} 
a
{
    opacity: 0.85;
    color: #00FF7F;
    text-decoration: none;
    border-bottom: 0px none gray;
}
.scrollup
{
    transform: scale(0.5);
    text-decoration: none;
    border: 0px groove whitesmoke;
    border-radius: 10px 10px;
    padding: 20px;
    right: 2%;
}
p
{
    padding: 2px;
    color: white;
    opacity:  0.85;
    filter: alpha(opacity=85);
    behavior: url('../PIE.htc');
}
#container
{
    position: relative;
    border: 0px solid black;
    justify-content: center;
}

#container>*:not(#middle_flow)
{
    min-width: 360px;
    min-height: 50px;
    display: flex;   
}

header
{
    position:relative; 
    margin-top: 0px;
    background-color: #040404; 
    width: 100%;
    height:90px;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border: 0;/*frame box*/
}
img.logo
{
    transform: scale(0.7);
    position: absolute;
    margin-top: -45px;
    left: -10%;
}
#home
{
    position: absolute;
    left: 0px;
    top: -10px;
    transform: scale(0.6);
   
    padding: 6px;
    
}
.nav
{
    
    background-color: #040404; 
}
.sticky
{
    background-color: #404040;
    opacity: 1;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
#loga_media
{
    
    transform: scale(0.7);
    position: absolute;
    padding: 1px;
    margin-top: -22px;
    right: 8%;
}


#up_menu
{
    transform: scale(0.0);
    position: absolute;
    right: 44%;
    bottom: 0px;
   
}
/*end header///////////*/



#menu_mini
{
    position: absolute;
    border: 1px groove green;
    margin-left: 5px;
    transform: scale(0.91);
    margin-top: -50px;
    border-radius: 10px;
   
}
.media2
{
    transform: scale(1);
    z-index: -1;
}
.p_menu
{
    color: #48575D;   
    text-align:center;
    position: absolute; 
    text-shadow: #000000 3.16px 3.2px 3.12px;
    font-size: 0.6em;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    top: 52px;
    right: 16px;
    
}
#menu_mini li
{
    
    list-style-type: none;
    
}
#mini_list
{
    transition: 1s;
    opacity: 1;
    position: absolute;
    left: 110px;
    margin-top: 400px;
    height: 340px;
    background-color: #00FF7F;
    border:0px groove gray;
    border-radius: 15px;
    list-style-type: none;
    padding:  17px;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.06em;
    line-height: 3.1em;
    text-transform: capitalize;
    word-spacing: 0.125em;
    font-weight: 700;
}
#close_menu
{
    width: 64px;
    height: 64px;
    top: -1px;
    position: absolute;
    background-color: black;
    left: -1px;
    border-radius: 5px 5px;
    border:1px groove green;
 
    transform: scale(0);
}
.media3
{
    transform: scale(0.5);
    overflow: hidden;
}
#menu_mini > li:hover #mini_list
{
    opacity: 1;
    margin-top: 30px;
     
    
}
#menu_mini:hover #close_menu
{
    transform: scale(0);
}
.a_mini 
{
    text-decoration: none;
    color: white;
    display: block;
}
.a_mini:visited
{
    color: #48575D;
    
}
.a_mini:link
{
    color: #48575D;
}
.a_mini:hover
{
    color: white;
    opacity: 0.7;
}


/*end menu mini///////////*/
#menu_portfolio
{
    position: absolute;
    left: 55%;
    top: -85px;
}
#properties_menu_portfolio li
{
    list-style-type: none;
    float: center;               
}
#properties_menu_portfolio li a
{
    background-image: url('image/HJkK L.gif');
    height:375px;
    width:355px;
    display:inline-block;
    float: left;
    border-bottom: none;
    padding: 0px 10px;/**/
    font-family:"Century Gothic";
    font-size: 22px;
    font-weight: bold;
}
span.link_menu2
{
    display: inline-block;
    color: gray;
    margin-top: 15px;
}
/*end portfolio////////*/

#up_half_container_2 
{
    position:relative;
    background-image: url('image/z przy profil.jpg'); 
    min-width: 375px;
    width:100%;
    height:420px;
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=1);/*dla IE trzeba dopisac*/
    border: 0;	
}

#heading
{
    padding: 1px;
    position: absolute;
    left: 5%;
    margin-top: 36px;  
    border: 0px solid red;
}
.h3
{
    color: #F1F1F1;
    font-size: 2em;
    text-align: left;		
    font-family:  erdana, Arial, Helvetica, sans-serif;
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 0.25em;
    text-transform: capitalize;
    word-spacing: 0.125em;
    text-shadow: #323232 4.16px 3.2px 4.12px;
}
.okno
{
    color: #00FF7F;
    font-size: 1em;
    font-family:   Helvetica, sans-serif;
    line-height: 0.5em;
}
.prze
{
    color: #00FF7F;
    font-size: 1.15em;
    font-family:   Helvetica, sans-serif;
    line-height: 0.5em;
}
.h2
{
    text-shadow: #323232 3.16px 3.2px 3.12px;	
    color: #F1F1F1;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 2em;
    text-align: left;
    text-transform: capitalize;
    word-spacing: -0.125em;
}
/*end container 2///////////*/

#container_center
{
    display: flex;
    width:100%;
    height:300px;
    background-color: #48575D;  
    justify-content: center; 
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=1);/*dla IE trzeba dopisac*/
}            
#profil 
{
    min-width: 360px; 
    margin-top:-50px;
    background-color: #48575D; 
    width: 70%;
    height:400px;
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=1);/*dla IE trzeba dopisac*/
    border: 0;	
    box-shadow: 0px 0px 4px;
    border-radius: 20px 20px;
}
.description
{
    flex: 1;
    font-size: 1.1em;
    color: #00FF7F;
    text-align: center;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    line-height: 140%;
    padding: 65px;	
}
b.t
{
  font-family:"Times New Roman";
}
/*end PROFIL///////////////*/

#middle_flow
{
    display: flex;/*rozciaganie*/
    flex-direction: row;
}

#nav
{
    
}

article
{
    padding: 10px;
    flex: 7 0 0;
    background-image: url('image/tło_3b.jpg'); 
}

#container_article
{
    position:relative;
    margin-top:-50px;
    display: flex;
    justify-content: center;
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=60);/*dla IE trzeba dopisac*/	 
}
 .point_01
{
    min-width: 360px;
    position:relative;
    width:65%;
    height:550px;
    padding-top: 150px;
    text-align: center;
}
.point_01 h1
{
    color: #DDDDDD;
    letter-spacing: 0.05em;
    font-kerning: auto;
    font-style: bold;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    opacity:  0.8;/*przezroczystosc*/
    filter: alpha(opacity=80);/*dla IE trzeba dopisac*/
}   
.point_01 h2
{
    font-size: 1em;
    color: #E7E7E7; 
    letter-spacing: 0.22em;
    font-family: "lato",verdana;
    font-feature-settings: "'liga' 1";
    font-weight: 400;
}

span.txt2
{
    color: #F4F4F4;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
}

#container_line
{
    width: 50%;  
    transform: scale(0.6);  
}

line_box
{
    width: 60%;
    height: 800px;
}

#line
{
    float: right;
    position: absolute;
    margin-top: 90px;
    margin-left: -10%;
}
.line_w
{
    text-align: right;
    float: left;
    height: 18px;
    background-color: #01E035;
}
#d1
{
    width: 240%;
}

#d2
{
    width: 205%;
}
#d3
{
    width: 145%;
}
#d4
{
    width: 170%;
}
#d5
{
    width: 105%;
}
#d6
{
    width: 120%;
}
#backimg2
{
    margin-top: 20px;
   
    background-size: 80%;
    background-position: center;
    background-image: url('image/skills.bmp'); 
    background-repeat: no-repeat;
    opacity: 0.85;/*przezroczystosc*/
    filter: alpha(opacity=85);/*dla IE trzeba dopisac*/ 
}
#backimg2
{
    padding: 10px;
    display: flex;
    justify-content: center;
    
    width: 80%;
    height: 1120px;
    min-width: 360px;
    
    
    background-size: contain;
}
/*end article*/


#aside
{
    
}
/*end middle_flow*/

#experience
{
    width:100%;
    height:1130px;
    background-color: #48575D; 
    justify-content: center; 
    margin-top:-50px;
}
#experience h1
{
    height: 100px;
    position:absolute;
    transform: scale(0.8);
    padding: 10px;
    color: #DDDDDD;
    letter-spacing: 0.05em;
    font-kerning: auto;
    font-style: bold;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=100);/*dla IE trzeba dopisac*/
}

#experience h1 b
{
    opacity:  0.8;/*przezroczystosc*/
    filter: alpha(opacity=80);/*dla IE trzeba dopisac*/
}

#colum 
{   
    width: 60%;
    transform: scale(0.95);
    margin-top: 50px;
    position:absolute; 
    height: 1350px;
    min-width: 360px;
    flex: 7 0 0;
    display: flex;
    justify-content: center;
}
#colum h2
{	
    margin-top: 1px;
    color: #F1F1F1;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 2em;
    text-align: left;
    text-transform: capitalize;
    word-spacing: -0.125em;
     
}
#ex_box_L
{
    margin-top: 50px;
    left:0.1%;
}
#ex_box_P
{
    margin-top: 200px;
    left: 0.1%;  
}
.ex_box
{
    position: absolute;
    padding: 2px; 
    width: 20%;
    height: 200px;
    min-width: 360px; 
}
#ex_box_L.ex_box p, #ex_box_P.ex_box p
{
    margin-top: -20px;
    text-align: justify;
   
}
#ex_box_L.ex_box b
{
    text-shadow: #323232 3.16px 3.2px 3.12px;
    color: #01E035;
    text-align: left;
}
#ex_box_P.ex_box b
{
    text-shadow: #323232 3.16px 3.2px 3.12px;
    color: #01E035;
    text-align: right;
}
.ex_box_cooperaton
{
    text-align: justify;
    position: absolute;
    padding: 2px; 
    width: 20%;
    height: 100px;
    min-width: 360px;     
}
#position_coo1
{
    left: 0.1%;
    margin-top: 450px;   
}
#position_coo2
{
    left: 0.1%;
    margin-top: 600px;   
}
.ex_box_cooperaton b
{	
    text-shadow: #323232 3.16px 3.2px 3.12px;
    color: #01E035;
    text-align: right;   
}
.ex_box_cooperaton p
{
    margin-top: -20px;
    text-align: justify;
   
}
/*end EXPERIENCE///////////*/

#container_down
{
    background-image: url('image/tlo_contact.bmp');
    display: flex;
    width:100%;
    height:300px;
    background-color: #48575D;  
    justify-content: center; 
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=1);/*dla IE trzeba dopisac*/
    
}
               
#contact_box 
{
    background-size: 140%;
    background-position: 180px 280px;
    min-width: 360px;
    position:relative;
    margin-top:-350px;
    background-color: #48575D; 
    width: 50%;
    height:620px;
    opacity:  1;/*przezroczystosc*/
    filter: alpha(opacity=1);/*dla IE trzeba dopisac*/
    border: 0;	
    box-shadow: 0px 0px 4px;
    border-radius: 20px 20px;
}
.description_box
{
    flex: 1;
    font-size: 0.8em;
    color: #00FF7F;
    text-align: center;
    margin-left: 130px;
    font-family: "Trebuchet MS";
    font-feature-settings: "'liga' 1";
    line-height: 140%;
    padding-top:50px; 
    
}
.description_box h2
{
    color: #E7E7E7; 
    letter-spacing: 0.25em;
    font-family: "lato",verdana;
    font-feature-settings: "'liga' 1";
    font-weight: 400;
}

#contact-form
{
    position: absolute;
    font-size: 13px;
    margin-top: -10px;
    color:#040404;
    margin-left: 0%;
    padding-top: 10px;
}
input, textarea
{
    padding: 10px;
    width: 200px;
    color: gray;
    border-radius: 5px 5px;
}
textarea
{
    width: 300px;  
    height: 160px;
    max-width: 320px;
    max-height: 280px;
}
imput:hover, textarea:hover,
input:focus, textarea:focus
{
   
}

.submit input
{
    text-align: center;
    color: #00ff3c;
    width: 300px;
    /*color: rgb(230, 230, 230);*/
    font-size: 12px;
    padding: 8px;
    border-radius: 10px;
    
}
.submit input:hover
{
    color: white;
    font-size: 14px;
}

h2.ok
{
    display: flex;
    justify-content: center;
    font-family:"Century Gothic";
    font-weight: 300;
    font-size: 0.8em;
    padding: 2px;
    border-radius: 8px;
    color: orange;
    text-align: center;
    width: 90%;
}

footer
{
    display: flex;
    justify-content: center;
    background-color: #040404;
    opacity:  0.85;/*przezroczystosc*/
    filter: alpha(opacity=85);/*dla IE trzeba dopisac*/
}










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

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