*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	font-family: Petrov Sans;
}

body{
	background: url(../images/ramadan.jpg);
		background-size: 600px;
}

.navbar{
	background: #0469a1;
	box-shadow: 0px 0px 30px 0px black;
}

#navbarid{
padding: 0px 75px;
}
#head img{
	width: 100px;
	margin-left: 50px;
}
#navbarid img{
	width: 150px;
}

#navbarNav li a{
	color: rgb(255, 255, 255);
	border-radius: 10px;
	transition: 0.5s;
}

#navbarNav li a:hover{
	background: white;
	color: #0469a1;
	transition: 0.6s;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px white;
}

marquee{
	background-color: rgb(255, 255, 255);
	margin-top: 60px;
	font-weight: bold;
}






.modal-footer a{
	color: white;
}

.modal-footer :hover{
	color: white;

}

.btn:hover{
	color: white;

}

#popupbtnx:hover{
	color: white;
	background-color: red;
	border: 1px solid red;
}

#popupbtn:hover{
	color: white;
	background-color: green;
	border: 1px solid green;
	text-decoration: none;
}

#exampleModalLabel{
	font-family: Petrov Sans;
}

#popupbtn a:hover{
	text-decoration: none;
}

/*

.whatsapp{
	position: fixed;
	margin-top: 500px;
	width:50px ;
	height: 50px ;
	z-index: 10000;
	margin-left: 90vh;
}

.whatsapp i{
	color: greenyellow;
	cursor: pointer;
	
	font-size: 80px;
}*/