body {
	/*
	background:black;
	background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: 150% auto;
	*/
    background: black;
    background-image: url(../img/bg.jpg);
    /*background-image: url(http://bilog.bimeks.com.tr/wp-content/uploads/2014/12/G%C4%B0R%C4%B0%C5%9E-G%C3%96RSEL%C4%B0.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 150% auto;
    opacity: 0.80;
}

#logo {
    width: 200px;
}
.header{
	width:100%;
	padding:40px 0 40px 0;
	background: black;
	text-align: center;
	margin:0;
	position:fixed;
	top:0;
	left:0;
}
.footer{
	width:100%;
	padding: 20px 0 10px 0;
	background: black;
	text-align: center;
	margin:0;
	position:fixed;
	bottom:0;
	left:0;
}

.social{
	width: 20%;
	display: inline-block;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-family: 'Rock Salt', cursive;
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
  transition:.5s;
}
.social:hover { 
	color:red; 
}
.social img{
	max-width: 65%;
	width: 40px;
	cursor:pointer;
}
.social div{
	cursor:pointer;
}