@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&amp;display=swap&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700&amp;display=swap&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&amp;display=swap&amp;subset=latin-ext');

.entry-content a {
    box-shadow: none;
}



.navigation-top{
 background:#110701; 
  border:none;
}

ul#top-menu {
  padding: 2px;
      margin: auto;
    width: fit-content;
}

ul#top-menu li {
    vertical-align: bottom;
}

.navigation-top li a{
  font-family:"Cardo", serif;
  font-weight:normal;
  color:#ffd38d;
  text-transform:uppercase;
}
.navigation-top li a:hover, .navigation-top li.current-menu-item > a{
 color:#d1882b;
}

.pod-tytulem {
    background: #c5881d;
    height: 3px;
    width: 80px;
    margin: auto;
}

section {
    padding: 0 40px;
}
section.jasna{
  background:#fff7cf;
}
section.ciemna{
 background:#110701; 
}
section.ciemna p, section.ciemna h1, section.ciemna h2 {
  color:#fff7cf;
}


.entry-content article{
    max-width: 950px;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
}

body {
    font-size: 16px;
    font-family:"Raleway",sans-serif;
}
h1, h2, h3, h4, h5, h6{
 font-family:"Cardo",serif;
  margin: 0.3em 0;
  color: #7b350d;
  text-transform:uppercase;
  font-weight:bold;
}
p{
  margin: 0.8em 0;
}

.dwie-kolumny{
 display:flex; 
}
.kolumna-2{
 text-align:left;
  margin:15px;
}

#mapka{
 width:100%;
  height:60vh;
  margin: 0;
}

footer#ninja-stopka {
    background: #110701;
      display: flex;
    padding: 15px;
      justify-content: center;
}
#created-by{
 margin:auto; 
}

/* Responsywka*/
@media (min-width:768px){
  #header-mobile{
   display:none; 
  }
}
@media (max-width:767px){
  #header-mobile{
   display:block; 
  }
  #animation_container{
   display:none; 
  }
  .entry-content {
    margin-top: 0px;
  }
  section {
    padding: 0 25px;
  }
  body {
    font-size: 14px;
  }
}

.menu-toggle {
    color: #fff7cf;
      margin-bottom: 0px;
}

ul#top-menu {
    /*padding: 0px;*/
    margin: auto;
    width: fit-content;
    /* justify-content: center; */
    text-align: center;
    background: none;
}


.fbx-phone {
    background: #fff;
}
.fbx-inner-shadow{
     box-shadow: none; 
}