@font-face {
  font-family: aromia;
  src: url('../fonty/AromiaScript-Black.woff2') format('woff2'),
       url('../fonty/AromiaScript-Black.woff') format('woff'); 

}

@font-face {
  font-family: subiectivity;
  src: url("../fonty/Subjectivity-Light.woff2") format("woff2");
}

@font-face {
  font-family: acefimere;
  src: url('../fonty/Acephimere.woff2') format('woff2'),
       url('../fonty/AcephimereBold.woff2') format('woff2'),
       url('../fonty/AcephimereItalic.woff2') format('woff2'),
       url('../fonty/AcephimereBoldItalic.woff2') format('woff2');
}   


.ws_ace {
  font-family: acefimere;
  line-height: 1.6em;
  color: #553d3a;
}


.ws_ace_r {
  font-family: acefimere;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #553d3a;
}


.email {
  color:#0177a6;
  text-decoration: underline;
}


.ace {
  font-family: acefimere;
  color: #553d3a;
}

/*
.carousel-control-prev-icon, .carousel-control-next-icon  {
	background-color: #04a0b9;
}
*/

.sponsor {
  font-size: 0.6rem !important;
  margin-left: 10px;
}


.top-shape::before {
  background-color: #553d3a!important;
}

.bg-primary {
  background-color: #553d3a!important;
}

.bg-light {
  background-color: #f0f0f0!important;
}

.text-primary {
  color: #553d3a!important;
}

.btn-primary {
  background-color: #553d3a;
  border-color: #fff;
}


.btn-primary:focus {
  background: var(--secondary);
  border-color: var(--secondary);
}

.navbar-light .navbar-nav .nav-link {
  color: #553d3a;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: #8e2e16;
}  

a {
  color: #553d3a;
}

a:hover {
  color: #553d3a;
}

.bg-dark-ws {
   background-color: #553d3a;
}

.top_ws {
  margin-top: calc(var(--bs-gutter-y) * -1.999)!important;
}

.ws_img > img {
  transition: 0.5s;
}

.ws_img:hover > img {
  transform: scale(1.3);
}

.w_prawo {
  float:right;
}


.w_lewo {
  float: left;
}

@media only screen and (max-width: 768px) {
   .napis_aromia {
       font-family: aromia;
       font-size: 1.2em;
       line-height: 1.6em;
   }

   .napis_subiectivity {
      font-family: subiectivity;
   }

   .ws_position-absolute {
      position: absolute !important;
      top: 20px;
     left: 1.5em;
   }

   .img-logo {
  	  max-height: 38px;
  	  width: auto;
   }

} 


@media only screen and (min-width: 768px) {
  .napis_aromia {
    font-family: aromia;
    font-size: 2.3em;
    line-height: 1.8em;
  }


  .napis_subiectivity {
    font-family: subiectivity;
    font-size: 1.3em; 	
  }


  .ws_position-absolute {
    position: absolute !important;
    top: 62px;
    left: 3.4em;
  }

  .img-logo {
  	max-height: 97px;
  	width: auto;
  }

  .ws_img {
    max-height: 237px!important;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .ws_img > img {
    height: 237px!important;
  }

  .p_ws_10 {
    padding-left: 10%;
  }

}	