/* 
Theme Name: Blulink.pl - Hello Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Blulink.pl
Author: BluLink.pl
Author URI: https://blulink.pl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blulink-hello-child
Template: hello-elementor
*/


h1, .t1 {
  font-size: clamp(1.80rem, calc(1.318rem + 2.409vw), 3.13rem);
}

h2, .t2 {
  font-size: clamp(1.50rem, calc(1.136rem + 1.818vw), 2.50rem);
}

h3, .t3 {
  font-size: clamp(1.40rem, calc(1.091rem + 1.545vw), 2.25rem);
}

h4, .t4 {
  font-size: clamp(1.30rem, calc(1.136rem + 0.818vw), 1.75rem);
}

h5, .t5 {
  font-size: clamp(1.20rem, calc(1.091rem + 0.545vw), 1.50rem);
}

h6, .t6 {
  font-size: clamp(1.10rem, calc(1.000rem + 0.500vw), 1.38rem);
}

.gallery-item img {
    height: 350px;
    object-fit: cover;
}

body.error404 #content,
body.search #content {
    padding-top: 60px;
    padding-bottom: 60px;
}