/*
Theme Name: NB Kredyt Inwestycyjny
Theme URI: none
Author: Jekyll & Hyde
Author URI: http://jhbranding.com/
Description: NB Kredyt Inwestycyjny: szablon strony
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

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,
dl, dt {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
}

html {-webkit-text-size-adjust: 100%}

html, body {
    width: 100%;
	background-color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #373C3C;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	background-image: url(./img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #373C3C;
}

body .wp-block-columns {
    gap: 0;
    flex-wrap: wrap;
    align-items: stretch;
}



/*GRID: 1920px */
@media all and (max-width: 1920px) {

html, body {
	font-size: 16px;
	line-height: 28px;
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {

html, body {
	font-size: 15px;
	line-height: 24px;
	
}