html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, li, ul {
  list-style: none;
  text-decoration: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Oxygen', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Alegreya Sans SC', sans-serif; }

header {
  height: 100vh;
  background-image: url(foto/tlo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 812px) and (orientation: landscape) {
    header {
      height: auto; } }
  @media only screen and (min-width: 768px) {
    header {
      justify-content: space-around;
      flex-direction: row; } }
  header .youtube {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 100%;
    order: 3; }
    @media only screen and (min-width: 768px) {
      header .youtube {
        order: 0;
        padding-right: 5%;
        justify-content: space-around; } }
    header .youtube iframe {
      max-width: 100%;
      margin-bottom: 5%; }
      @media only screen and (min-width: 768px) {
        header .youtube iframe {
          margin-bottom: 0; } }
  header .napis {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 30%;
    justify-content: center;
    height: 100%;
    padding: 5%; }


    @media only screen and (min-width: 768px) {
      header .napis {
        flex-basis: 40%; } }
    @media only screen and (max-width: 812px) and (orientation: landscape) {
      header .napis {
        flex-direction: row; } }
    header .napis h1 {
      font-weight: 700;
      font-size: 4rem;
      color: aliceblue; }
      @media only screen and (min-width: 768px) {
        header .napis h1 {
          font-size: 6rem; } }
    header .napis h2 {
      font-weight: 400;
      font-size: 2rem;
      color: black; }
      @media only screen and (min-width: 768px) {
        header .napis h2 {
          font-size: 3rem; } }

a {
  font-weight: 700;
  font-size: 4rem;
  color: aliceblue; }
  @media only screen and (min-width: 768px) {
    a {
      font-size: 6rem; } }
header .znak a{
    color:black;
font-size: 4rem;
opacity: .5}
i {
                ;
               
            }
/*# sourceMappingURL=style_witek.css.map */
