#header{
	height: 100vh;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#header-image-container{
	height: 100vh;
	width: 100vw;
}
#header h1{
	top: 50%;
    transform: translateY(-50%);
    position: relative;
    color: white;
}
#header{
	text-align: center;
}
#scroll-down{
	top: 60%;
    position: relative;
    height: 64px;
    width: 64px;
    background-color: var(--dark-sea-green);
    display: inline-block;
    border-radius: 50%;
}
#scroll-down:hover{
	cursor: pointer;
}
#scroll-down i{
	color: var(--tea-green);
	font-size: 32px;
    margin-top: 16px;
}