 
/* Paylastıkca CSS*/
 *{ box-sizing: border-box;
}
.body{ margin: 0;
		padding: 0;
		font-family:Arial;
	}

	#social { 
		background-color:pink;
		color: black;
		height: 2%;
		width: 100%;
		position: sticky;
		top: 5px;
		bottom: 5PX;
		z-index: 1;
		font-size: 30px;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
	}
header{
	width: 100%;
	height:150px;
	box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);
	border-radius: 20px;
	position: sticky;
	color: blue;
	font-size: 15px;
	font-family: arial, seans serif;
	opacity: .8;
	margin-bottom: 5px;
}
#headerresim{
	width: 100%;
	height: 150px;
	border-top-left-radius:  10px;
	border-top-right-radius:  10px;
	border: 2px solid ;
	position: relative;
	margin-top: 5px;
	
  }
  #headerresim:hover{
	opacity: 0.6;
		transition:opacity: 0.8;
}
  #centered{
position: absolute;
font-size: 45px;
top: 50%;
left:50%;
transform:translate(-50% ,-50%);
  }

.spm{
	font-size: 12px;
	letter-spacing: 1px;
}
#container{
width: 80%;
margin: auto;
height:auto;
		}
.section{
width: 100%;
height: auto;
background-color:#f1f1f1;
border-top-left-radius:  10px;
border-top-right-radius:  10px;
box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);
margin-top: 15px;
overflow: auto;
}
.nav{
	width: 10%;
	float: left;
	margin-top: 10px;
	height: auto;
}

.nav ul 	{
width: auto;
height: 10px;
margin: 0;
padding: 0;
		}

nav  li{
list-style-type: none;

		}

nav li a{
	height: 50px;
	line-height: 50px;
 text-decoration: none;	
 color: black;
 border-bottom: 1px solid #b4b4b4b4;
 padding-left:20px;
display: block;
 
 }	

ul li a:hover {
background: green;
color: white;
				}
	main{
		float: left;
		height: auto;
		width: 80%;
		padding:10px;
	}
	.icerik{
width: 48%;
height: auto;
display:inline-block;
margin-right: 15px;
border-radius: 10px; 
margin-bottom:10px;
text-shadow: 0 2px 8px 2px rgba(20,23,28,.15
	)
	}
	.rsm{
		width:300px;
		height: 200px;
		border-radius: 10px;
		transition:opacity: 0.8;
		
		  }
	 .iceriktext{
 	margin: 10px;
 	color: dimgray;
 				}	  
.rsm:hover{
	opacity: 0.6;
	}

.h5{
	margin: 10px;
	color: dimgray;
}

.h1{
	text-align: center;
	background-color:whitesmoke;
	color:darkred;
	height: 1%;
	line-height:1%;
	margin:0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);

	}

.btndevam:link{
display: block;
width: 150px;
height: 45px;
background-color:blue; 
padding: 10px 20px;
text-decoration: none;
color: white;
border-radius: 5px; 
margin: 15px;
float:left;
}
.btndevam:hover{
	opacity: 0.8;
}
.footer{
	text-align: center;
	background-color:black;
	color: white;
	font-size: 17px;
}

.iframe{
	width: 98%;
	height: 350px;
	border-radius: 10px;
	margin-top: 15px;  
box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);
margin-left: 15px;

}
#hakkimizdaresim{
	width: 350px;
	height: 300px;
	float: left;
	border-radius: 15px;
	margin: 15px;
	border: solid 1px;
	transition:opacity: 0.8;
margin-bottom: 5px;
}
 #hakkimizdaresim:hover{
	opacity: 0.6;
	
					}
.hakyazi{
	margin-right: 15px;
	font-size: 15px;
	font-family: cambria;
	text-indent: 40px;
	color: #494949; 
}
.referans{
	width: 31%;
	height: auto;
	background-color: white;
	float: left;
	margin : 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	 box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);
		}

.refresim{
margin-top: 10px;
	width: 290px;
	height: auto ;
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	opacity: 0.6;
	transition: opacity 0.8s;
}

.refresim:hover{

	opacity: 1;
}
.refbaslik{  
	font-size: 20px;
	width: 100%;
	display: inline-block;
	margin-top: 1px;
	color: black;
	text-align: center;
	height: 45px;
	line-height:45px;
	background-color: #f1f1f1;

}
.refdetay{

text-align: center;


}

.gal_resim{

	width: 22%;
	height: 200px;
	border-radius: 5px;
	opacity: 0.6;
	margin: 10px;
box-shadow: 0px 2px 8px 2px rgba(20,23,28,.15);
transition: all 0.8s;
object-fit: cover;

}
.gal_resim:hover{
	opacity:1;
	border:5px solid white;
}

.link:link{
	text-decoration: none;
}

.section1{
width: 98%;
height: auto;
margin: auto;
margin-top: 15px;
background-color:#f1f1f1;
padding: 10px;
}
.form{
	width: 100%;
	float: left;
	height: auto;
	border:1px solid  #f1f1f1;
	padding: 10px;
	margin-right: 10px; 
}
.col25{
	width: 25%;
	float: left;
	margin-top: 6px;
	padding-left: 1%: 
	font-size: 17px;
	color:blue;
}
.col75{
	width: 20%;
	float: left;
	margin-top: 6px;
	margin-left: 15%;
}
.label{
	padding: 25px 12px 12px 15px;
	display: inline-block;

}
input [type=text], textarea
 {
width: 47%;
padding: 12px;
border:1px solid #ccc;
border-radius: 4px;
  }
  .row-after{
  	content: "";
  	clear: both;
  	display: none; 
  }

.h2	{
	text-align: center;

		}
.span1{
	display: block;
	font-family:arial;
	margin: 10px;
	letter-spacing: 1.5px;
	text-align: center;
	font-size: 16px;
	
		}
	 input [type=submit]{
		background-color:black;
		color: white;
		margin-right: 15px;
		border:none;
		border-radius: 4px;
		float: left;  
		opacity: .5;

	}
input[type=submit]:hover{
	opacity: 1;
	cursor: pointer;
	background-color:green;
	}

	input [type=reset]{
		background-color:green;
		color: black;
		margin-left:2px;
		border:none;
		border-radius: 4px;
		float: left;  
		opacity: .5;

		  }
		input [type=reset]:hover{
	opacity: 1;
	cursor: pointer;
	background-color:green;
	}


@media only secreen and (max-width: 768px)
{
	header label{
		display: block;
	}
	body{
		background-color:yellow;
	}
.menu{

	position: relative;
	background-color:red;
	width: 50%;
	margin-top: 40px;
	margin-left: 100px;
	padding-left: 10px;
	border-radius: 20px solid green;
}
.menu ul {
	flex-direction: column;

}
.menu li:first-child{
	display: none;
}

#check:checked ~ .menu{
	margin-top: 110;
width: 50%;
height: auto;}

 ul li:hover a{
background: green;
padding: 0,50px,0,50px;

				}

#check{
	display: none;
}

label #btn,label #cancel{
	position: absolute;
	cursor: pointer;
	border-radius: 5px;
}

label #btn{
	left: 50px;
	top: 55px;
	font-size: 35px;
	color:blue;
	padding: 6px 5px;
	transition: all .5s;
}

label #cancel{
	z-index: 1111;
	left:-195px;
	top: 27px;
	font-size: 30px;
	color: green;
	padding: 4px 9px;
	transition: all .5s ease;
	width: 50%;

}
#check:checked ~ .sidebar{
	left: 0;}
#check:checked ~ label #btn{
	left: 250px;
	opacity: 0;
	pointer-events: none;
				}
#check:checked ~ label #cancel{
	left: 195px;
}
#check:checked ~ nav {
	margin-left: 250px;

						}
header{
	position:absolute;
	margin-top: 0;
	padding: 1
height: 60px;
background-color: #ff6900;
width: 100%;

}
.col3{
	width: 20%;
height: 20%;
background-color: yellow;
border: 3px solid red;
}

}
