	/*NAVBAR*/
	.navbar {
	  margin-bottom: 0;
	  background-color:#9B61A7;
	  z-index: 9999;
	  border: 0;
	  font-size: 12px !important;
	  line-height: 1.42857143 !important;
	  letter-spacing: 4px;
	  border-radius: 0;
	  font-family: Montserrat, sans-serif;
	}
	.navbar li a, .navbar .navbar-brand {
	  color: #fff !important;
	}
	.navbar-nav li a:hover{
	  color: #f4511e !important;
	  background-color: #fff !important;
	}
	.navbar-default .navbar-toggle {
	  border-color: transparent;
	  color: #fff !important;
	}
	
	/* FILTERS */
	.filterDiv {
	  float: left;
	  background-color: #FFFFFF;
	  width: 350px;
	  height: 440px;
	  margin-bottom: 50px;
	  margin-right: 30px;
	  display: none;
	}

	.filterDiv:hover {
	  box-shadow: 0 4px 8px 0 rgba(225, 225, 225, 0.9);
	}


	.show {
	  display: block;
	}

	.container {
	  margin-top: 20px;
	  overflow: hidden;
	}

	/* Style the buttons */
	.btn {
	  border: none;
	  outline: none;
	  padding: 12px 16px;
	  background-color: #f1f1f1;
	  color: black;
	  cursor: pointer;
	}

	.btn:hover {
	  background-color: #ddd;
	}

	.btn.active {
	  background-color: #666;
	  color: white;
	}

	/* CARDS */

	.card {
	  max-width: 350px;
	  width: 350px;
	  margin: auto;
	  height: 430px;
	  text-align: center;
	  font-family: arial;
	}

	.card:hover{
	  max-width: 350px;
	  margin: auto;
	  height: 430px;
	  text-align: center;
	  font-family: arial;
	  }

	.price {
	  color: black;
	  font-size: 26px;
	}

	.card button {
	  border: none;
	  outline: 0;
	  padding: 12px;
	  color: white;
	  background-color: #F15B27;
	  text-align: center;
	  cursor: pointer;
	  width: 100%;
	  font-size: 18px;
	}

	.card button:hover {
	  opacity: 0.7;
	}

	.card p{
		border-bottom: 1px solid #eee;
		}

	p .specialColor{
		background-color: #58BA47;
	}

	p .specialColorTwo{
		background-color: #842990;
	}
	h2{
		color: black;
		padding-top: 20px;
	}



	/* On smaller screens, decrease text size */
		@media only screen and (max-width: 600px) {
			.bttn {
				margin-bottom: 5px;
			}
			
			.products{
				margin-left: 25px;
			}
			li.listt{
			display: none;
			}
			
		}