* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  font-family: "Monserrat", Geneva, Tahoma, sans-serif;
}

a {
  color: #224b7f;
  text-decoration: none;
}

a:hover {
  color: #224b7f;
  text-decoration: underline;
}

/* HEADER */
.header-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  min-width: 250px;
  background-image: url("../img/tree-gf37873319_1920.jpg");
  background-size: cover;
  background-position: 50% 55%;
}

.header-bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 36, 7, 0.4);
}

.header-text {
  position: absolute;
  text-align: center;
  color: white;
  z-index: 1;
  text-shadow: 5px 5px 20px black;
}
.header-text h1 {
  font-size: 2rem;
  letter-spacing: 0.01em;
}
.header-text h2 {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

/* nawigacja */
.navbar {
  position: relative;
  background-color: white;
  z-index: 10;
}

.navbar-nav .nav-link {
  margin: 5px;
  padding: 5px 0px;
  font-size: 0.9rem;
  color: #224b7f;
  border-bottom: 1px solid #224b7f;
  transition: 0.3s;
  text-transform: uppercase;
}
.navbar-nav .current {
  font-weight: bold;
  color: #224b7f;
}

.nav-link:hover {
  box-shadow: 0px 0px 10px #224b7f;
  border-radius: 3px;
}

.news h1 {
  padding: 20px;
  color: #224b7f;
  border-bottom: 1px solid grey;
  font-size: 2rem;
}
.news h2 {
  font-size: 1.3rem;
}
.news .btn-news {
  color: white;
  background-color: #224b7f;
}

.card {
  transition: 0.5s;
}

.card:hover {
  transform: scale(1.03);
}

.card-title {
  color: #224b7f;
  height: 60px;
}

.card-text {
  font-size: 1rem;
}

.divider {
  height: 50px;
}

.tab-content h2 {
  font-size: 1.5rem;
  padding: 20px;
  color: #224b7f;
}

.jura {
  font-size: 1.5rem;
  padding: 20px;
  color: #224b7f;
}

.header-imprezy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  min-width: 250px;
  background-image: url("../img/imprezyjurajskie.jpg");
  background-size: cover;
  background-position: 50% 25%;
  transition: 1s;
}

.header-imprezy:hover {
  transform: scale(1.05);
}

.header-imprezy-bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 42, 103, 0.6549019608);
}

.btn-news {
  color: white;
  background-color: #224b7f;
  transition: 0.6s;
}

.btn-news:hover {
  color: white;
  background-color: #224b7f;
  text-decoration: underline;
}

.download-title {
  color: green;
  padding: 10px 0px 10px 20px;
  margin: 40px 0px 20px 20px;
  border-left: 20px solid green;
  font-size: 1.2rem;
  font-weight: bold;
}

.attachments {
  color: #224b7f;
  margin-left: 20px;
  text-decoration: none;
}

.attachments:hover {
  text-decoration: underline;
}

.partners h1 {
  padding: 20px;
  color: #224b7f;
  border-bottom: 1px solid grey;
  font-size: 2rem;
}

.work-thumb {
  transition: 0.6s;
}

.work-thumb:hover {
  transform: scale(1.1);
}

/* media */
@media (min-width: 768px) {
  .header-text h1 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .header-text p {
    display: contents;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */