@charset "utf-8";
/* CSS Document */



body{
	background-image: url("../images/Background_view.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	direction: rtl;
	font-family: 'Rubik', sans-serif;
	margin: 0px;
}

.logos_div{
	background-color: #0773b7;
	height: 120px;
}


.thumbnail {
	width: 25%;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.logos{
	width: 120px;
}


.logo_text{
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;	
}

h1{
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #536920;
	text-align: center;
	margin-bottom: 5px;
}

h2{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #536920;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
}

h3{
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	padding: 10px;
}

a{
	text-decoration: none;
}


.game_title_home{
	width: 30%;
	float: right;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;
}

.game_title_home_bg{
	border-radius: 18px;
	background-color: #536920;
	text-align: center;
  transition: 0.3s;

}
.game_title_home_bg:hover{
	background-color: #51ad32;
	transform: 90%;
}



.Diagonal_decoration{
	width: 100px;
	height: 199px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.edit_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 20px;	
	border-radius: 50px;
	color: #536920;
	font-size: 30px;
	background-color: #bec1a3;
	border: 0;
	cursor: pointer;
	opacity: 30%;
	padding: 12px;
	text-align: center;

}

.edit_btn:hover{
	opacity: 1;
	
}






