

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      font-family: "Roboto Mono" !important;
      background: #0f0f0f !important;
      color: #fff !important;
}

.whitespace {
      width: 100%;
      height: 100px;
}

@media(max-width: 768px) {
      .whitespace {
            display: none;
      }
}


.line {
      width: 24em;
      top: 50%;
      margin: auto;
      border-right: 2px solid rgba(255, 255, 255, 0.75);
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      transform: translateY(-50%);
}

.anim-typewriter {
      animation: typewriter 4s steps(80) 1s 1 normal both,
      blinkTextCussor 500ms steps(80) infinite normal;
}

@keyframes typewriter {
      from {
            width: 0;
      }
      to {
            width: 15em;
      }
}

@media(max-width: 768px) {
      @keyframes typewriter {
            from {
                  width: 0;
            }
            to {
                  width: 17em;
            }
      }
}

@keyframes blinkTextCussor {
      from {
            border-right-color: rgba(255, 255, 255, 0.75);
      }
      to {
            border-right-color: transparent;
      }
}


@keyframe cursor {
      from {
            border-right-color: rgba(255, 255, 255, 0.75);
      }
      to {
            border-right-color: transparent;
      }
}
nav {
      width: 100%;
      background: #0f0f0f;
      height: 80px;
      position: fixed;
      z-index: 1;
}

nav #brand {
      float: left;
      display: block;
      margin-left: 82px;
      line-height: 80px;
      font-weight: bold;
}

nav #brand a {
      color: #fff;
      transition: all 0.3s ease-out;
}

nav #brand a:hover {
      text-decoration: none;
}

nav #menu {
      float: left;
      right: 80px;
      position: fixed;
}

nav #menu li {
      padding-left: 40px;
      display: inline-block;
      cursor: pointer;
      font-weight: 300;
      line-height: 80px;
      position: relative;
      transition: all 0.3s ease-out;
}

nav #menu li span {
      font-weight: 700;
}

nav #menu li a {
      color: #fff;
}

nav #menu li a:hover {
      text-decoration: none;
}

#toggle {
      position: absolute;
      right: 30px;
      top: 20px;
      font-weight: 300;
      z-index: 2;
      width: 30px;
      height: 30px;
      cursor: pointer;
      float: right;
      transition: all 0.3s ease-out;
      visibility: hidden;
      opacity: 0;
}

.close-btn {
      position: absolute;
      right: 16px;
      font-weight: 300;
      z-index: 2;
      cursor: pointer;
      top: -2px;
      line-height: 80px;
}

#resize {
      z-index: 1;
      top: 0px;
      position: fixed;
      background: #0f0f0f;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      transition: all 1s ease-out;
}

#resize #menu {
      height: 90px;
      position: absolute;
      left: 45%;
      transform: translateX(-40%);
      text-align: center;
      display: table-cell;
      vertical-align: center;
}

#resize #menu li {
      display: block;
      text-align: center;
      padding: 10px 0;
      font-size: 50px;
      min-height: 50px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease-out;
}

#resize li:nth-child(1) {
      margin-top: 140px;
}

#resize #menu li a {
      color: #fff;
}

#resize #menu li a:hover {
      text-decoration: none;
}

#resize.active {
      visibility: visible;
      opacity: 1;
}

@media(max-width: 768px) {
      #toggle {
            visibility: visible;
            opacity: 1;
            margin-top: 6px;
            margin-right: 4px;
      }

      nav #brand {
            margin-left: 24px;
      }

      #menu a {
            font-size: 20px;
            font-weight: 300;
      }

      #resize li span {
            font-weight: bolder;
      }

      nav #menu {
            display: none;
      }
}

@media(min-width: 768px) {
      #resize {
            visibility: hidden !important;
      }
}

.hero {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
}

.hero h1 {
      font-weight: lighter;
      text-align: center;
      letter-spacing: -2px;
      line-height: 58px;
}

@media(max-width: 768px) {
      .header h1 {
            font-size: 26px;
      }
}

.scroll-down {
      position: absolute;
      left: 50%;
      bottom: 100px;
      display: block;
      text-align: center;
      font-size: 20px;
      z-index: 0;
      text-decoration: none;
      text-shadow: 0;
      width: 13px;
      height: 13px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
      animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@keyframes fade_move_down {
      0% {
            transform: translate(0, -20px) rotate(45deg);
            opacity: 0;
      }
      50% {
            opacity: 1;
      }
      100% {
            transform: translate(0, 20px) rotate(45deg);
            opacity: 0;
      }
}

h6 {
      text-align: center;
}

.vertical {
      margin-top: 40px;
      border-left: 1px solid #fff;
      height: 80px;
      position: absolute;
      left: 50%;
}

.project {
      height: 500px;
}

.project1 {
      background: url(Win10.png) no-repeat 50% 50%;
      background-size: cover;
}

.project1::after {
      content: "Logo windowsa";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}

.project2 {
      background: url(MacOsCatalina.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project2::after {
      content: "Logo MacOS catalina";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
}

.project3 {
      background: url(Linux.png) no-repeat 50% 50%;
      background-size: width="500" height="750";
}

.project3::after {
      content: "Logo Linux";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
}

.project4 {
      background: url(Win1.png) no-repeat 50% 50%;
      background-size: cover;
}

.project4::after {
      content: "Logo windowsa 1";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project5 {
      background: url(W1ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project5::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project6
	  {
      background: url(W1pl.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project6::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project7 
	{
      background: url(Win3logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
	.project7::after {
      content: "Logo windowsa 3.0/3.1";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project8 {
      background: url(Win3ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project8::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project9
	  {
      background: url(Win3pulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project9::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project10
	{
      background: url(Win95logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
	.project10::after {
      content: "Logo windowsa 95";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project11 {
      background: url(Win95ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project11::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project12
	  {
      background: url(Win95pulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project12::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	
	.project13
	{
      background: url(Win98logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
	.project13::after {
      content: "Logo windowsa 98";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project14 {
      background: url(Win98ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project14::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project15
	  {
      background: url(Win95pulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project15::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
.project16
	{
      background: url(WinMelogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project16::after {
      content: "Logo windowsa Me ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project17 {
      background: url(WinMeekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project17::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project18
	  {
      background: url(WinMepulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project18::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -40%;
      right: 0;
      bottom: 0;
	}
.project19
	{
      background: url(WinXPlogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project19::after {
      content: "Logo windowsa XP ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project20
{
      background: url(WinXPekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project20::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project21
	  {
      background: url(WinXPpulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project21::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project22
	{
      background: url(WinVistalogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project22::after {
      content: "Logo windowsa Vista ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project23
{
      background: url(WinVistaekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project23::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project24
	  {
      background: url(WinVistapulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project24::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
.project25
	{
      background: url(Win7logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project25::after {
      content: "Logo windowsa 7 ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project26
{
      background: url(Win7ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project26::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project27
	  {
      background: url(Win7pulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project27::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
.project28
	{
      background: url(Win8logo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project28::after {
      content: "Logo windowsa 8 ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project29
{
      background: url(Win8ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project29::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project30
	  {
      background: url(Win8pulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project30::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
.project31
	{
      background: url(Win10logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project31::after {
      content: "Logo windowsa 10 ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project32
{
      background: url(Win10ekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project32::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project33
	  {
      background: url(Win10pulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project33::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
	.project34
	{
      background: url(LinuxMintlogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project34::after {
      content: "Logo Linuxa Mint ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project35
{
      background: url(LinuxMintekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project35::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project36
	  {
      background: url(LinuxMintpulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project36::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project37
	{
      background: url(LinuxManjarologo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project37::after {
      content: "Logo Linuxa Manjaro ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -75%;
      right: 0;
      bottom: 0;
}
.project38
{
      background: url(LinuxManjaroekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project38::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project39
	  {
      background: url(LinuxManjaropulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project39::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
	.project40
	{
      background: url(LinuxMXlogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project40::after {
      content: "Logo Linuxa MX ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project41
{
      background: url(LinuxMXekg.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project41::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project42
	  {
      background: url(LinuxMXpulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project42::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
	.project43
	{
      background: url(LinuxElementaryOSlogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project43::after {
      content: "Logo Linuxa ElementaryOS ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project44
{
      background: url(LinuxElementaryOsekg.png) no-repeat 50% 50%;
      background-size: cover;
}

.project44::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project45
	  {
      background: url(LinuxElementaryOSpulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project45::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project46
	{
      background: url(LinuxUbuntulogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project46::after {
      content: "Logo Linuxa Ubuntu ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project47
{
      background: url(LinuxUbuntuekg.png) no-repeat 50% 50%;
      background-size: cover;
}

.project47::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project48
	  {
      background: url(LinuxUbuntupulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project48::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
	.project49
	{
      background: url(LinuxKubuntulogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project49::after {
      content: "Logo Linuxa Kubuntu ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project50
{
      background: url(LinuxKubuntuekg.png) no-repeat 50% 50%;
      background-size: cover;
}

.project50::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project51
	  {
      background: url(LinuxKubuntupulpit.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project51::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project52
	{
      background: url(LinuxFedoralogo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project52::after {
      content: "Logo Linuxa Fedora ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project53
{
      background: url(LinuxFedoraekg.png) no-repeat 50% 50%;
      background-size: cover;
}

.project53::after 
	{
      content: "Ekran główny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project54
	  {
      background: url(LinuxFedorapulpit.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project54::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project55
	{
      background: url(iOSlogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project55::after {
      content: "Logo iOS ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project56
{
      background: url(iOSinterface.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project56::after 
	{
      content: "Interface";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project57
	  {
      background: url(iOSscreen.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project57::after 
	{
      content: "Wygląd całego interface użytkowinika";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}		
	.project58
	{
      background: url(androidlogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project58::after {
      content: "Logo Androida ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project59
{
      background: url(androidinterface.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project59::after 
	{
      content: "Interface";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project60
	  {
      background: url(androidscreen.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project60::after 
	{
      content: "Wygląd całego interface użytkowinika";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}		
	.project61
	{
      background: url(macOs_Catalinascreen.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project61::after {
      content: "Pulpit ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project62
{
      background: url(macOsCatalina.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project62::after 
	{
      content: "Logo MacOs Catalina";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project63
	  {
      background: url(MacOsCatalinainterface.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project63::after 
	{
      content: "Wygląd całego interface użytkowinika";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}	
	.project64
	{
      background: url(Teslamodel3.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project64::after {
      content: "Tesla model 3 wygląd zewnątrz ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -80%;
      right: 0;
      bottom: 0;
}
.project65
{
      background: url(Teslamodel3interior.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project65::after 
	{
      content: "Wnętrze";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project66
	  {
      background: url(Teslamodel_3.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project66::after 
	{
      content: "Wygląd z boku";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -55%;
      right: 0;
      bottom: 0;
	}	
		.project67
	{
      background: url(TeslamodelS.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project67::after {
      content: "Tesla model S wygląd zewnątrz ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -80%;
      right: 0;
      bottom: 0;
}
.project68
{
      background: url(TeslamodelSinterior.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project68::after 
	{
      content: "Wnętrze";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project69
	  {
      background: url(Teslamodel_S.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project69::after 
	{
      content: "Wygląd z boku";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
		.project70
	{
      background: url(TeslamodelX.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project70::after {
      content: "Tesla model X wygląd zewnątrz ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -90%;
      right: 0;
      bottom: 0;
}
.project71
{
      background: url(TeslamodelXinterior.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project71::after 
	{
      content: "Wnętrze";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project72
	  {
      background: url(Teslamodel_X.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project72::after 
	{
      content: "Wygląd z boku";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
	.project73
	{
      background: url(TeslamodelY.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project73::after {
      content: "Tesla model Y wygląd zewnątrz ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -90%;
      right: 0;
      bottom: 0;
}
.project74
{
      background: url(TeslamodelYinterior.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project74::after 
	{
      content: "Wnętrze";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 110%;
      right: 0;
      bottom: 0;
	}
	  
.project75
	  {
      background: url(Teslamodel_Y.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project75::after 
	{
      content: "Wygląd z boku";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 60%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
		.project76
	{
      background: url(Telefon.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project76::after {
      content: "Pierwszy telefon ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project77
{
      background: url(Telefon_.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project77::after 
	{
      content: "Telefon";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: 68%;
      right: 0;
      bottom: 0;
	}
	  
.project78
	  {
      background: url(Telefon_1.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project78::after 
	{
      content: "Smartfon";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -30%;
      right: 0;
      bottom: 0;
	}
		.project79
	{
      background: url(PC.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project79::after {
      content: "Pierwszy komputer ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -90%;
      right: 0;
      bottom: 0;
}
.project80
{
      background: url(PC_.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project80::after 
	{
      content: "Komputer Powermac G5";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top:50%;
      left: 100%;
      right: 0;
      bottom: 0;
	}
	  
.project81
	  {
      background: url(PC_1.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project81::after 
	{
      content: "IMac";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
			.project82
	{
      background: url(Teslalogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project82::after {
      content: "Logo Tesli ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -60%;
      right: 0;
      bottom: 0;
}
.project83
{
      background: url(Elonmusk.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project83::after 
	{
      content: "Jeden z założycieli Tesli";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 80%;
      left: 90%;
      right: 0;
      bottom: 0;
	}
	  
.project84
	  {
      background: url(Teslafactory.png) no-repeat 50% 50%;
      background-size: cover;
      }

.project84::after 
	{
      content: "Fabryka Tesli w Nevadzie";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -90%;
      right: 0;
      bottom: 0;
	}
.project85 {
      background: url(TeslaGigafactory.png) no-repeat 50% 50%;
      background-size: cover;
}

.project85::after {
      content: "Fabryka Tesli z lotu ptaka.";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: 110%;
      right: 0;
      bottom: 0;
}
.project86
	{
      background: url(Autonomic.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project86::after {
      content: "Testowy pojazd volkswagena ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 0%;
      left: -50%;
      right: 0;
      bottom: 0;
}
.project87
{
      background: url(Autonomic_.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project87::after 
	{
      content: "Toyota Prius jako autonomiczny pojazd";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 0%;
      left: 50%;
      right: 0;
      bottom: 0;
	}
	  
.project88
	  {
      background: url(TeslamodelX_1.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project88::after 
	{
      content: "Autonomiczna Tesla model X";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 0%;
      left: -50%;
      right: 0;
      bottom: 0;
	}
.project89 {
      background: url(Autonomic_1.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project89::after {
      content: "Samochód autonomiczny Nvidi";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 0%;
      left: 50%;
      right: 0;
      bottom: 0;
}
	.project90
	{
      background: url(Telefon_1.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
	}
.project90::after {
      content: "Telefony ";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 30%;
      left: -30%;
      right: 0;
      bottom: 0;
}
.project91
{
      background: url(PC.png) no-repeat 60% 50%;
      background-size: cover;
}

.project91::after 
	{
      content: "Komputery stacjonarne";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: 105%;
      right: 0;
      bottom: 0;
	}
	  
.project92
	  {
      background: url(Teslalogo.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project92::after 
	{
      content: "Autonomiczne pojazdy";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -90%;
      right: 0;
      bottom: 0;
	}
.project93 {
      background: url(Win10.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project93::after {
      content: "Systemy operacyjne";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: 110%;
      right: 0;
      bottom: 0;
}
.project94
	  {
      background: url(med.png) no-repeat 60% 50%;
      background-size: width="500" height="500";
      }

.project94::after 
	{
      content: "Medycyna";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -10%;
      right: 0;
      bottom: 0;
	}
.project95
	{
      background: url(ekgaw.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project95::after {
      content: "Badanie EKG na zegarku apple watch";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -100%;
      right: 0;
      bottom: 0;
}
.project96 {
      background: url(koz.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
}

.project96::after {
      content: "Komputerowe obrabianie zdjec";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: 90%;
      right: 0;
      bottom: 0;
}
.project97
	  {
      background: url(rm.png) no-repeat 50% 50%;
      background-size: width="500" height="500";
      }

.project97::after 
	{
      content: "Rezonans magnetyczny";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -90%;
      right: 0;
      bottom: 0;
	}
.project98
	{
      background: url(Win11logo.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project98::after {
      content: "Logo win 11";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 8%;
      left: -50%;
      right: 0;
      bottom: 0;
}
/*brakuje srodkowego zdjecja bo jest takie samo jak project32*/
.project100
	{
      background: url(pulpitwin11.png) no-repeat 50% 50%;
      background-size: cover;
	}
.project100::after 
	{
      content: "Pulpit";
      font-family: "Roboto Mono";
      font-size: 36px;
      position: relative;
      color: #fff;
      display: block;
      top: 50%;
      left: -30%;
      right: 0;
      bottom: 0;
	}




@media(max-width: 768px) {
      .project {
            width: 90% !important;
            margin: 14px auto;
      }

      .vertical {
            display: none;
      }


}


.collab {
      text-align: right;
}

.collab p {
      font-weight: lighter !important;
      margin-bottom: 20px;
}

.hr {
      background: rgba(255, 255, 255, 0.2);
      height: 1px;
}

.info h4 {
      font-size: 18px;
      font-weight: lighter;
}

.info p {
      color: grey;
      font-weight: lighter;
}

.info li {
      font-weight: lighter;
      color: #fff;
      font-size: 18px;
      padding-left: 20px;
}

#fb::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #3b5998;
}


#ig::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #fcaf45;
}


#tw::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #55acee;
}


#yt::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #c4302b;
}

#media, #address {
      text-align: right;
}

#media ul {
      list-style: none;
}

#media ul li {
      display: inline-block;
}

@media(max-width: 768px) {
      .collab, #personal, #media, #address {
            text-align: center;
      }

      .info ul {
            margin: 0 0 0 -22px;
            padding: 0;
      }
}



.hero-content {
      margin-left: 0%;
}

.hero-content p {
      font-weight: 300;
      line-height: 36px;
      color: grey;
}

.hero-content h6 {
      text-align: left;
}

@media(max-width: 768px) {
      .hero-content {
            padding-top: 50px;
            width: 96%;
            margin: 0 auto;
      }
}



#contact-form {
      margin: 5% 1.4%;
}

#contact-form ul {
      list-style: none;
      border-radius: 5px;
      margin-bottom: 40px;
}

#contact-form li {
      padding: 10px;
}

#contact-form li:last-of-type {
      border-bottom: none;
}

#contact-form label {
      display: block;
      font-size: .8em;
      color: #999;
      padding-left: 5px;
}

#contact-form input, #contact-form textarea {
      width: 100%;
      padding: 5px;
      border: none;
      resize: vertical;
      background: transparent;
      color: #fff;
      font-weight: bolder;
}

input:focus {
      outline: none;
      border: none;
}

textarea:focus {
      outline: none;
      border: none;
}

.textarea {
      border-bottom: 1px solid #dfdfdf;
}

.send {
      margin-left: 50px;
      text-transform: uppercase;
      padding: 20px 30px;
      background: transparent;
      color: #dfdfdf;
      font-size: 14px;
      letter-spacing: 2px;
}

.send:hover {
      background: #dfdfdf;
      color: #101010;
}

@media(max-width: 768px) {
      #contact-form {
            margin: 5% -8%;
            width: 98%;
      }
}


.prev, .next p {
      color: grey;
}

.prev p {
      text-align: left;
}

.next p {
      text-align: right;
}
