body {
	background-color: #cacaca;
}

.main-container {
	background-color: #fff;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 0;
	padding-right: 0;
}

.main-nav {
	padding: 0;
}

.navbar-brand {
	background-color: #54a5db;
	padding: 1rem 3rem;
}

a.nav-link {
	text-transform: uppercase;
}

h2.car-title {
	text-shadow:0px 0px 15px #000000;
	text-decoration: underline;
}

section.hirek {
	background-image: url(../images/showcase-c-bg.jpg);
	min-height: 300px;
	color: white;
	background-attachment: fixed;
}

section.hirek > div {
	background-color: rgba(0, 0 ,0, .7);
	min-height: 300px;
	padding: 2rem;
}

section.contact {
	background-image: url(../images/feature-c-bg.jpg);
	min-height: 300px;
	color: white;
	background-attachment: fixed;
}

section.contact > div {
	background-color: rgba(0, 0 ,0, .7);
	min-height: 300px;
	padding: 2rem;
}
