/* Hero Div */

div#hero_div {
	position: sticky;
	top: 110px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	z-index: -1;
}

img.hero_image {
	width: 100%;
}


/* Contacts Bar */

div#contact {
	margin-top: 5%;
	background-image: linear-gradient(to bottom, #aeece9, #0be0d6);
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

a.contact_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.5em;
	font-family: 'Comfortaa', cursive;
	text-decoration: none;
	color: #0a0c20;
	margin: 1em;
}

ion-icon {
	font-size: 1.5vw;
}