@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@-ms-viewport {
  orientation: portrait;
}
@-o-viewport {
  orientation: portrait;
}
@viewport {
  orientation: portrait;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: black;
  color: white;
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
  cursor: url("images/icons/cursor/cursor.png"), default !important;
  outline: none !important;
}

/* nadpisywanie wartosci bootstrapa */
.bg-dark {
  background-color: #050505 !important;
}

.container-fluid {
  padding: 10% 10% 10% 10%;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: darkorange;
  text-decoration: none;
}

h1 {
  margin-bottom: 50px;
}

h1, h2, h3, h4 {
  font-family: Staatliches, sans-serif;
  color: darkorange;
}

h2 {
  color: white;
}

h4 {
  color: white;
}

h5, h6 {
  font-family: Montserrat, sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/* NAVBAR */
.navbar {
  padding-left: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.navbar .nav-link {
  font-family: Staatliches;
  color: white;
  font-size: 120%;
}

.navbar .logo {
  margin-left: 0%;
}

.navbar .navbar-nav {
  margin-left: 3% !important;
}

/* NAWIGACJA */
.navbar {
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: black !important;
  /* NON-IE */
  padding-top: 30px !important;
  padding-bottom: 25px !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.navbar .logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scrolled {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  background-color: black !important;
}

.scrolled .logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.nav-link:hover {
  color: darkorange !important;
}

nav .active {
  border-bottom: 3px solid darkorange;
}

.header {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

/*================================================*/
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  20% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  30% {
    -webkit-transform: translate(15px, 5px);
            transform: translate(15px, 5px);
  }
  40% {
    -webkit-transform: translate(-15px, -5px);
            transform: translate(-15px, -5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  70% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  80% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  81% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  20% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  30% {
    -webkit-transform: translate(15px, 5px);
            transform: translate(15px, 5px);
  }
  40% {
    -webkit-transform: translate(-15px, -5px);
            transform: translate(-15px, -5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  70% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  80% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  81% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

#video {
  width: 100%;
  opacity: 0.3;
}

/* MEDIA */
.media .social-media-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 128px;
}

.media .social-media-box h5 {
  margin-top: 20px;
  font-family: Staatliches;
  -webkit-transition: 150ms;
  transition: 150ms;
  color: #EEE;
}

.media .social-media-box img {
  -webkit-transition: 150ms;
  transition: 150ms;
}

.media .social-media-box:hover h5 {
  color: darkorange;
  -webkit-transition: 150ms;
  transition: 150ms;
}

.media .social-media-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 150ms;
  transition: 150ms;
}

/* ZDJĘCIE */
.zdjecie {
  background-color: black;
  background-image: url("/images/photo_background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: none !important;
}

/* SKŁAD */
.sklad {
  background-color: black;
  margin: 0px;
}

/* BIOGRAFIA */
.biografia {
  padding: 10% 14% 10% 14%;
  text-align: justify;
  background-color: black;
  background-image: url("/images/columns.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.biografia a h4:hover {
  color: darkorange;
}

.biografia .czytaj-dalej {
  color: darkorange;
}

.biografia .czytaj-dalej:hover {
  color: white;
}

/* DYSKOGRAFIA */
.dyskografia {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: justify;
  color: white;
  background-color: black;
}

.dyskografia .card {
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
  margin-bottom: 10%;
  /* Added */
  border: none;
  background-color: #111;
  /*box-shadow: 0px 0px 5px #DDD;*/
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dyskografia .card-body {
  padding: 10%;
  -webkit-transition: 250ms;
  transition: 250ms;
  background-color: #111;
}

.dyskografia .card-img-top {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 21rem;
}

.dyskografia .card:hover > .card-img-top {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dyskografia .card:hover > .card-body {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: 250ms;
  transition: 250ms;
}

.dyskografia .card:hover > .card-body h2 {
  color: darkorange;
}

/* =========================== */
.card {
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
  margin-bottom: 10%;
  /* Added */
  border: none;
  background-color: #111;
  /*box-shadow: 0px 0px 5px #DDD;*/
}

.card-body {
  padding: 10%;
}

.card-img-top {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card:hover > .card-img-top {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* WIDEO */
.wideo {
  padding: 10% 10% 10% 10%;
  background-color: black;
}

.video-card {
  background-color: #111;
  margin-bottom: 10%;
  width: auto !important;
}

.clip {
  width: 100%;
  height: 11.3rem;
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
}

/* KONCERTY */
.koncerty {
  background-image: url("/images/concerts_background.jpg");
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}

.koncerty td {
  width: 25%;
  height: 80px;
}

.koncerty table {
  margin-bottom: 30px;
}

.koncerty th {
  border: none !important;
}

.koncerty table tbody tr {
  border-top: 3px solid #222 !important;
}

/* SKLEP */
.sklep {
  background-color: #111;
}

.sklep .card {
  width: 14rem;
  margin: auto;
  /* Added */
  float: none;
  /* Added */
  margin-bottom: 10%;
  /* Added */
  border: none;
  background-color: black;
  color: white;
  /*box-shadow: 0px 0px 5px #DDD;*/
}

.sklep .card-body {
  padding: 10%;
}

.sklep .card-img-top {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 14rem;
  height: 14rem;
}

.sklep .card:hover > .card-img-top {
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ARCHIWUM */
.archiwum ul {
  margin: auto;
  list-style: none;
}

.archiwum ul li {
  display: inline-block;
}

.archiwum ul li:hover {
  border-bottom: 3px solid darkorange;
}

/* PARTNERZY */
.partnerzy {
  padding: 10% 10% 10% 10%;
  background-color: black;
  background-image: url("/images/partners_background.png");
  background-size: 50%;
  background-position: center;
  background-blend-mode: difference;
  background-repeat: no-repeat;
  color: white;
  /*text-align: center;*/
}

.partnerzy ul {
  list-style: none;
}

.partnerzy h1 {
  margin-bottom: 3%;
}

.partnerzy li {
  display: inline;
  margin: 3%;
}

.partnerzy li a {
  color: white;
  text-decoration: none;
}

.partnerzy li a img {
  width: 100px;
  padding-bottom: 50px;
}

/* KONTAKT */
.kontakt {
  padding: 10% 10% 10% 10%;
  background-color: #111;
  color: white;
}

.kontakt h1 {
  margin-bottom: 3%;
}

.kontakt .card {
  background-color: black;
}

/* PRZYJACIELE */
.przyjaciele {
  padding: 10% 10% 10% 10%;
  background-color: black;
  background-image: url("/images/concerts_background.jpg");
  background-position: center;
  color: white;
}

.przyjaciele h1 {
  margin-bottom: 3%;
}

.przyjaciele ul {
  margin: 0px;
  padding: 0px;
}

.przyjaciele li {
  list-style-type: none;
  margin-bottom: 1%;
}

.przyjaciele li a {
  color: white;
  text-decoration: none;
}

.przyjaciele li a:hover {
  color: darkorange;
}

/* STOPKA */
.footer {
  border-radius: 0px;
  background-color: black;
  margin: 0px;
  padding-right: 10%;
}

.footer p {
  color: #888;
  font-size: 0.75rem;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-justify: right;
  text-align: right;
}

.footer .creator-link {
  color: darkorange;
}

body p:hover {
  color: white;
  -webkit-transition: 250ms;
  transition: 250ms;
}

body p {
  color: #AAA;
  -webkit-transition: 250ms;
  transition: 250ms;
}

span.anchor {
  margin-top: -150px;
  /* height of nav, in this case 54px */
  display: block;
  height: 150px;
  /* height of nav, in this case 54px */
  visibility: hidden;
  position: relative;
}

/* ========================================= */
/* ==== PER SITES ========================== */
/* ========================================= */
#materialy_do_pobrania .btn-primary, #materialy_do_pobrania .btn-primary:hover, #materialy_do_pobrania .btn-primary:active, #materialy_do_pobrania .btn-primary:visited {
  background-color: darkorange !important;
  border: none;
  border-radius: 0px;
}

#materialy_do_pobrania .btn-primary:hover {
  background-color: white !important;
  color: black;
}

#materialy_do_pobrania .pobrania {
  margin-top: 190px;
}

/* ========================================= */
/* ==== MEDIA QUERIES ====================== */
/* ========================================= */
#mobile-only-social-media {
  display: none;
}

@media (max-width: 575.98px) {
  h1 {
    text-align: center;
  }
  .navbar {
    background-color: black !important;
  }
  .navbar-clicked {
    height: 100%;
  }
  nav .nav-item {
    margin-left: 23%;
    text-align: left;
    font-size: 120%;
  }
  nav .active {
    border-bottom: 0px !important;
  }
  .banner {
    display: none !important;
  }
  .media {
    display: none !important;
  }
  #mobile-only-social-media {
    display: inline;
    margin-bottom: 4%;
  }
  body {
    padding-top: 150px !important;
  }
  .zdjecie {
    height: 240px;
  }
  .sklad h5 {
    font-size: 70%;
  }
  .dyskografia .row .col-sm .card, .card-img-top {
    width: 14rem !important;
  }
  .navbar-brand {
    margin-left: 23%;
  }
  .navbar-brand .logo {
    height: 85px;
  }
  .sklad h3 {
    display: inline;
  }
  .sklad h5 {
    color: darkorange;
    font-size: 100%;
    text-transform: lowercase;
    margin-bottom: 10px;
  }
  .archiwum * {
    display: block !important;
  }
  .archiwum * h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .partnerzy {
    background-size: 200%;
  }
  .kontakt h5 {
    font-size: 100%;
  }
  #archive_body {
    background-image: url("/images/skeleton_mobile.jpg");
    background-repeat: no-repeat;
    background-size: 140%;
    background-attachment: fixed;
    padding-top: 0px !important;
  }
  footer * {
    text-align: center !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  h1 {
    text-align: center;
  }
  .navbar {
    background-color: black !important;
  }
  .navbar-clicked {
    height: 100%;
  }
  nav .nav-item {
    margin-left: 23%;
    text-align: left;
    font-size: 120%;
  }
  nav .active {
    border-bottom: 0px !important;
  }
  .media {
    display: none !important;
  }
  .banner {
    display: none !important;
  }
  #mobile-only-social-media {
    display: inline;
    margin-bottom: 4%;
  }
  .navbar-brand {
    margin-left: 23%;
  }
  .navbar-brand .logo {
    height: 85px;
  }
}

/* LOGO */
#logotyp_w_ogniu_obraz {
  margin-top: 200px !important;
  /*todo, bylo 14%*/
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 50% !important;
  -webkit-animation: animate 0.6s !important;
          animation: animate 0.6s !important;
  -webkit-animation-iteration-count: 3 !important;
          animation-iteration-count: 3 !important;
}
/*# sourceMappingURL=style.css.map */