@charset "UTF-8";
/*
Theme Name: Szkieletor
Description: Default development template
Author: WydajnyWeb
Version: 2.0
License: All rights reserved
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;900&display=swap");
/* Reset styli */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* - koniec resetu - */
/* -------------- */
/* STYLE GLOBALNE */
/* -------------- */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #202808;
  color: #f2eea7;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 26px;
}

body a:link, body a:visited {
  color: #f2eea7;
  text-decoration: none;
}

body a:hover {
  color: #fffdd6;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----------------------------------- */
/* ---- STYLE DLA SEKCJI LAYOUTÓW ---- */
/* ----------------------------------- */
/* HEADER */
/* NAWIGACJA */
/* CONTENT */
#content .entry-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 900;
  margin: 12px 0 32px;
}

#content h1, #content h2 {
  text-shadow: 0 2px 10px #000000ee;
}

#content h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  margin: 50px 0 32px;
  border-bottom: 1px solid #f2eea733;
}

#content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 16px;
}

#content .entry-content {
  max-width: 960px;
}

#content .entry-content p {
  margin-bottom: 12px;
}

#content a {
  text-decoration: underline;
  color: #fff;
}

#content ol {
  padding-left: 16px;
}

#content strong {
  font-weight: 600;
}

/* WPCF7 */
.wpcf7 input, .wpcf7 textarea {
  border: none;
  padding: 10px;
  border-radius: 4px;
  background-color: #2e3710;
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.wpcf7 input[type="submit"] {
  background-color: #f2eea7;
  color: #202808;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* FOOTER */
#copyright {
  text-align: center;
  font-size: x-small;
  padding: 40px;
}

#copyright a {
  text-decoration: underline;
}

/* ---------------------------------------- */
/* STYLE DLA POSZCZEGÓLNYCH SZABLONÓW/STRON */
/* ---------------------------------------- */
@media screen and (max-width: 375px) {
  #splash .desktop {
    display: none;
  }
  #splash .mobile img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 376px) {
  #splash .desktop img {
    max-width: 100%;
    height: auto;
  }
  #splash .mobile {
    display: none;
  }
}

/* ---------------------------------------- */
/* 				MEDIA  RULES	    		*/
/* ---------------------------------------- */
/*# sourceMappingURL=style.css.map */