@font-face {
    font-family: "KG Second Chances Sketch";
    src: url("font/kg-second-chances-sketch.eot?") format("eot"), url("font/kg-second-chances-sketch.woff") format("woff"), url("font/kg-second-chances-sketch.ttf") format("truetype"), url("font/kg-second-chances-sketch#KGSecondChancesSketch") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f3c010;

    color: black;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
}

a,
a:visited {
    color: #b03c40;
}

.menu a,
.menu a:visited {
    color: #f3c010;
}

/*
.white-links a, .white-links a:visited {
    color: #fff;
}
*/

h1,
h2,
h3 {
    font-family: "KG Second Chances Sketch", sans-serif;
    font-weight: 400;

}

.sketch {
    font-family: "KG Second Chances Sketch", sans-serif;
}

header {
    background: #f3c010;
    padding: 10px;
}

header a {
    color: black;
    text-decoration: none;
}

header h1 {
    font-size: 2.4em;
    color: black
}

header h2 {
    font-weight: 300;
    font-size: 1.8em;
    color: black
}

ul {
    list-style-type: none;
    padding: 35px;
}
li::before {
    content: ".";
    font-family: "KG Second Chances Sketch", sans-serif;
    font-size: 1.8em;
    margin-right: 7px
}

main,
header,
footer,
nav {
    max-width: 100%;
    margin: 0 auto;
}

main,
header,
footer,
nav {
    max-width: 1000px;
}

header,
footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social img {
    max-height: 40px;
    margin-top: 2.8em;
    transition: 1s ease-in-out;
}

nav {
    text-align: center;
    background: #b52838;
    min-height: 30px;
    padding: 10px 0;
}

nav p {
    margin: 0;
    color: white;
}

main {
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 0 0 30px 30px;
}

footer {
    padding: 10px;
    justify-content: center;
}

.logos {
    display: none;
}

.logos-min {
    background: white;
    padding: 5px;
    border-radius: 0 5px 5px 5px;
    margin-right: 5px;
    text-align: center;
}

.logos img,
.logos-min img {
    max-height: 80px;
    transition: 1s ease-in-out;
    margin-right: 5px;
}
button {
    background: #f3c010;
    color: black;
    min-height: 40px;
    border-color: #d3a609;
    border-radius: 10px;
    padding: 10px;
    font-family: "KG Second Chances Sketch", sans-serif;
    font-size: 1.3em;
}
button:hover {
    cursor: pointer;
    background: #b52838;
    color: white;
    border-color: #90212e;
    transition: 1s;
}
.social img:hover {
    opacity: 0.6;
}

.social2 {
    color: white;
    background: #b52838;
    border-radius: 50%;
    position: absolute;
    right: calc(100vw / 2 - 470px);
    top: 120px;
    width: 40px;
    height: 40px;
}

.social2 a,
.social2 a:visited {
    color: white;
    font-family: "KG Second Chances Sketch", sans-serif;
    font-size: 1.5em;
}

.social2 p {
    margin: 0
}


@media screen and (min-width: 715px) {
    .logos-min {
        display: none;
    }
    .logos {
        display: block;
        text-align: center;
        margin-top: 50px;
    }
    @media screen and (min-width: 1005px) {
        header h1 {
            margin-left: 230px;
        }
        header h2 {
            margin-left: 160px
        }
        header {
            background: #f3c010 url(img/strzelcy.png) no-repeat;
            background-position: 0 0;
            

        }
        header,
        nav {
            border-left: 5px solid white;
            border-right: 5px solid white;
            padding: 5px;
        }
    }
}
