body {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    margin: 0;
}

/*nawigacje*/


.nav {
    width: 100%;
    opacity: 1;

}

#menulist {
    height: 10px;
    opacity: 1;
    


}






.list {
    width: 100%;
    font-size: 15px;
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: fixed;
    text-align: right;
    line-height: 75px;
    z-index: 10;
    opacity: 1;
        transition: 0.5s;



}

.klasa {
    background-color: darkgrey;
    color: chartreuse;

}

.toggle, [id=drop]{
    display: none;
}



/*linki*/


a {
    color: chartreuse;
    text-decoration: none;
}

a:link {
    color: chartreuse;
}

a:visited {
    color: chartreuse;
}

a:hover {
    color: aqua;

}

a:active {
    color: cadetblue;
}

li {
    display: inline;
    padding: 30px;
}

/*naglowek*/


header {
    text-align: center;
    width: 100%;
    height: 100vh;
    background-image: 
    url('portfolio-grafiki/img/header-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
     
}

#center {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 250px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}

h1 {
    color: chartreuse;
    font-weight: 500;
    font-size: 70px;
 
}

span {
    color: white;
    font-weight: 100;
    
}

h2 {
    color: white;
    font-weight: 100;
    font-size: 40px; 
    text-align: center;
}

/*sekcja 1: o mnie*/


#sekcja1 {
    margin-top: 40px;
    width: 100%;
    height: 140vh;
    background-color: white;
    
}

#omnie {
    font-size: 30px;
    color: chartreuse;
    text-align: center;
}

#O {
    color: black;
    font-weight: 100;
}

#div1 {
    width: 49%;
    height: 100vh;
    position: relative;
    display:inline-block;
    top: 50px;
    
}

#photo {
    width: 40%;
    height: 60vh;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    display: inline;
    
}

#img {
    width: 100%;
}

#text { 
    width: 100%;
    height: 70vh;
    font-size: 25px;
    font-weight: 100;
    float: left;
    background-color: white;
    display: inline;
}

.top10 {
    top: 50px;
    padding: 15px;
    box-sizing: border-box;
}

#br {
    display: none;
}

/*sekcja 2: umiejetnosci*/


#sekcja2 {
    height: 120vh;
}

#boxes {
    width: 100%;
    height: 50vh;    
    text-align: center;
    top: 50px;
}

#boxesin {
    display: inline-block;
}

#boxin {
    width: 100%;
    height: 40vh;
    text-align: center;
}

#box {
    display: inline-block;
    width: 200px;
    height: 100px;
    top: 0;    
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;  
    text-align: center;
}

#lorem {
    font-size: 20px;
    font-weight: 100;
}

.lorem {
    margin-top: 70px;
    margin-left: 130px;
    margin-right: 130px;
}

/*sekcja 3: portfolio*/


#box1 {
    display: inline-block;
    background-image: 
    url('portfolio-grafiki/img/portfolio1.jpg');
    width: 30%;
    height: 380px;
    overflow: hidden;
    transition: all 3s ease-in-out;
    position: relative;
    text-align: center;
}

#box2 {
    display: inline-block;
    background-image: 
    url('portfolio-grafiki/img/portfolio2.jpg');
    width: 30%;
    height: 380px;

    transition: all 3s ease-in-out;
    position: relative;
    text-align: center;
}

#box3 {
    display: inline-block;
    background-image: 
    url('portfolio-grafiki/img/portfolio4.jpg');
    width: 30%;
    height: 380px;
    overflow: hidden;
    transition: all 3s ease-in-out;
    position: relative;
    text-align: center;
}

#box1:hover {
    opacity: 50%;
}

#box2:hover {
    opacity: 50%;
}

#box3:hover {
    opacity: 50%;
}

#boxin1 {
    width: 100%;
    height: 80vh;
    text-align: center;
}

#tlo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 61, 79, 0.8);
    position: absolute;
    opacity: 0;
    transition: all 1s;
}

#tlo:hover {
    opacity: 1;
}

#border {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 1px solid white;
    position: absolute;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

#sekcja3 {
    height: 500px;
}

#head {
    font-size: 30px;
    color: white;
    font-weight: 200
    
}

#article {
    font-size: 20px;
    color: white;
    font-weight: 100
    
}

/*sekcja 4: kontakt*/




#kontakt {
    margin-top: 10px;
    height: 500px;
}

#footerback {
    color: white;
    font-size: 15px;
    font-weight: 100;
    width: 100%;
    height: 500px;
    background-color: #213b50;
    padding: 50px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

#imie {
    color: chartreuse;
    font-size: 50px;
    font-weight: 500;
}

#dane {
    display: inline-block;
}

#form {
    margin-top: 100px;
    float: right;
    text-align: right;
    display: inline-block;

}

textarea {
    background-color: #fff;
}


input[type]:focus {
    background-color: azure;
    color: black;
    border: 2px solid #fff;
    
}
 textarea:focus {
    background-color: azure;
    color: black; 
    border: 2px solid #fff;    
}

#copyright {
    width: auto;
    height: 30px;
    background-color: black;
    font-size: 15px;
    color: white;
    font-weight: 100;
    line-height: 30px;
    padding-left: 50px;
}

/*footer*/

footer {
    width: 100%;
}


#awesome {
    font-family: myFirstFont;
}
