@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');

* {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}

@mixin align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}



body {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: black;
	
	
	
        width:100%;
        overflow-x:hidden;
        overflow-y:hidden;
	
		height: 100vh;
		scroll-behavior: smooth;
.wrapper {
  position: relative;
}		

.crop-container {
	//position: absolute;
    	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: black;
	z-index:8;
}
.crop-container img {
    	margin-right: -10px;
	margin-top:-10px;
	z-index:-1;
}

.address {
	//position: absolute;
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:-10;
vertical-align:top;
	}
.intro_screen {
			height: 70vh;			
			display: flex;
			justify-content: center;
			align-items: bottom;
	}
		}

		.parallax_group {
			position: relative;
			height: 70vh;
			z-index: -1;

			
			.parallax_layer {
				position: absolute;
				inset: 0;
				display: flex;
				justify-content: center;
				align-items: center;

			}
			
			
		}
		

		

	}
}


