#hero {
    background-color: #f2f5fa;
}
#hero::before {
    z-index: 1;
}

#hero .container {
	z-index: 2;
}

#header {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px #17161440;
}