
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300&family=Roboto:wght@100&display=swap');


/* style.css */


* {
padding: 0;
margin: 0;
box-sizing:border-box;
list-style: none;
text-decoration: none;

font-family: 'Assistant', sans-serif;
font-family: 'Roboto', sans-serif;

}
	body { background: white;
	}

	p{
		background-color: yellow;
	}
	img {
	width: 130px;
	
	}
	header {
		width: 98%;
		height:70px;
		background:black;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 4px;
		box-shadow: 0px 1px 2px 3px 4px gray;
		border-style: solid;
		border-color: gray;
		margin-left: 1%;
		margin-right: 1%;

	}
	
     nav ul li a{
		vertical-align: middle;
		align-items: center;
		align-content: center;
	 }
	.logo {
height: 70px;
margin-left:45px;
margin-top: 15px;
margin-top: 15px;
padding-bottom: 15px;


	
	}
	.imgbutton {
		width:70px;
		height:20px;
		margin: 0px;

	}
	nav .logo{
		display: none;
	}
	nav ul {
		display: flex;
vertical-align: middle;
		align-content: center;
		
	}
	
	
	.manu1 {
		color:white;
		display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
		font-weight: 600;
		transition: 0.2s;
		border-radius: 17px;
	    align-content: center;
    	height:35px;
		width:120px;
		border-radius: 10px;
		text-align: center;
		font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
		font-size: 18px;
	}
	 .manu1:hover {
		color: blue;
		
	}
	
	
	
	.hamburger {
	display: none;
		height: fit-content;
		cursor: pointer;
		padding: 3px 8px;
		border-radius: 5px;
		transition: 0.2s;
		
	}
.hamburger:hover {
	color:#1548d5;
}
.hamburger div {
	width: 30px;
	height: 2px;
	margin: 6px 0;
	background:white;
}

.okul{
width: 100%;
border-radius: 3px;
height: auto;
border-style: solid;
border-color:gray;
border-width: 3px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
}
.okul2{
width: 100%;
border-radius: 3px;
height: auto;
border-style: solid;
border-color:gray;
border-width: 3px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
}


.okul21{
width: 100%;
border-radius: 3px;
height: auto;
border-style: solid;
border-color:gray;
border-width: 3px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
}

iframe  {
width:100%;
height: 32rem;
border-style: solid;
border-color:gray;
border-width: 3px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
margin-top: 20px;
}
	

.telif {
color: rgb(86, 86, 71);
font-size: 1rem;
padding-left: 10px;
padding-right: 10px;
margin: 20px;
float: inline-start;
}

.frame1 {
	background-color:silver;
	border-style: solid;
	border-color:grey;
	border-width: 3px;
    display: grid;
    box-shadow: 0px 0.5px 1px 1.5px 2px gray;
	border-radius: 3px;
	margin-left: 1%;
	margin-right: 1%;
    padding-left: 3%;
	padding-right: 3%;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-top: 20px;
	}

.gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap:10px;
    grid-row-gap:10px ;


}
.gallery3{
	display: grid;
    grid-template-columns: 1fr  1fr;
	grid-column-gap:10px;
    grid-row-gap:10px ;


}

.gallery2{
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap:10px;
grid-row-gap:10px ;
}

.list1{
align-items: center;
display: list-item;
row-gap: 4%;
}
.list2{
align-items: center;
display: list-item;
row-gap: 4%;
}

.ih1 {
text-align:center;
border-radius: 3px;
font-size: 150%;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
}


.ih2 {
text-align:left;
background-color:rgb(225, 225, 225);
padding: 1%;
border-radius: 3px;
font-size: 100%;
border-style: solid;
border-color:grey;
border-width: 3px;
margin-bottom: 20px;
margin-top: 20px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
font-family: Arial, Helvetica, sans-serif;
}
.ih3 {
text-align:left;
background-color:rgb(225, 225, 225);
padding: 1%;
border-radius: 3px;
font-size: 100%;
background-color:silver;
border-width: 3px;
margin-bottom: 20px;
margin-top: 20px;
box-shadow: 0px 0.5px 1px 1.5px 2px gray;
font-family: Arial, Helvetica, sans-serif;
}



@media only screen and (max-width: 1100px) {
header {
	width:100%;
	padding: 10px 10px;
}

	nav {
		position: absolute;
		left:-300px;
		top: 0;
		z-index: 999;
		width: 300px;
		height: 100vh;
		background-color:black;
		transition: 0.2s;
		box-shadow:black;
		align-items: center;
	}
	#nav_check:checked ~ nav {
		left: 0;
	}
	nav .logo {
		display: block;
		height: 70px;
		display: flex;
		align-items: center;
		margin-left: 45px;
		margin-top: 0px;
	}
	nav ul li a {
		margin-bottom: 5px;
		padding: 10px 15px;
		border-radius: 30px;
		text-align: center;
	}
	nav ul {
		display: block;
		padding: 0 20px;
		margin-top: 30px;
	}
	.hamburger {
	display: block;
	}
.giris {
	width: 90%;
}
.content{
	width: 94%;
	
}

html {
	font-size: 100%;
}
}
@media only screen and (max-width: 768px){

		.ih1 {
		font-size: 100%;
	
	}
			.ih2 {
		font-size: 90%;
	
	}
	.gallery3{
	display: block;
    grid-template-columns: 1fr  1fr;
	grid-column-gap:10px;
    grid-row-gap:10px ;


}
}

