* {
	font-family: 'Dosis', sans-serif;
}

body, html {
    height: 100%;
    color: #000;
    font-size: 18px;
}

.bg {
	background: #f5f6f6 url('/img/bg.png') repeat-x;
}

.navbar {
	/*background-color: #53a700;*/
}

.navbar-brand {
	/*padding: 0;*/
	margin: 0 auto;
}

.navbar-brand img {
	width: 285px;
	height: auto;
}

main {
	margin-top: 40px;
	margin-bottom: 50px;
}

#input-subject {
	height: 8rem;
}

.btn-primary {
	margin-top: 1rem;
	background-color: #53a700;
	border-color: #53a700;
}

.car {
	text-align: right;
}

.car img {
	width: 95%;
	height: auto;
	max-width: 665px;
	max-height: 324px;
	margin-top: 100px;
}

footer {
	font-size: 0.9rem;
	text-align: center;
	margin-bottom: 50px;
}

footer .copyright {
	margin-top: 1rem;
	font-size: 0.8em;
	opacity: 0.5;
}

@media (max-width: 767px) {
	main {
		margin-top: 30px;
	}
	.car img {
		width: 100%;
	}
}