/*---------------------------------------------------

Theme Name: Osman SELÇOK - Kişisel Web Sitesi
Theme URI: http://www.osmanselcok.com
Author: www.mavikule.web.tr
Author URI: http://www.osmanselcok.com

---------------------------------------------------*/

	body{
		background: #fff;
	}
	article{
		padding: 25px;
		padding-right: 50px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
	}
	article:hover{
	-webkit-transform: scale(1.03,1.03);
	-moz-transform: scale(1.03,1.03);
	-o-transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
	}
	p{
		font-size: 22px;
		line-height: 23px;
		font-family: "bebasneue";
		color: #444;
		padding: 7px;
		text-align: center;
		margin-top: 4px;
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
		-ms-transition: all .5s linear;
		 -o-transition: all .5s linear;
			transition: all .5s linear;
	}
	p.highs{
		background: #fff;
		color: #000;
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
		-ms-transition: all .5s linear;
		 -o-transition: all .5s linear;
			transition: all .5s linear;
	}

	#pre{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 80px;
	}
	#sarok{
		background: url('../img/pattern.png');
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.logo{
		color: #fff;
		font-weight: 100;
		font-size: 36px;
		font-family: "bebasneue";
		text-align: center;
	}
	.logo > span{
		font-size: 26px;
		font-family: "bebasneue";
		color: #bbb;
	}
	@media (max-width: 450px) {

		article{
		}
		.logo{
		font-size: 22px;
		}
		.logo > span{
			font-size: 14px;
		}

	}