@import url(bootstrap.css);
@import url(bootstrap-responsive.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h1,
h2,
h3 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	font-size: 200%;
}

body {
	padding-bottom: 40px;
}

.hero-unit {
	overflow: hidden;
	line-height: 1.3;
	margin-top: 2em;
}

.hero-unit h1 {
	margin: .5em 0 .3em 0;
}

.hero-unit img {
	float:right;
	border-radius:5px;
	width: 50%;
	margin-left: 2em;
}

.translate {
	margin-bottom: 2em;
}

@media (min-width: 1200px) {}
@media (min-width: 980px) {}

@media (max-width: 979px) {
	.hero-unit img {
		float: none;
		width: 100%;
		margin: 0 auto 0 auto;
	}

}

@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
	.hero-unit {
		padding: 50px;
	}
	.row > div {
		margin-bottom: 3em;
	}
}

@media (max-width: 480px) {
	.hero-unit {
		padding: 0;
	}
	.hero-unit h1 {
		font-size: 200%;
		
	}
	.hero-unit p {
		font-size: 90% !important;
	}
	.hero-unit h1,
	.hero-unit p {
		padding: 0 40px;
	}
	.hero-unit .btn-primary {
		margin-bottom: 1em;
	}
}