
/*general style start*/

*{ box-sizing: border-box;}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #291f1a;
    }


h2{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}


a {
    transition: all .3s;
  }

span{
    color: #1ac056;
    font-weight: 400;
}

.col-1-2
{
    width: 50%;
    float: left;
}

.col-2 {
    width: 50%;
    float: right;
}

section{
    
    padding: 30px 80px;
}
/*general style stop*/


/*menu START*/

nav#menu
{
     background-color: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
   
}

nav#menu .toggle, #drop{
    display:none;
}

nav#menu > ul
{
    margin:0;
    text-align: right;
}


nav#menu >ul >li.menu-item
{
    display: inline-block;
    padding: 25px;
    
}

nav#menu ul li a
{
   text-decoration: none; 
    color:#1ac056;
    font-weight: 300;
    text-transform: lowercase;
}

nav#menu ul li a:hover
{
   color: greenyellow; 
}



/* main style nav stop*/




/*HEADER-start*/

#main-header
{
    background-image:url(img/baner%20new.png);
    background-position: center;
    background-size: cover;
    height: 90vh;
    position: relative;
    margin-bottom: 18px;
}

#main-header .header-caption
{
    color: #fff;
    font-family:'Roboto', sans-serif;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#main-header .header-caption > h1
{
    font-size: 5em;
    font-weight: 300;
}

#main-header .header-caption h2
{
    font-size: 2em;
    font-weight: 300;
}

/*HEADER STOP*/





/* section about- START */

#about
{
    background-color: #f9fcfe;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    padding-top: 40px;
    
}

#about figure
{ 
    margin: 0;
    text-align: center;
}

#about figure img
{
    max-width: 550px;
    max-height: 400px;
    border: 10px solid #fff;
    border-radius: 10px;
}

#about div p 
{
    font-weight: 400;
    line-height: 25px;
    
}

/*sekcja about stop*/



/*sekcja skills START*/

#skills
{
    background-color: #f9fcfe;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    padding-top: 40px;
    
}

#skills figure
{ 
    margin: 0;
    text-align: center;
}

#skills figure img
{
    max-width: 550px;
    max-height: 400px;
    border: 10px solid #fff;
    border-radius: 10px;
}

#skills div p
{
    font-weight: 400;
    line-height: 25px;
    text-align:center
    


    



/*#skills{
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}

#skills > p{
    margin: 0;
    text-align: center; */
    
}

/* #skills div#skills-icons
{
    text-align: center;
}
#skills div#skills-icons figure {
    display: inline-block;
}

#skills div#skills-icons figure img{
    margin-bottom: 15px;
} */




/*sekcja portfolio styles START*/

#portfolio {
    padding-top: 40px;
}

#portfolio #portfolio-item1{
    background-image: url(img/portfolio1.png);
}

#portfolio #portfolio-item2{
    background-image: url(img/paneletrawka.jpg);
}

#portfolio #portfolio-item3{
    background-image: url(img/green%20car.jpg);
}

#portfolio .portfolio-items{
    text-align: center;
    font-size: 0;
}

#portfolio .portfolio-items .portfolio-item {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width:33.3333%;
    position: relative;
}

#portfolio .portfolio-items .portfolio-item .item-mask{
    background-color: rgba(42, 61, 79, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    font-size: initial;
}

#portfolio .portfolio-items .portfolio-item .item-mask:hover {
    opacity: 1;
}

#portfolio .portfolio-items .portfolio-item .item-mask .item-content{
    height: 330px;
    border: 1px solid #fff;
    margin: 10px;
    position: relative;
}

#portfolio .portfolio-items .portfolio-item .item-mask .item-content .item-content-inner{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    padding:5px;
}

#portfolio .portfolio-items .portfolio-item .item-mask .item-content .item-content-inner a{
    color: #fff;
}

#portfolio .portfolio-items .portfolio-item .item-mask .item-content .item-content-inner a:hover{
    color: #1ac056;
}



/* sekcja Kontakt START*/

#contact{
    background-color: #213b50;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#contact .contact-data{
  width: 50%;
    float:left;
}


#contact .contact-data h2{
    text-align: left;
    font-size: 38px;
}

#contact .contact-data address{
    font-style: normal;
    margin: 72px 0;
    line-height: 25px;
}
#contact .contact-data address a{
    color: #1ac056;
}

#contact .contact-data .contact-social-icons a{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 30px;
    font-size: 22px;
   
}

#contact .contact-data .contact-social-icons a:hover{
    color: #1ac056;
    border: 1px solid #1ac056;
    background-color: fff;
}

#contact .contact-data .contact-social-icons .face a:hover{
    color: aqua;
    border: 1px solid #1ac056;
    background-color: fff;
}



#contact .contact-form{
  width: 50%;
    float:left;
    margin-top: 100px;
}












#contact .contact-form form input, 
#contact .contact-form form textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #2b4a64;
    border: #2b4a64 0px;
    color: #fff;
}

#contact .contact-form form input:focus, 
#contact .contact-form form textarea:focus{
    background-color: #426684;
}

#contact .contact-form form input[type="submit"]{
    background-color: #1ac056;
    color: #fff;
    width:auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 30px;
    float: right;
    border: 1px solid #fff;
}

#contact .contact-form form input[type="submit"]:hover{
    background-color: #fff;
    color: #1ac056;
    cursor: pointer;
}

footer{
   background-color: #142634;
    color: #fff;
    padding: 0 80px;
}

footer p{
    margin: 0;
}






