
.nav-bar{
background-image: radial-gradient( circle 759px at -6.7% 50%,  rgba(80,131,73,1) 0%, rgba(140,209,131,1) 26.2%, rgba(178,231,170,1) 50.6%, rgba(144,213,135,1) 74.1%, rgba(75,118,69,1) 100.3% );

text-align: center;

}
ul {

  margin: 0;
  padding: 10px;
  overflow: hidden;

}
li{
	float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #f2f4c3;
  color: black;
}



.active {
  background-color: #4CAF50;
}

.liked{
	text-align: center;
		width: 500px;
	height: 30px;
	color: black;
	margin: 5px;
	padding:5px;
font-size: 15px;
}


span{
	margin: 10px;
	padding: 10px;
	height: 

}

.disliked{
	text-align: center;
		width: 40%;
	height: 30px;
	color: black;
	margin: 5px;
	padding:5px;
	font-size: 15px;
	
}

form{
	text-align: center;
	padding-top: 50px;

}
.in
{
	width: 500px;
	height: 40px;
	border-radius: 7%;

}

.row{
	position: relative;
	/*left: 40px;*/
	/*right: 50px;*/
	top : 80px;
	display: flex;

}
.card{
	box-shadow: 3px 5px #464f41;
}


.cf{
	padding-bottom: 15px;
}


.img{
	border-radius: 2%;
}

#footer{
	text-align: center;
background-image: radial-gradient( circle 759px at -6.7% 50%,  rgba(80,131,73,1) 0%, rgba(140,209,131,1) 26.2%, rgba(178,231,170,1) 50.6%, rgba(144,213,135,1) 74.1%, rgba(75,118,69,1) 100.3% );
position: relative;
top: 150px;
padding-bottom: 70px;
}
.col-sm-3:hover{
	opacity: 0.5;
}

.icon{
	font-size: 20px;
	 box-sizing: border-box;
	 border-radius: 100%;
	 border: 1px solid white; 
	width: 40px;
	height: 30px;
	 padding-top: 5px;
}


@media  (max-width: 595px) {
	.in{
		text-align: center;
		width: 200px;
	}
	/*.card{
		width: 200px;

	}*/
	.card{
		width: 300px;

	}
	.col-sm-3{
		width: 200px;
		padding-top: 30px;
		
		text-align: center;
	}

	
	.col-sm-6{
		border-bottom: 1px dotted white;
		text-align: center;
	}
	}
	@media  (min-width: 1000px) {
		.card{
			width: 300px;
		}
		.cardone{
			width: 300px;
		}
		.cardthree{
		width: 300px;
	}
	.cardfour{
		width: 300px;
	}
	.cardp{
		width: 300px;
	}

	}
















