* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-family: "Roboto";
}
section {
  background-color: #fff;
  padding: 3% 5% 10% 5%;
  min-height: 100vh;
  clear: both;
}
header {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: -1;
}
header h1 {
  position: relative;
  top: 30vh;
  color: #fff;
  font-family: "Andada";
  font-size: 8vw;
  text-transform: uppercase;
}
header h2 {
  position: relative;
  top: 30vh;
  font-size: 2vw;
  text-transform: uppercase;
  font-family: "Roboto";
}
header hr {
  position: relative;
  top: 29vh;
  margin: 2vh auto;
  border: 0;
  height: 3px;
  width: 10vw;
  background: #da5b3f;
}
section h1::before {
  position: relative;
  content: url("../images/before_w.png");
  top: 14px;
}
section h1::after {
  position: relative;
  content: url("../images/after_w.png");
  top: 14px;
}
section.ciemne h1::before {
  position: relative;
  content: url("../images/before_d.png");
  top: 14px;
}
section.ciemne h1::after {
  position: relative;
  content: url("../images/after_d.png");
  top: 14px;
}
section h1 {
  font-size: 41pt;
  text-transform: uppercase;
  color: #1b335e;
  margin-bottom: 5%;
}
section h2 {
  font-family: Andada;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.ciemne {
  background-color: #262626;
  color: #fff;
}
img.rog {
  position: relative;
  right: 0;
  bottom: 0;
}
.lewa {
  float: left;
  width: 50%;
}
.prawa {
  float: left;
  width: 40%;
  padding-left: 6%;
}
.prawa img {
  float: right;
  width: 100%;
}
section#uslugi ul {
  list-style-image: url("../images/jest.png");
}
section#uslugi ul li {
  margin-top: 2vmin;
  font-size: 2vmin;
}
p {
  margin-top: 2vmin;
  text-align: justify;
  text-justify: inter-word;
  font-size: 2vmin;
  line-height: 3vmin;
  color: #1b335e;
}
.ciemne p.duze {
  color: #fff;
}
.ciemne h1 {
  color: #fff;
}
p.duze {
  font-family: "Andada";
  font-size: 4vmin;
  line-height: 5vmin;
  margin-bottom: 5%;
  text-align: left;
}

nav {
  background-color: #fff;
  margin: 0;
  height: 8vh;
  text-align: center;
  font-family: "Andada";
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
nav img {
  margin-top: 0.2%;
  vertical-align: top;
}
nav ul {
  margin-top: 10px;
  display: inline-block;
  height: 100%;
  list-style-type: none;
  overflow: hidden;
}

nav li {
  display: inline-block;
  height: 100%;
}

nav li a {
  display: block;
  color: #1b335e;
  text-align: center;
  font-size: 4vh;
  padding: 5px 10px;
  text-transform: capitalize;
  text-decoration: none;
}

nav li a:hover {
  background-color: #1b335e;
  color: #fff;
  text-decoration: underline;
}
nav.small {
  height: 6vh;
}
nav.large {
  height: 8vh;
}
nav.small img {
  transform: scale(0.7);
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

nav.small ul li a {
  font-size: 3vh;
}
nav.large ul li a {
  font-size: 4vh;
}
nav,
a,
img,
ul,
li {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

.button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 1em;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
}

.button:focus {
  outline: none;
}

.button > span {
  vertical-align: middle;
}

/* Sizes */
.button--size-s {
  font-size: 14px;
}

.button--size-m {
  font-size: 16px;
}

.button--size-l {
  font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button--text-thin {
  font-weight: 300;
}

.button--text-medium {
  font-weight: 500;
}

.button--text-thick {
  font-weight: 600;
}

.button--round-s {
  border-radius: 5px;
}

.button--round-m {
  border-radius: 15px;
}

.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}

.button--border-medium {
  border: 2px solid;
}

.button--border-thick {
  border: 3px solid;
}
.button--rayen {
  overflow: hidden;
  padding: 0;
  width: 230px;
}
.button--rayen.button--inverted {
  color: #fff;
}
.button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7986cb;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
  background: #fff;
  color: #37474f;
}
.button--rayen > span {
  display: block;
}
.button--rayen::before,
.button--rayen > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#karuzela {
  margin-top: 17vh;
  border: 5px solid #fff;
}

.portfolio-item {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}

#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -55px;

  z-index: 1032;
}
.modal-open {
  overflow-y: scroll;
}
#box {
  border: 1px solid rgb(200, 200, 200);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
  background: rgba(200, 200, 200, 0.1);
  border-radius: 4px;
  padding: 2%;
}

/************************************************
Responsives
************************************************/
@media all and (min-width: 1601px) {
}
@media all and (max-width: 1600px) and (min-width: 1201px) {
}
@media all and (max-width: 1200px) and (min-width: 1001px) {
}
@media all and (max-width: 1000px) and (min-width: 801px) {
}
@media all and (max-width: 800px) and (min-width: 601px) {
}
@media all and (max-width: 600px) and (min-width: 0px) {
  header h1 {
    font-size: 10vw;
  }
  header h2 {
    font-size: 8vw;
  }
  section h1::before {
    content: "";
  }
  section h1::after {
    content: " ";
  }
  section.ciemne h1::before {
    content: " ";
  }
  section.ciemne h1::after {
    content: " ";
  }
  .akant {
    display: none;
  }
  .lewa {
    width: 100vw;
  }
  .prawa {
    float: left;
    width: 100vw;
  }
}
