* { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box }

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16pt
}

body {
    background: #fff url(../img/7.jpg) no-repeat fixed center / cover;
    -webkit-text-size-adjust: none;
    color: #000;
    font-family: monospace;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 0 20px;
    z-index: 3
}


header {
	display: flex;
	width: 1200px;
	max-width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border-bottom: 1px solid #009EE3;
}
.logo {
	width: 280px;
	height: 107px;
	margin: 10px 0 0;
}
img {
	max-width: 100%;
	height: auto;
}

nav {
    width: 100%
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
nav a {
	display: block;
	min-width: 7.5rem;
	height: 2.75rem;
	line-height: 2.75rem;
	padding: 0 1.25rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	border-bottom: 0;
	font-weight: bold;
}
nav a:hover,
nav .ta a {
	color: #000;
}

a {
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px rgba(255, 255, 255, .5);
    text-decoration: none;
    color: #009EE3
}

a:hover {
    border-bottom-color: transparent;
    color: #000
}

strong,
b {
    font-weight: 600
}

p {
    margin: 0 0 2rem 0
}

h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 300;
    margin: 0 0 2rem;
    text-align: center
}


article {
    border-bottom: 1px solid #009EE3;
    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 2rem 0
}

p {
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
    font-weight: 300
}
p:last-child {margin:0}
.przycisk {
	background: #009EE3;
	color: #fff;
	display: block;
	width: 240px;
	text-align: center;
	line-height: 50px;
	margin: 2rem auto;
}
.przycisk:hover {
	background: #fff;
	font-weight: bold;
}
.przycisk.mejl {
	width: calc(100% + 40px);
	margin: 0 -20px;
}

footer {
	width: 100%;
	padding: 50px 0px;
	font-size: .7rem;
	text-align: center;
	line-height: 2;
}


@media (min-width: 360px) {

.przycisk.mejl {
	width: 320px;
	margin: 2rem auto;
}

}


@media (min-width: 602px) {

header {
	flex-direction: row;
	height: 120px;
}
.logo {
	width: 280px;
	height: 107px;
}
nav {
	width: calc(100% - 280px);
}
nav ul {
	justify-content: flex-end;
}



}
















