html, body {
	position: relative;
	height: 100%;
}
body {
	background: #eee;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	color:#fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bg-dark {
    background-color: #689F38 !important;
}

@media (min-width: 500px) {
	.opaque {
		background-color: rgba(104, 159, 56, 0.9) !important;
	}
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.5);
}

.navbar-brand {
  padding-top: 0px;
  font-size: 0.1rem;
	margin-right:2rem;
}

footer{
  color: white;
}
footer a{
  color: #bfffff;
}
footer a:hover{
  color: white;
}

.footer-bottom{
  background: #2E7D32;
  padding: 2em;
}
.footer-middle{
  background: #43A047;
	padding: 2em 2em 0 2em;
  color: white;
}
.footer-middle ul li { padding:4px 0; }

.mbaslik { font-size: 16px; color:#555; font-weight:bold; }
.maciklama { font-size:14px; color:#999; padding:6px 0; font-style:italic; }
.miyat { font-size:14px; color:#aaa; }


.list-group-item a {	color:#69a237; }
.list-group-item.active a {	color: #fff; }
.list-group-item.active {	background-color:#69a237; border-color:#74a24b; }
.list-group { width:100%; }

@media (min-width: 500px) {
	.menukategori {
		display:block !important;
	}
}

@media (max-width: 500px) {
	.menuimaj {
		margin-bottom:15px;
	}
}

@media (max-width: 500px) {
	.menurow:first-child {
		margin-top:15px;
	}
}

@media (max-width: 500px) {
	.socialbox {
		margin-bottom:25px;
	}
}
