.white {
    color: #FFFFFF;
}

.grey {
    color: #BBBBBB;
	margin: 0px;
	padding: 0px;
}

.purple {
    color: #b452cd !important;
}

.padd-right {
	padding-right: 5px;
}

.align-right {
	text-align: right;
}

.current-user {
	position: absolute;
	right: 45px;
	top: 10px;
}

.bg-brand-orange {
    background-image: linear-gradient(45deg, #e37b7c 60%, #ffe4b4);
}

.bg-brand-purple {
    background-image: linear-gradient(45deg, rgba(55, 0, 130, 0.25) 5%, rgba(140, 43, 226, 0.75) 80%, rgba(138, 43, 226, 0.25));
    background-color: #726193;
}

@media only screen and (max-width: 640px) { 
	.current-user {
		position: absolute;
		right: 15px !important;
	}
}

@media only screen and (max-width: 400px) { 
	.current-user {
		font-size: 9px;
		line-height: 13px;	
	}
}

#book-me {
  position: fixed;
  top: 3px;
  right: 3px;
  z-index: 99999;
}
#book-me a {
/*  background: black; */
/*  color: white; */
/*  display: inline-block; */
/*  font-size: 14px; */
/*  font-weight: bold; */
/*  text-transform: uppercase; */
/*  font-family: montserrat; */
/*  padding: 10px 30px; */
}
@media screen and (max-width: 960px) {
  #book-me {
    bottom: 0;
    top: auto;
    transform: none;
  }
  #book-me a {
    padding: 10px 30px;
  }
}


