/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Nav bar */

.cstlogo{
  padding-top: 1em;
}

.navalign{
	margin-right: 0 !important;
}


.btnstyle{
	border: transparent;
	text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.btnstyle:hover{
	border: transparent;
	background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(73, 77, 75, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.cust{
	margin: 0 0 !important;
}

.size{
	width: 50px
}

.marginleft{
  margin-left: 1.5em;
}