body { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans Condensed', sans-serif;

}

.yazi {
	margin-top:20%
}

@media (min-width:768px) {
	.ya {
	text-align:center;
	color:#fff;
	font-size:8em;
	border-bottom:5px solid #fff;
	padding-bottom:5%;
}
}

@media (max-width:768px) {
	.ya {
	text-align:center;
	color:#fff;
	font-size:3em;
	border-bottom:5px solid #fff;
	padding-bottom:5%;
}
}

@media (min-width:768px) {
.adres {
	text-align:center;
	color:#fff;
	font-size:2.5em;
	padding-bottom:5%;
	font-weight:300;
}

}

@media (max-width:768px) {
.adres {
	text-align:center;
	color:#fff;
	font-size:1em;
	padding-bottom:5%;
	font-weight:300;
}

}

.sosyal {
	margin:0 auto;
	text-align:center;
}

.sosyal li{
	list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
	margin-right:5%;
}

.sosyal li a {
	color:#ffF;
	font-size:2em;
}

.fa {
	color:#fff;
}

.egik {
	font-style:italic;
}