
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("/res/open-sans-v40-latin-regular.woff2") format("woff2");
}

body
{
    font-family: "Open Sans", Arial, sans-serif;
}

h2
{
    font-size: 20px;
    color: #e45622;
}

h2.orange
{
    font-size: 20px;
    color: #e0a104;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

ul
{
    padding-left: 30px;
}

ul.none
{
    list-style-type: none;
    padding-left: 0;
}

ul.num
{
    list-style-type: decimal;
}

ul.disc
{
    list-style-type: circle;
}

section
{
    padding: 0px 16px;
    border-bottom: 1px solid black;
}

p
{
    margin-block-start: 1em;
    margin-block-end: 1em;
    text-align: justify;
}

.margud
{
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-left: 1em;
}

.main {
    max-width: 840px;
}

.nomarg
{
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.centerh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centertext {
    text-align: center;
}

.block {
    border-bottom: 1px solid black;
    padding: 12px;
}

.strike {
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.uwaga {
    color: red;
    font-size: 20px;
}

.red {
    color: red;
}

.ankieta {
    margin: 20px 50px 0px 50px;
}

.ankieta input, .ankieta textarea {
    display: block;
    min-width: 60%;
}

.ankieta input:focus, .ankieta textarea:focus {
    outline-color: black;
}

input, textarea
{
    margin-top: 4px;
    font-size: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 4px;
}

textarea {
    height: 5em;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.ankieta button {
    font-size: 16px;
    background-color: white;
    border: 1px solid black;
    border-radius: 12px;
    padding: 2px 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.linktomain {
    font-size: 16px;
    padding: 16px;
    text-decoration: none;
    color: black;
}

.spaced {
    margin-bottom: 16px;
}
