.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.dropdown-item,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  text-shadow: none;
  background-color: #fff;
  border: 0.05rem solid #fff;
  margin-top: 10px;
}

.cover-container {
  max-width: 42em;
}

.masthead {
  margin-bottom: 3rem;
}

.masthead-brand {
  margin-bottom: 1rem;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.alert {
  text-shadow: none !important;
}

h1 a {
  text-decoration: underline;
}

.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}


/*
STAROŚĆ CSS THEME
Inspirowany Windowsem 2000 i czasami, gdy wszyscy byliśmy młodsi i piękniejsi
Copyleft 2026, Hackerspace Bydgoszcz
autor: czas
Czego tu szukasz hakerze?
*/

@font-face {
  font-family: "Times New Roman";
  src: url("../../../_font/times.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../../../_font/timesbd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../../../_font/timesbi.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../../../_font/timesi.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Verdana";
  src: url("../../../_font/verdana.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("../../../_font/verdanab.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("../../../_font/verdanai.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Verdana";
  src: url("../../../_font/verdanaz.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* sue me, i don't care */

:root {
    --main-font: 'Verdana';
    --heading-font: 'Times New Roman';
}

body {
  font-family:var(--main-font);
  background: white;
  background-image: url("../../../_img/naroznik.png"), url("../../../_img/naroznik_prawy.gif");
  background-position: left top, right bottom;
  background-attachment: fixed;
  background-position-x: top;
  background-position-y: left;
  background-repeat: no-repeat;
}
a {
  color: blue;
}
p.ask {
  font-family:var(--heading-font);
  font-style: italic;
  font-weight: bold;
  font-size: 160%;
}
p.ans {
  font-family:var(--main-font);
}
.cover {
  width: 900px;
}

h1 {
  font-family:var(--main-font);
}

.didyouknow{
  background-color:#ffffdf;
  border:1px inset #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:90%;
}

.komunikatory{
  background-color:#e1e1e1;
  border:1px inset #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
}

img.zaroweczka{
  padding:10px;
}

.guzik{
    padding: 0.50rem 1.25rem;
    margin:3px;
    border:2px outset black;
    color:black;
    text-decoration: none;
}

.guzik:active{
    border:2px inset black;
}

.lead2{
  font-family:var(--heading-font);
  font-weight: bold;
  font-size:150%;
  font-style: italic;
}

.menu{
  font-size:70%;
  text-transform: uppercase;
  padding-top:3px;
}

.inner{
  margin-top:10px;
  padding: 0 1.5rem;
}

.dotted{
  border-left:10px dotted rgb(0, 17, 255);
  padding-left:15px;
}
