#intro{
	background: url('/img/bg.webp');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 100vh;
	min-height: 700px;
}
#what, #how, #contact {
	padding: 70px 0px;
	background-color: #fff;
}
#how {
	background: url('/img/bg3.webp');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 300px;
}
.topSpace {
	padding-top: 50vh;
}
.welcomeText{
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	border-radius: 5px;
}
.logo {
	width: 90%;
	max-width: 400px;
}
main {
	background-color: #fff;
	margin-bottom: 0px;
}
footer{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
	.topSpace {
		padding-top: 10px;
	}
	.display-1 {
		font-size: 3rem;
	}
}
@media screen and (min-width: 767px) {
	body {
		background: url('/img/bg.webp');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
	}
}
@supports (-webkit-overflow-scrolling: touch) {
	#intro, #how {
		background-size: cover;
		background-attachment: scroll;
	}
}
