.fa-button{
	border-radius: 50%;
	width: 40px;
	max-width: 40px;
	height: 40px;
	max-height: 40px;
	line-height: 40px;	
	overflow: hidden;
	color: white;
	background-color:#de2666 ;
	text-align: center;

}

.fa-button:hover {
	background-color: #fbd7e3;
	color:#de2666 ;
}

.gi-pink {
	color: #de2666 !important;
}

.gi-pink *{
	color: #de2666 !important;
}

.gi-pink-background *{
	background-color: #de2666 !important;
}


.dropdown-toggle::after {
/*removes the down arrow on the bars in the header nav */
	display: none;
}

.shaded-container{
	  border-radius: 5px;
	background-color: #F2F2F2;
}