#menu{
	padding:0px 0 0 200px;
}
.navbar{
	border-radius: 0px 0px 0 0;
	margin:0 ;
	padding: 0;
	width:100%;
	border:0;
	z-index:100;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
}


@media (max-width: 767px) {
	#menu{
		padding:0px 0 0 0px;
	}
	#logo{
		width:300px;
		height:65px;
		background:url(../images/logo_akademi.png) center center no-repeat;
		background-size: cover;
		position: absolute;
		left:0;
		top: 15px;
		z-index: 300;
	}
	#resimler{
		width:100%;
		height:200px;

	}
}