.header .header-content .logo {
  background-image: url(/images/altstyle-logo-outline.svg);
}

.header .header-content .menu .menu-item span.link,
.header .header-content .menu .menu-item a {
    color: #273540;
}

.header .header-content .menu {
  margin-left: 0;
  justify-content: center;
}

.welcome-section-wrapper {
    position: relative;
    z-index: 1;
    background: none;
}



@media (max-width: 1126px) {
	.welcome-section-wrapper {
		padding-top: 40px;
	}
}

.welcome-section-wrapper::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 120px - 188px / 2 + 1px);
    background: linear-gradient(to top, #FFFFFF 9.13%, #78A7D3 100%);
}

.header {
    position: relative;
    z-index: 2;
}

#page-main #welcone.container {
    position: unset;
    z-index: 1;
}

#page-main #welcome .bg {
    display: none;
}

#page-main #welcome .h1 {
    text-align: center;
    color: #003C74;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1126px) {
  #page-main #welcome .h1 {
    font-size: 48px;
  }
}

@media (max-width: 1126px) {
  #page-main #welcome .properties {
    padding-top: 0;
  }
}

#page-main #welcome .properties li {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}



@media (max-width: 600px) {
	

#page-main #welcome .properties li {
    font-size: 14px;
}
}

#page-main #welcome .button {
    background-color: #0084FF;
    border-color: #0084FF;
    outline-color: #0084FF;
    min-width: 300px;
    margin: 0 auto;
    text-shadow: 0px 1px 2px 0px #00000040;
    width: fit-content;
	box-shadow: 0px 4px 0px 0px #0000001A;

    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

#page-main #welcome .button:hover {
    background-color: #273540;
    border-color: #273540;
    outline-color: #273540;
}

@media (min-width: 1126px) {
    #page-main #welcome .button {
        font-size: 20px;
    }
}

#page-main #services {
    background-color: #F4F4F0;
    z-index: 1;
}

#page-main #services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 188px;
    background: linear-gradient(to top, #F4F4F0 9.13%, #FFFFFF 100%);
    transform: translate(0, -50%);
}

@media (max-width: 600px) {
	#page-main #services::before {
		height: 88px;
	}
}

.snow-holmes {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translate(-59%, 0);
  width: 1934px;
  height: 202px;
  pointer-events: none;
}

@keyframes snowScaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.snow-holmes__item {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  transform-origin: center;
  transition: transform 0.1s linear;
}


.snow-holmes__item--1 {
  width: 223.66px;
  height: 223.66px;
  left: 247.7px;
  top: 72.1px;
}

.snow-holmes__item--2 {
  width: 223.66px;
  height: 122.28px;
  left: 111.83px;
  top: 113.9px;
}

.snow-holmes__item--3 {
  width: 223.66px;
  height: 122.28px;
  left: 805.63px;
  top: 125.4px;
}

.snow-holmes__item--4 {
  width: 417.01px;
  height: 417.01px;
  left: 555.97px;
  top: 74.9px;
}

.snow-holmes__item--5 {
  width: 411.79px;
  height: 411.79px;
  left: 294.73px;
  top: 27.2px;
}

.snow-holmes__item--6 {
  width: 213.16px;
  height: 213.16px;
  left: 1081.82px;
  top: 42.8px;
}

.snow-holmes__item--7 {
  width: 244px;
  height: 126px;
  left: 891.46px;
  top: 74.9px;
}

.snow-holmes__item--8 {
  width: 213.16px;
  height: 116.54px;
  left: 1720.3px;
  top: 93.6px;
}

.snow-holmes__item--9 {
  width: 397.43px;
  height: 397.43px;
  left: 1452.36px;
  top: 71.7px;
}

.snow-holmes__item--10 {
  width: 392.45px;
  height: 392.45px;
  left: 1233.23px;
  top: 0;
}

.welcome-section-wrapper canvas {
	transform: translateY(-120px);
}

.snowflake {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    transform-origin: center;
}

.snowflake.blurred {
    filter: blur(40px);
}

.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transform-origin: center;
top:0;
left:0;
}