* {}

li {
	line-height: 2pc;
}

body {
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 170px;
}

.jumbotron {
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-position: center;
}

.carousel-inner {
	-webkit-box-shadow: 0px 0px 27px 12px rgba(10, 9, 9, 1);
	-moz-box-shadow: 0px 0px 27px 12px rgba(10, 9, 9, 1);
	box-shadow: 0px 0px 27px 12px rgba(10, 9, 9, 1);
}

.container {
	position: relative;
	width: 100%;
}

.isikonten {
	color: #ffffff;
}

.lead {
	color: #ecbf36;
}

.header {
	background-color: gray;
}

.body {
	width: 100%;
	padding-top: 70%;
	background-color: lightgreen;
}

.footer {
	height: 80px;
	line-height: 80px;
	background: aqua;
	color: #fff;
}

#footer {
	opacity: 1;
	color: gray;
	text-align: center;
}

.card {
	width: unset !important;
	height: auto !important;
	flex: 1 1 200px;
}

.card img {
	width: 100% !important;
	flex-grow: 2;
	height: auto !important;
}

li.nav-item.dropdown.show>div {
	left: -85px;
}

@media only screen and (max-width: 992px) {
	div.d-none.d-sm-none.d-md-block {
		display: none !important;
	}
}

@media only screen and (max-width: 576px) {
	div.jumbotron.jumbotron-fluid {
		margin-top: 50px;
	}
}

h1,
h2,
h3,
h4,
h5 {
	color: #ecbf36 !important;
}