html,
body {
	font-family: 'Hind', sans-serif;
	background-color: #F0F5F9;
    height: 100%;
}


.navbar {
	height: 55px;
}

nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.92);
    border: none;
}
.navbar-brand {
	font-size: 20px;
	margin-right: 70px;;
}

li {
	font-size: 16px;
	padding-top: 5px;
}
li:hover {
	font-size: 17px;
}
.nav-logo {
	margin-right: 8px;
}


footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Content */

.proje {
	border: 7px solid white;
	width: 250px;
	height: 200px;
}
a:hover {
	text-decoration: none;
}
.proje:hover {
	border-color: #0d4c92;
}

.proje-aciklama {
	color: #222;
	margin-top: 10px;
}

.lang {
	display: inline;
	float:right;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
}

.lang:hover {
	font-size:18px;
}

a{
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #e1e1e1;
}

.liste {
  font-size: 22px;
  color: #111;
  text-decoration: underline;
  text-decoration-color: dimgrey;
}

.liste:hover {
  color: black;
  text-decoration: underline;
}

.custom {
  background-color: #000;
}