div.main-site {
	background: #FF4C23;
	padding-top: 22.5vh;
	min-height: 110vh;
}

.main-site div.text-box {
	padding-right: 5%;
}

.main-site h1.slogan {
	color: white;
	font-family: "Montserrat";
	font-size: 4.5vw;
	line-height: 5.5vw;
}

.main-site div.image-box {
	padding-bottom: 15vh;
}
 
img.main-image {
	width: 100%;
}

.main-site div.descriere {
	margin-top: 7vh;
	font-family: "Roboto Light";
	color: white;
	font-size: 2.5vh;
    line-height: 1.3;
    margin-bottom: 5vh;
}


.main-site a.button {
	background: white;
	color: black;
}

div.services {
	background: #2F2F33;
}

img.mobile-app {
	display: block; /*necesar ca să poată fi centrat cu margin 0 auto. */
	width: 60%;
	margin: 0 auto;
}

div.services-text-box {
	margin-top: 5vh;
	padding: 0 2vw;
	color: white;
}

.services-text-box h3 {
	font-family: "Montserrat";
	font-size: 3.2vh;
	text-align: center;
}

.services-text-box h3 a {
	color: white;
	text-decoration: none;
}

.services-text-box h3 a:hover {
	color: #FF4C23;
}

.services-text-box .services-text {
	font-family: "Roboto Light";
	font-size: 2.2vh;
	line-height: 2.5vh;
	color: #b8bbcc;
	text-align: center;
	margin: 0 10%;
}

.services-text-box .separator {
	height: 2px;
	margin: 2vh auto;
}

div.app-pres {
	padding-top: 7vh;
	padding-bottom: 5vh;
/*	background: url(../img/generic-back.png);*/
}

img.mockups {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.app-pres h2 {
	font-family: "Montserrat";
	font-size: 5vh;
	margin-bottom: 7vh;
}

.app-pres h2 span.app {
	color: #FF4C23;
}

.app-pres h2 span.spicy {
	color: #060738;
}

.app-pres a.button {
	margin-top: 5vh;
	border: 2px solid #FF4C23;
	color: #FF4C23;
}

div.oferta h2 {
	margin-bottom: 3vh;
}

div.oferta .order-lg-first {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.oferta a.button {
	background: #2F2F33;
	color: white;
	border: none;
}


@media screen and (max-width:992px) {
	.main-site h1.slogan {
		font-size: 10vw;
		line-height: 11vw;
	}

	.main-site div.image-box {
		padding-bottom: 7vh;
	}

	div.app-pres {
		padding-top: 5vh;
	}

	.app-pres h2 {
		margin-bottom: 5vh;
	}

	img.mockups {
		width: 90%;
	}

	.app-pres a.button {
		margin-top: 3vh;
	}

	div.how-it-works {
		margin-left: 0vh;
	}

	div.oferta .order-lg-first {
		display: flex;
		align-items: left;
		justify-content: left;
	}
}

@media (prefers-color-scheme: dark) {
	.app-pres h2 span.spicy {
		color: #DDDDFB;
	}

	div.oferta a.button {
		background-color: white;
		color: #111		
	}
}
