body{
	    margin: 0;

    font-family:  Playfair Display, Arial;


}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

h2{
	font-size: 2.4em;
    line-height: 1.2em;
}

a {
    color: black;

    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    /* font-weight: bold; */
}

.navbar-full-width > li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.title-box{
    font-family: Hind;
    font-size: 20px;
    font-weight: normal;
}

.container {
    max-width: 1380px;
}

p {
    color: #535c68;
    font-weight: 400;
}

/* Domyślnie ukrywamy submenu */
.nav-item {
  position: relative;
}

.nav-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 0;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Pokazujemy submenu przy hoverze */
.nav-item:hover .sub-menu {
  display: block;
}

/* Styl linków w submenu */
.sub-menu li {
  list-style: none;
  padding: 5px 20px;
}

.sub-menu li a {
  color: #00278a;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.sub-menu li a:hover {
  back
  ground-color: #f1f1f1;
}



article p{
    font-family: 'Cairo', 'Open Sans';
    line-height: 1.6em;
    font-size: 18px;
}
article h2{
    
    line-height: 2em;
   
}

/* stopka  */
.list-stopka li{
    color: #c9945f;;
    line-height: 2em;
    text-align: left;
}
.list-stopka li a{
    color: #c9945f;;
   
}