@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");

/*
font-family: 'Quicksand', sans-serif;
*/

/* rosu: #F73859 */
/* verde: #1A936F */
/* galben: #FCC918 */
/* albastru: #2C2E3E */
/* dark blue: #1e242e */
/* teal: #0EAEB1 */
/* orange: #FD8835 */
/* purple: #8E44AD */
/* negru: #000000 */
/* normal gray: #D8D8D8 */
/* light gray: #C4C4C4 */
/* dark gray: #222222 */

::selection {
	background-color: #222222;
}
*:focus {
	outline: none !important
}
html, body {
	/*background-image: linear-gradient(120deg, #222222 0%, #1e242e 100%);*/
	background-color: #222222;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}
strong {
	font-weight: normal;
	color: #ffffff;
}

.container-pp {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 320px) {
	.description-title {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 48px;
		font-weight: bold;
		color: #ffffff;
		padding-top: 0px;
	}
	.description-subtitle {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		padding-bottom: 10px;
	}
	.title {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		text-transform: uppercase;
		padding-top: 20px;
	}
	.subtitle {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.description-title {
		padding-top: 20px;
	}
	.title {
		text-align: left;
	}
	.subtitle {
		text-align: justify;
	}
}











