body
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	scroll-behavior: smooth;
	letter-spacing: 0.02em;
	color: #333;
	line-height: 1.8;
}
html
{
	scroll-behavior: smooth;
}
h1.display-4
{
	font-weight: 500;
	text-transform: uppercase;
}
h2, h3
{
	color: #201d18;
	font-weight: 500;
	text-transform: uppercase;
}
h2
{
	color: #201d18;
	position: relative;
	padding-bottom: 15px;
}
h2.underlined::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #a68a6d; 
}
.py-5
{
	background-color: white;
}
.hero-section
{
	background-image: url('img/szymon-sarwa-psycholog-poziom.jpg'); 
	background-size: cover;
	background-position: 100px -80px;
	position: relative;
	color: white;
	padding: 120px 0;
}
.hero-overlay
{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.hero-content
{
	position: relative;
	z-index: 1;
}
.portrait-img
{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.bg-light-gray
{
	background-color: #f8f9fa;
}
.contact-card-premium
{
	background-color: #c4a484 !important;
	color: #201d18 !important;
	border: none;
	transition: transform 0.3s ease;
}
.text-primary
{
	color: #a68a6d !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.card-title
{
	color: #201d18;
}
.contact-card-premium:hover
{
	transform: translateY(-5px);
}
.phone-link
{
	color: #201d18;
	text-decoration: none;
	font-weight: 700;
	display: block;
	margin: 10px 0;
}
footer
{
	background-color: #201d18;
}
@media only screen and (max-width: 1600px)
{
	.hero-section
	{
		background-position: 100px -40px;
	}
}
@media only screen and (max-width: 768px)
{
	.hero-section
	{
		background-position: 35px 0px;
	}
}
@media only screen and (max-width: 375px)
{
	.hero-section
	{
		background-position: -100px 0px;
	}
}