/*
Theme Name: PuGePu
Theme URI: #
Author: Hubert Musiał
Author URI: https://pugepu.pl
Version: 0.0.1
License:  GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: PuGePu
Tags: one-column, right-sidebar, custom-header, custom-logo, featured-images
*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;700&display=swap');

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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, img {
    display: block;
}
body {
    line-height: 1;
    background-color: #fff;
    font-family: 'Montserrat';
    font-weight: 300 !important;
    letter-spacing: 0.058em;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    margin: 0;
    overflow-x: hidden;
}
/*
ol, ul {
    list-style: disc;
}
*/

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    scroll-behavior: smooth;
    font-size: 12px;
}

.container-fluid{
    margin: 0;
    padding: 0 !important;
}
html, body {
    height: 100%;
}

body {
    background: url(/img/background.svg);
    background-color: #ebf9ff;
}

.text-green {
    color:#0C956C;
}

.fbig {
    font-size: 6em;
}