html,
body {
	font-family: 'Hind', sans-serif;
	background-image: url(ref-foto/background.jpg);
	background-repeat: no-repeat;
    height: 100%;
}

.navbar {
	height: 55px;
}
li {
	font-size: 16px;
	padding-top: 5px;
}
li:hover {
	font-size: 17px;
}
.nav-logo {
	margin-right: 8px;
}


nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.92);
    border: none;
}
.navbar-brand {
	font-size: 20px;
	margin-right: 70px;;
}

ul {
	font-size: 14px;
}


footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Content */


h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0d4c92;
	font-size: 25px;
}

.ref-let {
	border: solid 6px #222;
    width: 390px;
    height: 500px;
    
    
}

.refs {
	border: solid 3px #222;
	margin-bottom: 10px;
	width: 130px;
	height: 100px;
    margin-left: auto;
}

.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;
}

.kurumsalRef {
  padding-left: 10%;
}

.custom {
  background-color: #000;
}

