@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	width: 100%;
	height: 100%;
}
nav {
	position: fixed;
	z-index:1000;
	height: 100px;
	width: 100%;
	text-align: center;
	line-height: 150px;
	background: linear-gradient(to bottom right, #FFF, #900);
	
}
nav a {
	text-decoration: none;
	color: #FFF;
	font-family: 'Lemonada', cursive;
	font-size: 20px;
	margin-left: 15px;
	padding: 5.5px 8px;
}
nav a:hover {
	background-color: #FFF;
	color: #000;
	border-radius:6px;
	
	text-decoration: none;
	font-weight:bold;
}


.gorsel {
	
	height: 100%;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.bant {
	height: 50%;
	background: linear-gradient(to bottom right, #CCC, #FFF); /* Standard syntax */
}
#gor1 {
	background-image: url(resimler/arka.png)
}
#gor2 {
	background-image: url(resimler/arka1.png)
}
#gor3 {
	background-image: url(resimler/arka2.png)
}
#gor6{
	background-image:url(resimler/iletisim.png)
}
.anaSayfa{
	width:600px;
	position:absolute;
	float:left;

	}
	.anaYazi{
		margin-top:150px;
	
		
		height:200px;
		color:#900;
		z-index:10;	
		text-align:left;
		font-family: 'Pacifico', cursive;
		
		}
		.paragraf{
			font-family: 'Dancing Script', cursive;
			font-weight:bold;
			
			color:#333;
			font-size:24px;
			margin-left:28px;
				border-radius:5px;
		
			}
		
		
			.anaFiltre{
			
		width:100%;
		height:100%;
		background-color:#999;
		
		opacity:0.2;
		z-index:9;
		}
		 .slideWrapper {
           position:absolute;
            width: 370px;
            height: 240px;
			right:0;
			margin-top:150px;
          
        }

            .slideWrapper img {
                position: absolute;
                top: 0;
                left: 0px;
                display: none;
				
            }

                .slideWrapper img:nth-child(1) {
                    display: block;
                }