body,
h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
	height: 100%;
	font-family: Lato, sans-serif;
}
body,
html {
	height: 100%;
	color: #777;
	line-height: 1.8;
}
.bg-color {
	background-color: #292828;
}
.bgimg-1,
.bgimg-2,
.bgimg-3 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg-1 {
	background-image: url("/images/bg1.webp");
	min-height: 100%;
}
.bgimg-2 {
	background-image: url("/images/bg2.webp");
	min-height: 400px;
}
.bgimg-3 {
	background-image: url("/images/bg3.webp");
	min-height: 400px;
}
.bgimg-1 img,
.bgimg-2 img,
.bgimg-3 img {
	backdrop-filter: blur(22px);
}
