h1,
h2,
h2,
h4,
h5,
h6 {
  font-family: 'Farsan', cursive;
  font-size: 30px;
}

p,
a,
li {
  font-family: 'Farsan', cursive;
  font-size: 20px;
}

li a {
  font-family: 'Rye', cursive;
}

.del-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar {
  font-family: sans-serif;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  font-size: 11px !important;
  letter-spacing: 4px;
}

.navbar li a,
.navbar .navbar-brand {
  color: #d5d5d5 !important;
}

.navbar-nav li a {
  padding: 20px 20px;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}

.navbar-nav li a:hover {
  color: #fff !important;
}

.navbar-nav li.active a {
  color: #fff !important;
  border-color: green;
  background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: green;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}

footer {
  background-color: #2d2d30;
  color: #f5f5f5;
  padding: 32px;
}

footer a {
  color: #f5f5f5;
}

footer a:hover {
  color: #777;
  text-decoration: none;
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: none;
}

#slide {
  height: 100vh;
}

#slide {
  background: #333;
  text-align: center;
  background-image: url(images/tlo4.jpg);
  background-size: cover;
  background-position: center center;
}

#slide h1 {
  color: #fff;
  font-family: 'Kaushan Script', cursive;
  font-size: 64px;
  padding-top: 40vh
}

#slide h1:after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  background-color: green;
  margin: 20px auto 40px auto;
}

#slide p {
  color: #eee;
}

.o-mnie-box {
  margin-top: 75px;
  padding-top: 100px;
  background-image: url('images/tlo2.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.o-mnie-text {
  background: #fff;
  margin-left: 50%;
  margin-right: -100px;
  min-height: 400px;
  padding: 50px 50px;
}

.o-mnie-text,
.kontakt-text {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(120, 120, 120, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(120, 120, 120, 1);
  box-shadow: 0px 0px 15px 0px rgba(120, 120, 120, 1);
}

.o-mnie-text h2:after,
.kontakt-text h2:after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  background: green;
  margin: 15px 0px 35px 0px;
}

#portfolio {
  margin-top: 75px;
  background: #ddd;
  min-height: 400px;
  padding: 50px 0px;
}

.portfolio-header h2 {
  text-align: center;
}

.portfolio-header h2:after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  background: green;
  margin: 20px auto 40px auto;
}

.portfolio-projekt {
  width: 75%;
  margin: 25px auto;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
  min-height: 250px;
  position: relative;
  overflow: hidden;
  transition: linear 1s;
}

.portfolio-projekt:hover>.portfolio-text {
  bottom: 0px;
}

.portfolio-projekt>.portfolio-text a {
  display: block;
  padding-bottom: 10px;
}

.portfolio-projekt p {
  padding-top: 100px;
}

.portfolio-text p {
  padding-top: 0;
}

.portfolio-text,
.portfolio-text a {
  color: #fff
}

.portfolio-text {
  position: absolute;
  bottom: -85px;
  left: 0px;
  right: 0px;
  background: #333;
  transition: linear 0.7s;
}

.portfolio-projekt-bg1 {
  background: url(images/strona1.jpg) top center;
  background-size: cover;
}

.portfolio-projekt-bg2 {
  background: url(images/strona2.jpg) top center;
  background-size: cover;
}

.portfolio-projekt-bg4 {
  background: url(images/strona4.jpg) top center;
  background-size: cover;
}
.portfolio-projekt-bg6 {
  background: url(images/strona10.jpg) top center;
  background-size: cover;
}


.kontakt-box {
  margin: 75px 0px;
  padding-top: 100px;
  background-image: url('images/tlo1.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.kontakt-text {
  background: #fff;
  margin-right: 50%;
  margin-left: -100px;
  min-height: 400px;
  padding: 50px 50px;
}

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: antiquewhite;
  text-align: center;
  padding: 30px 0px;
}

#cookies-button {
  color: green;
  border: 1px solid green;
  padding: 10px 15px;
  line-height: 80px;
}

#cookies-button:hover {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .o-mnie-text {
    margin-right: -15%;
    padding: 20px;
    margin-left: 25%;
  }
  .kontakt-text {
    margin-left: -15%;
    padding: 20px;
    margin-right: 25%;
  }
  #slide h1 {
    font-size: 38px;
  }
  .navbar-nav li a {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
  }
}