body {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	background-image: url("../images/bcngp-bg.png");
	background-repeat: repeat;
	background-color: #cccccc;
	color: #676858;
	font-weight: 200;
}

.title-ust {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	margin-top: 80px;
	color: #009045;
	font-weight: bold;
}

.img-logo {
	margin-top: 20px;
	width: 240px;
	height: 220px;
    margin-left: 20px;
}

.adv-right {
	height: 25px;
	width: 25px;
	margin-bottom: 5px;
}

.adv-right-first {
	margin-top: 30px;
}

.text-description {
	font-family: 'Open Sans Condensed', cursive;
	font-size: 35px;
	color: green;
}

.img-buyuk {
	width: 100%;
}

.img-kucuk {
	width: 100%;
	margin-top: 10px;
}

.footer {
	margin-top: 30px;
	width: 100%;
}

.copy {
	font-size: 12px;
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-family: 'Open Sans Condensed', sans-serif;
}

.nav-links {
	justify-content: space-around;
	display: flex;
}

.nav-links a {
	text-decoration: none;
	color: rgb(70, 145, 69);
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 20px;
}

.nav-links li {
	list-style: none;
}
