/*------------------------ Zmienne */
/*blue: rgba(4,39,68,0.9) */
/*------------------------ Ogolne */
html,
body {
  height: 100%;
  color: #000;
}
a {
  text-shadow: 0.1rem 0.1rem rgba(4, 39, 68, 0.6);
}
a:hover {
  text-shadow: 0.1rem 0.1rem rgba(4, 39, 68, 0.9);
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0.1rem 0.1rem rgba(170, 170, 170, 0.4);
}
header {
  padding-bottom: 8rem;
}
hr {
  color: #CCC;
  border-color: #CCC;
  background-color: #CCC;
}
p,
label {
  text-shadow: 0.1rem 0.1rem rgba(170, 170, 170, 0.4);
}
footer {
  font-size: 3vh;
  text-indent: 1rem;
  position: fixed;
  bottom: 0;
}
/*------------------------ specyficzne klasy */
img.imgCien {
  box-shadow: 0 0 2rem 1rem rgba(4, 39, 68, 0.6);
}
img.aimgCien {
  box-shadow: 0 0 2rem 1rem rgba(4, 39, 68, 0.6);
}
img.aimgCien:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer p.footer {
  color: rgba(4, 39, 68, 0.15);
  text-shadow: 0 0 rgba(4, 39, 68, 0);
}
footer p.footer:hover {
  color: rgba(4, 39, 68, 0.9);
  text-shadow: 0 0 0.5rem rgba(4, 39, 68, 0.6);
}
/*------------------------ Klasy wspolne */
.marginTop {
  margin-top: 1rem;
}
.marginBottom {
  margin-bottom: 8rem;
}
.indent {
  padding-left: 45px;
  display: block;
}
.aktywny {
  background: rgba(4, 39, 68, 0.9);
}
.noMarginLeft {
  margin-left: 0;
}
.imgMaxRozmiar {
  max-height: 20rem;
}
.powiekszenie {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.powiekszenie:hover,
.powiekszenie:focus,
.powiekszenie:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wciecie {
  text-indent: 4rem;
  margin-top: 2rem;
}
.hobbyNieAktywny {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.paddingTop {
  padding-top: 8rem;
}
.colorRed {
  color: #F00;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.6);
}
.input-group-addon {
  background-color: rgba(255, 255, 255, 0.8);
}
.lightbox,
#carousel-example-generic a.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.95);
}
.lightbox img,
#carousel-example-generic a.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}
.lightbox:target,
#carousel-example-generic a.lightbox:target {
  display: block;
  outline: none;
}
/*------------------------ Identyfikatory */
#backgroundimg {
  background: rgba(202, 221, 232, 0.8) url("../img/backgr.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
#main_container {
  height: 100%;
  margin: 0 auto;
  min-height: 40rem;
  position: relative;
}
#ladowanieDanych img {
  height: 2rem;
}
#nav {
  color: #fff;
  background: rgba(4, 39, 68, 0.6);
}
#nav a {
  text-shadow: none;
  color: #fff;
}
#nav a.navbar-brand {
  padding: 0.3rem;
}
#nav a:hover {
  color: #fff;
  text-shadow: 0 0 0.8rem #fff;
  letter-spacing: 0.02rem;
}
#navbtns li {
  min-width: 12rem;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
#navbtns li .glyphicon {
  margin-right: 10px;
}
#navbtns li a {
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  color: #fff;
  text-shadow: none;
}
#navbtns li a:hover {
  color: #fff;
  text-shadow: 0 0 0.8rem #fff;
  letter-spacing: 0.05rem;
}
#navbtns li::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  top: 15px;
  left: 1px;
  height: 20px;
  width: 6px;
  background-color: #ffffff;
  box-shadow: 7px 0 21px 2px rgba(255, 255, 255, 0.75), 6px 0 18px 2px rgba(255, 255, 255, 0.64), 15px 0 55px 5px rgba(255, 255, 255, 0.8), 0 0 8px 1px rgba(255, 255, 255, 0.64);
}
#navbtns li:hover::after {
  opacity: 1;
}
#navbtns li:hover {
  background: rgba(4, 39, 68, 0.9);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(4, 39, 68, 0.9);
}
#omnieFoto {
  max-width: 40%;
}
#kontaktFoto {
  max-width: 50%;
}
#modal p {
  text-shadow: none;
}
#modal .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
}
#carousel-example-generic ol.carousel-indicators li {
  background: rgba(0, 0, 0, 0.5);
}
#carousel-example-generic div.item.backgroundCarousel h3 {
  color: #000;
}
#carousel-example-generic div.item.backgroundCarousel p {
  color: #000;
}
#carousel-example-generic a {
  background: none;
}
#carousel-example-generic .carouselPadding {
  padding-top: 5rem;
  padding-bottom: 20rem;
}
#carousel-example-generic .carouselPadding a:first-of-type {
  height: 225px;
}
#carousel-example-generic .carouselPadding img {
  max-width: 40rem;
}
#listacv {
  padding-left: 0;
  list-style: none;
}
#nav > .container {
  width: 97%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  top: 0;
}
#carousel-example-generic .carouselPadding {
  padding-bottom: 1rem;
}
.carousel-caption {
  position: static;
}
.carousel-indicators {
  top: 0;
  bottom: auto;
}
/*Media screen*/
@media screen and (max-width: 767px) {
  #navbtns li {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    border-left: 0;
    text-align: center;
  }
  #navbtns li a {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  #navbtns li:hover::after {
    display: none;
  }
  #kontaktFoto {
    max-width: 75%;
  }
  #omnieFoto {
    max-width: 55%;
  }
}
@media screen and (max-width: 450px) {
  #omnieFoto {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-height: 600px;
  }
}
