body{
	margin:0;
}
.jumbotron{
		direction: rtl;
	}
	h2{
		color: #c3006a;
	}
	.fullimg{
		max-width:80%;
	}

a{
	text-decoration:none;
}
	.btn3{
		text-align: center;
		margin:0 auto;

}
.btn3 a{
  display: inline-block;
  position: relative;
  background-color: rgba(76, 236, 103, 1);
  padding: 14px;
	padding-top:7px;
	padding-bottom:7px;
  border-radius: 5px;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: rgba(55, 189, 78, 1);
  color:white;
  margin-top: 5px;
}

.btn3:active a{
  background-color: rgba(49, 206, 76, 1);
  border-color: rgba(44, 186, 68, 1);
  border-width: 2px;
  margin-top: 7px;
}
.btn3:focus a{
  background-color: rgba(49, 206, 76, 1);
  border-color: rgba(44, 186, 68, 1);
}
.btn3 a img{
	  width: 20px;
}
.menu{
	background:#9a2eb2;
	width:100%;
	text-align: center;
}

.btn4{
	  display: inline-block;
  position: relative;
}
.btn4 a{
  display: inline-block;
  position: relative;
  background-color: #F1B3FF;
  padding: 14px;
	padding-top:7px;
	padding-bottom:7px;
  border-radius: 5px;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #D194DF;
  color:#9a2eb2;
  margin: 5px;

}

.btn4:active a{
  background-color: #C671D9;
  border-color: #A76FB4;
  border-width: 2px;

}
.btn4:focus a{
  background-color: #C671D9;
  border-color: #A76FB4;
}
.item {
  width: 110px;
  height: 120px;
  padding: 2px;
  /* float: left; */
  /* display: block; */
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  text-align: right;
  font-size: 10px;
  font-family: tahoma;
  font-weight: bold;
  color: #c3006a;
position:relative;
border: antiquewhite solid;
}
	.img{
		width:110px;
		height:100px;
		background-size:110px 110px;
		background-position:center;
		position: relative;
		background-image: url(data:image/gif;base64,R0lGODlhMAAwAPcAAAAAABMTExUVFRsbGx0dHSYmJikpKS8vLzAwM…KkMccFWYKEGxvc7BMMsxwT4thXo2lCliQWM6LGKtPaJkIipA8c2t4T/bHHHv4CbjhBAQEAOw==);

	}
	.text{
		width:100%;
		background: white;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
	}
	.fbimg{
		margin:0 auto;
		text-align: center;
		background:#9CBF4B;
	}
