body {
	padding-top: 0;
}

.navbar.sticky {
	background-color: #ffff;
}

@media (min-width: 1280px) {
	.navbar.sticky {
		background-color: transparent;
	}	
}


.section.hero.index {
	padding-top: 6rem;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-image: url('/data/uploads/hero-index-bg.webp');
}

.hero h2 {
	font-size: 1.6rem;
	line-height: 2rem;
}

@media (min-width: 1280px) {
	.hero h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 1.25rem;
	}
}

.typer {
	font-size: 1.25rem;
	
}

.rotate {
	color: #3aa2dd;
	font-weight: bold;
}

@media (min-width: 1280px) {
	.typer {
		font-size: 1.5rem;
	}

}

.hero .star-green {
	position: absolute;
	bottom: -3rem !important;
	left: 10%;
}

@media (min-width: 1280px) {
	.hero .star-green {
		position: absolute;
		top: 30% !important;
		left: 30%;
	}
}

.hero .star-blue {
	position: absolute;
	top: 15% !important;
	right: 15%;
}

.hero-cta-btn {
	
}