@charset "utf-8";
/*************BUTTON CLASS******************/
.btnPad{
	margin-top: 20px; 
}

button {
	border-radius: 10px !important;
	padding: 5px 25px !important;

}

/*Purple*/
.btn-primary{
	background-color: #aa00ff !important;
	border-color: #aa00ff !important;
}
.btn-primary:hover {
	background-color: #8a06cc !important;
	border-color: #8a06cc !important;
}

.btn-primary:focus {
	background-color: #8a06cc !important;
	border-color: #8a06cc !important;
	box-shadow: 0 0 0 !important;
}

/*Fuchsia*/
.btn-secondary{
	background-color: #ff00ff !important;
	border-color: #ff00ff !important;
}

.btn-secondary:hover {
	background-color: #d106d1 !important;
	border-color: #d106d1 !important;
}

.btn-secondary:focus {
	background-color: #d106d1 !important;
	border-color: #d106d1 !important;
}
/*Blue*/
.btn-success{
	background-color: #0E6196 !important;
	border-color: #0E6196 !important;
}

.btn-success:hover {
	background-color: #074369 !important;
	border-color: #074369 !important;
}

.btn-success:focus {
	background-color: #074369 !important;
	border-color: #074369 !important;
}

.btn {
    font-family: 'Poppins' !important;
  	font-weight: 500 !important;
	color: #FFF !important;
}
 

/*----------DROP MENU------------*/

#dropSection {
  align-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.dollTag {
  font-family: 'Poppins';
  font-weight: 500;	  	
  font-size: 24px;
  text-transform: uppercase;
  color: #b705cb;
  text-align: center;
  padding: 5px 0 0 0;
}

.dropBtn {
  font-family: 'Poppins';
  font-weight: 500;	
  border: none;
  color: white;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}
/**********************/