body {
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
	color: #009ec8;
}

	a:hover {
		text-decoration: underline;
	}

.btn-primary {
	background-color: #009ec8;
	border-radius: 30px;
	border: none;
	padding: 8px 30px;
}

#bg-container {
	background-image: url("../img/bg_desktop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	min-height: 667px;

	border-top: 4px solid #009ec8;
	padding-top: 36px;
}

@media (min-width: 768px) {
	#bg-container {
		width: 100%;
		min-height: 839px;
	}
}

.stapp-toprow {

}

	.stapp-toprow .stapp-language {
		color: #009ec8;
		position: relative;
		top: 8px;
	}

	@media (min-width: 768px) {
		.stapp-toprow .stapp-language {
			color: #009ec8;
			top: 0px;
		}
	}

		.stapp-language a {
			color: #000;
		}

		.stapp-language a.active {
			color: #009ec8;
		}		

	.stapp-toprow .stapp-social {
			position: relative;
			top: 5px;
			margin-left: 10px;
		}	

			.stapp-toprow .stapp-social a:last-child {
				margin-left: 10px;
			}

				.stapp-toprow .stapp-social a img:hover {
					transform: scale(1.1);
					transition: all 0.1s;
				}

	@media (min-width: 768px) {
		.stapp-toprow .stapp-social {
			position: relative;
			top: -2px;
			margin-left: 20px;
		}	

			.stapp-toprow .stapp-social a:last-child {
				margin-left: 14px;
			}

				.stapp-toprow .stapp-social a img:hover {
					transform: scale(1.1);
					transition: all 0.1s;
				}
	}

.stapp-text {
	margin-top: 50px;
	font-family: 'montserratultra_light';
}

.stapp-text-inner {
	font-size: 36px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.stapp-text {
		margin-top: 200px;
		font-family: 'montserratultra_light';
	}

	.stapp-text-inner {
		font-size: 48px;
		margin-bottom: 20px;
		line-height: 72px;
	}
}

.stapp-contact {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.stapp-contact {
		margin-top: 50px;
		margin-bottom: 150px;
	}
}
	
	.stapp-contact h2 {
		color: #009ec8;
		font-size: 16px;
	}

	.stapp-contact hr {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 50px;
	}