/*
Theme Name: wp_hpw
Theme URI: https://walaszczyk.studio/
Author: ŁW
Author URI: https://walaszczyk.studio/
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: wp_hpw
*/

img {
    height: auto;
  }


  .admin-bar .navbar {
    top: 32px;
  }

.image-brand.is-dark {
	display: none;
}
[nav-theme="dark"] .image-brand.is-dark {
	display: block;
}
[nav-theme="dark"] .image-brand.is-light {
	display: none;
}
.navbar.is-navbar-scrolled .a-brand-logo {
	opacity: 0;
  transform: translateY(-1rem);
}
.a-project-wrap:hover .image-project {
	transform: scale(1.02);
  opacity: 0.9;
}
.a-project-wrap.is-disabled .image-project {
	opacity: 0.25;
}
.is-rev-block .container-part {
	margin-left: 0;
  margin-right: auto;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.simple-text p:last-child {
	margin-bottom: 0rem;
}
.simple-text :last-child {
	margin-bottom: 0rem;
}
a {
	color: inherit;
}
[overflow="hidden"] {
	overflow: hidden;
}
[position="relative"] {
	position: relative;
}
 html { font-size: 1rem; }
  @media screen and (max-width:1920px) { html { font-size: 1rem; } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.39866369710467703rem + 0.6681514476614699vw); } }
  @media screen and (max-width:991px) { html { font-size: calc(0.758056640625rem + 0.390625vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.6242154811715481rem + 1.2552301255230125vw); } }


  @media screen and (max-width: 991px) {
    .page-template-page-home .navbar {
      position: fixed;
    }
  }

  @media screen and (max-width: 767px) {

  }


  @media only screen and (max-width: 480px) {

  }