/*
 Theme Name:   digitree
 Theme URI:    https://bricksbuilder.io/
 Description:  digitree / Bricks
 Author:       Kamil Mark   
 Author URI:   https://kamilmark.com
 Template:     bricks
 Version:      1.3
 Text Domain:  dtr
*/
::selection {
  background-color: #f6ed0f;
  color: #000;
}
html,
body {
	min-height: 100%;
}

#smooth-wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#smooth-content {
	width: 100%;
	will-change: transform;
}

body.no-scroll-smoother #smooth-wrapper {
	transform: none !important;
}

#history {
	padding-top: 7vw;
	position: relative;
	overflow: hidden;
}

.about__history {
	position: relative;
}

.about__history__year {
	font-variant-numeric: tabular-nums;
	will-change: transform, opacity, color;
}

.history-year-char {
	display: inline-block;
	will-change: transform, opacity, color;
}
.areas {
	position: relative;
}

@media (min-width: 768px) {
	.areas {
		position: relative;
	}

	.areasPin {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		overflow: hidden;
	}

	.areasPin > .area  {
		flex: 0 0 100%;
		min-width: 100%;
		min-height: calc(100vh - var(--header));
	}
}
