/* CSS Document */

#home{
position:relative;
overflow:hidden;
}

#home::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
to bottom,
rgba(0,0,0,0.35) 0%,
rgba(0,0,0,0.75) 45%,
rgba(0,0,0,0.75) 60%,
rgba(0,0,0,0.40) 100%
);
z-index:1;
}

#home .container-md{
position:relative;
z-index:3;
}

.section-waves{
position:absolute;
bottom:0;
left:0;
width:100%;
z-index:2;
}

.text-overskrift {
	color: white;
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-family: "Roboto", sans-serif;
  	font-weight: 900;
  	letter-spacing: -0.02em;
}	