@charset "utf-8";
/* CSS Document */
body{
	background-color: aliceblue;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.endustri_muhendisligi_header_taban{
	width: 1920px;
	height: 200px;
	background-color: #161F40;
	text-align: center;
	font-family: "Franklin Gothic Heavy"
}

.endustri_muhendisligi_header{
	width: 1920px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #3B9BD6;
/*	background-image: url("images/endsistmuhyazili5.png")*/
}

.baslik_grid_container{
	display: grid;
	margin: 0px;
	grid-template-columns: 200px auto 300px;   
	font-family: Franklin Gothic Heavy;
}

.logo_grid_container{
	padding-top: 10px;
	padding-left: 10px;
}

.header_container{
	color: black;
	font-size: 45pt;
	margin: 0px;
	padding-top: 50px;
}

.verimlilik_logo_container{
	align-content: center;
	padding: 20px;
}

/*NAVİGASYON SATIRI İÇİN CSS KODLARI*/

.dugme_satiri{
	width: 1920px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	text-decoration: none;
}

.dugme_satiri a{
	text-decoration: none;
	color: black;
}

.dugme_satiri a:hover{
	color: white;
}

.nav_grid_container{
	display: grid; 
	gap:10px;
	grid-template-columns: 450px 135px 135px 135px 135px 135px 135px auto;   
	margin-top: 0px;
	padding: 0px;
	font-family: "Franklin Gothic Heavy";
	font-size: 16px;
	color: black;
	text-align: center;
}

.bosluk_1{}

.ana_sayfa_dugme{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.kategoriler_buttom{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.kaynaklar_buttom{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.ilgiliwebsiteleri_buttom{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.sizden_gelenler_buttom{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.hakkimizda_buttom{
	width: 135px;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
	cursor: pointer; 
	border: 3px solid #116ea5;
	background-color: #116ea5;
	border-radius: 10px;
}

.bosluk_2{}


/*YAPIM AŞAMASINDA KUTUSU İÇİN CSS KODLARI*/

.endustri_muhendisligi_resim{
	width: 1191px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-image: url("images/yapim_asamasinda.jpg")
}

/*İÇERİK KUTUSU İÇİN CSS KODLARI*/

.icerik_grid_container{
	display: grid; 
	gap:10px;
	grid-template-columns: 200px auto 200px;   
	margin-top: 20px;
	padding: 20px;
	font-family: Calibri;
}

.header_kutusu{
	color: black;
	font-size: 30px;
	font-weight: bold;
	grid-column: 1 / span 3;
	text-align: center;
}
.resim_kutusu{
	color: black;
	font-size: 16px;
}

.icerik_kutusu{
	color: black;
	font-size: 21px;
}

.ozet_kutusu{
	color: black;
	font-size: 21px;
	align-content: center;
	font-weight: bold
}

.item_5{
	color: black;
	font-size: 21px;
	font-weight: bold;
}

.kaynaklar_kutusu{
	color: black;
	font-size: 21px;
}

.footer_grid_container{
	display: grid; 
	width: 1870px;
	height: 100px;
	background-color: #3B9BD6;
	margin-top: 20px;
	margin-left: 0px;
	padding: 20px;
	font-family: Calibri;
}

