
/* LCARS COLORS - Special thanks to LCARS graphical user interface designed by Micheal Okuda from his work on Star Trek.
					He was my inspiration behind making this website.

Author: Brandon Bays
Date: Aug. 30/2023

*/

/* LCARS Button Colors */

.evening,
.oc-evening::before	{
	background-color: #25f !important;
}

.go-evening {
	color: #25f !important;
}

.midnight,
.oc-midnight::before	{
	background-color: #11e !important;
}

.go-midnight {
	color: #11e !important;
}

.ghost,
.oc-ghost::before	{
	background-color: #8bf !important;
}

.go-ghost {
	color: #8bf !important;
}

.wheat,
.oc-wheat::before	{
	background-color: #ca8 !important;
}

.go-wheat {
	color: #ca8 !important;
}

.roseblush,
.oc-roseblush::before	{
	background-color: #c66 !important;
}

.go-roseblush {
	color: #c66 !important;
}

.honey,
.oc-honey::before	{
	background-color: #fc9 !important;
}

.go-honey {
	color: #fc9 !important;
}

.cardinal,
.oc-cardinal::before	{
	background-color: #c23 !important;
}

.go-cardinal {
	color: #c23 !important;
}

.pumpkinshade,
.oc-pumpkinshade::before	{
	background-color: #f74 !important;
}

.go-pumpkinshade {
	color: #f74 !important;
}

.tangerine,
.oc-tangerine::before	{
	background-color: #f83 !important;
}

.go-tangerine {
	color: #f83 !important;
}

.martian,
.oc-martian::before	{
	background-color: #9d6 !important;
}

.go-martian {
	color: #9d6 !important;
}

.moonbeam,
.oc-moonbeam::before {
	background-color: #ccdeff !important;
}

.go-moonbeam {
	color: #ccdeff !important;
}

.cool,
.oc-cool::before {
	background-color: #58f !important;
}

.go-cool {
	color: #58f !important;
}

.galaxy,
.oc-galaxy::before	{
	background-color: #444a77 !important;
}

.go-galaxy {
	color: #444a77 !important;
}

.moonshine,
.oc-moonshine::before {
	background-color: #def !important;
}

.go-moonshine {
	color: #def !important;
}