.hr-section.home-welcome {
	background-image: url('https://thompsoninn.ca/public/THSNINMANCAN/themeaB9xY12z/assets/images/welcome-bg.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}
.home-welcome-content h2 {
  color: #dd9933;
  font-size: 130px;
  font-family: var(--font-03);
  font-weight: bold;
  font-style: oblique;
  line-height: 70px;
  margin: 0;
}
.home-welcome-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}
.home-welcome-content h3 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: oblique;
  text-align: center;
}
.hr-section.home-welcome::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
}
.home-welcome-inner {
	position: relative;
	z-index: 9;
}
@media(max-width:768px){
	.home-welcome-content h2 {
	font-size: 90px;
}
.home-welcome-content h3 {
	font-size: 35px;
}
.home-welcome-content {
	padding: 50px 0px;
}
}
@media(max-width:575px){
	.home-welcome-content h3 {
	font-size: 24px;
}
.home-welcome-content {
	padding: 0;
}
}