body {
  background-color: white;
    font-family:'Outfit', sans-serif;
    font-weight:200px;
}

#wrapper{
	width:900px;
	margin:auto;
    font-family:'Outfit', sans-serif;
    font-weight:200px;
}

#emptyspace{
    width: 900px;
    height: 100px;
}


.flex-container {
  padding: 50px 0 30px 0;
  margin: 0;
  list-style: none;
  border: 1px solid white;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  
.wrap li {

}

.flex-item {
  width: 50%;
  height: 100%;
  padding: 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

.flex-item-100 {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

.flex-item-100_last {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

.flex-item-33 {
  width: 33%;
  height: 100%;
  padding: 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

.flex-item-33_last {
  width: 33%;
  height: 100%;
  padding: 0 20px 0 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

.flex-item-contact {
    width: 50%;
  height: 100%;
  padding: 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 1.2em;
  font-weight:200;
}

.flex-item-contact2 {
    width: 50%;
  height: 100%;
  padding: 150px 0 0 100px;
  font-family:'Outfit', sans-serif; 
  font-size: 1.1em;
  font-weight:200;
  color: #b5b5b5;
}

.text{
    background-color: #eeedf2;
    font-family:'Outfit', sans-serif;
    font-weight:200;
    color: #353536;
    margin-right: 20px;
    padding-top: 70px;
    padding-left: 110px;
    padding-right:110px;
    padding-bottom: 90px;
    line-height: 120%;
        font-size: 1.1em;
}

.text2{
    background-color: #eeedf2;
    font-family:'Outfit', sans-serif;
    font-weight:200;
    color: #353536;
    padding-top: 70px;
    padding-left: 110px;
    padding-right:110px;
    padding-bottom: 110px;
    line-height: 100%;
        font-size: 1.1em;
}


ul.dashed {
  line-height:95%;
      
}

ul.dashed li {
    padding-bottom: 14px;

}


.podpisy_zdjec{
   font-family:'Outfit', sans-serif;
    margin-top: -15px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: -15px 0 15px 0;
    font-size: 0.9em;
    font-weight:200;
    color: #808080;

}

.podpisy_zdjec2{
   font-family:'Outfit', sans-serif;
    margin-top: -10px;
    padding: 0 20px 0 0;
    font-size: 0.9em;
    font-weight:200;
    color: #808080;
    float: left;
}

.tytuly_prac{
   font-family:'Outfit', sans-serif;
    font-size: 1.2em;
    padding-top: 10px;
    font-weight:200;
    color: #9c9c9c;
    float: left;
}


.naglowek{
  font-family:'Outfit', sans-serif; 
  font-size: 2em;
  font-weight:500;
    line-height: 1em;
    padding-bottom: 7px;
    
}

.naglowek1{
  font-family:'Outfit', sans-serif; 
  font-size: 1em;
  font-weight:300;
    color: #525252;  
}

.naglowek2{
  font-family:'Outfit', sans-serif; 
  font-size: 1.3em;
  font-weight:300;
    color: #525252;  
}

#contact{
  font-family:'Outfit', sans-serif; 
  font-size: 1.1em;
  font-weight:300;
    line-height: 1.3em;
    color: #525252; 
    padding: 20px;
}

#copyrights a:link { color: #b5b5b5; }
#copyrights a:visited { color: #b5b5b5; }
#copyrights a:hover { color: #b5b5b5;; }
#copyrights a:active { color: #b5b5b5; }

#copyrights{
    color: #b5b5b5; 
    padding: 50px 0 30px 20px;
        float: left;
}




#backtotop{
    padding: 50px 20px 30px 0;
        float: right;
}

#backtoworks{
    padding: 50px 0 30px 20px;
        float: left;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */

.column {
  float: left;
  width: 50%;
  padding: 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
}

column.nth-of-type(3n+1) {
    clear:left;
}

/* Clear floats after the columns */
.row:after {
  content:"";
  display:table;
  clear:both;
}

.column1 {
  float: left;
  width: 100%;
  padding: 0 40px 20px 20px;
  padding-right: 0;

}

.works {
  float: left;
  width: 100%;
  padding: 10px 0 40px 0;
  padding-right: 0;

}

.column3 {
  float: left;
  width: 33.33%;
  padding: 20px;
  font-family:'Outfit', sans-serif; 
  font-size: 0.9em;
  font-weight:200;
    
}

a {
  color: #000;
}

/* header */

.header {
  background-color: #fff;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 20px;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  font-family:'Outfit', sans-serif;
font-weight:200;
}

.header li a {
  display: block;
    padding: 20px 20px; 
  text-decoration: none;
   
}
.header li a:hover,
.header .menu-btn:hover {
}

.header .logo {
  font-family:'Outfit', sans-serif;
  display: block;
  float: left;
  font-size: 1.5em;
  padding: 20px; 
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
    padding: 10px 0 0 0;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 30px 20px 0 0;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



