
.header{
    width:100%;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding: 10px 0;
	margin:0;
	top:0px;
	left:0;
	align-items:center;
	color:#000000;
	/*background-color: rgba(32,32,32, 0.9);*/
	background-image: url("../resimler/anabilesenler/bg.jpg");
	opacity: 0.85;
	justify-content:space-between;
	position:fixed;
	display:inline-flex;
	z-index: 100;
	}
		
.headerfont{
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 700;
	padding: 0 15px;
}

.headerfont td {
    padding-left: 9px;
    padding-right: 9px; 
}

.header a:hover{
	opacity: 1;
	color: rgb(255, 0, 183);
}

	
body{
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: 1700px; 
	background-image: url("../resimler/oyunlar/icerik3.jpg");
}

a {
	color: rgb(255, 171, 0);
	text-decoration: none;
}

		
.footer {
	background-image: url("../resimler/anabilesenler/bg.jpg");
	opacity: 0.95;
    width: 100%;
    padding: 5px 0;
    text-align: center;
	position: fixed; 
    bottom: 0;
    left: 0;
	z-index: 100;
	align-items: center;

}

.helveticanow {
	font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(152, 152, 152);
}

.helveticabold{
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(152, 152, 152);
}


.dahafazlabutton {
	width:235px;
	height:80px;
	border-radius: 15px;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.85);	
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	display: inline-block; 
    padding: 0;
}

.dahafazlabutton a{
	color: rgba(255,171,0, 1);
	font-family: "Helvetica", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size:18px;

    display: flex;           
    width: 100%;             
    height: 100%;             
    justify-content: center;  
    align-items: center;
}

.dahafazlabutton:hover{
	background-color: #1c1c1c;
	opacity: 0.9;	
}

.dahafazlabutton:hover a{
	color:rgb(255, 0, 183);
}

.footer a{
    padding-left: 1px;
    padding-right: 1px; 
}

.sosyalmedyatuslari:hover {
	opacity: 0.7;
	color: rgba(255,171,0, 1);
}

.icerikbaslikfont{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: rgb(255, 171, 0);
}

.icerikfont{
	font-family: "Gotham", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20;
	color: rgb(228, 227, 227);
}

.oyunicerikfont{
	font-family: "Gotham", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18;
	color: rgb(214, 213, 213);
}

.oyuncerceve{
	border-color: #FFD700;
}

.cokbuyukyazi {
	font-size: 45;
}

.kolaj:hover{
	opacity: 0.8;
	border-color: rgb(255, 0, 183);
}

.kolaj{
	border-color: #FFD700;
}

.kolajortala{
	margin: 0;
}

.oyunlarresim:hover{
	border-color:rgb(255, 0, 183);
	opacity: 0.8;
}

/* BU KISIM ANLATILMADI. YALNIZCA İÇERİK DAHA GÜZEL OLSUN DİYE KULLANDIM.*/
.kolajortala:has(.kutu1:hover) .kutu2 {content: url('../resimler/ekler/maxpayne2.png');}
.kolajortala:has(.kutu1:hover) .kutu3 {content: url('../resimler/ekler/maxpayne4.png');}
.kolajortala:has(.kutu2:hover) .kutu1 {content: url('../resimler/oyunlar/rdr2-1.jpg');}
.kolajortala:has(.kutu2:hover) .kutu3 {content: url('../resimler/ekler/maxpayne4.png');}
.kolajortala:has(.kutu3:hover) .kutu1 {content: url('../resimler/ekler/rdr2.png');}
.kolajortala:has(.kutu3:hover) .kutu2 {content: url('../resimler/ekler/maxpayne3.png');}