@charset "UTF-8";
/*
Theme Name: Silesia
Author: Sebastian Szumała
Author URI: https://4webzones.pl/
Template: hello-elementor
Text Domain: silesia
Version: 1.0
*/
/* line 29, style.scss */
html, body {
  background: #fff;
  color: #555;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: futura-pt, sans-serif, Poppins, sans-serif;
  font-style: normal;
  font-size: .85vw;
  font-weight: 400;
  text-decoration: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 44, style.scss */
* {
  box-sizing: border-box;
  z-index: 1; }

/* line 48, style.scss */
*:before, *:after {
  box-sizing: inherit; }

/* line 51, style.scss */
::selection {
  color: #555;
  background-color: #9F1725; }

/* line 55, style.scss */
::-moz-selection {
  color: #555;
  background-color: #9F1725; }

/* line 59, style.scss */
.page-main-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  z-index: 1; }

/* line 69, style.scss */
.page-content {
  margin: 0; }

/* line 72, style.scss */
.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
