body {
	background: url(images/background.jpg);
	background-attachment: fixed;
	background-color: #222;
	background-position: center;
	color: #000;
}

label.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 2px 8px 2px 8px;
}

.card-body {
	background-color: #666;
}

#chat-log {
	max-height: 480px;
	overflow-y: auto;
}

.chat {
	padding: 4px;
}

.chat-input {
    background-color: #F5F5F5;
}

.chat-output {
    background-color: #E6E6E6;
}

select {
	font-size: 18px !important;
}

input {
	font-size: 18px !important;
}

textarea {
	font-size: 18px !important;
}

#apiKeyModal .modal-content {
	color: #fff;
	background-color: #100033;
}

.disclaimer mark{
	background-color: #b30000;
	color: white;
}

#apiKey {
	filter: blur(3px);
	font-size: 32px !important;
}

.nav-link {
	background-color: rgba(52, 58, 64, 1) !important;
	color: #fff !important;
	border-bottom: none !important;
	opacity: 75%;
}

.nav-link.active {
  background-color: rgba(108, 117, 125, 1) !important;
  opacity: 100%;
}

a {
 color: DeepSkyBlue;
}

a:hover {
 color: Yellow;
}

.btn-support {
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px; 	
}

.patreon {
  background-color: #FF424D !important;
  border-color: #FF424D !important;
}

.paypal {
  background-color: #003087 !important;
  border-color: #003087 !important;
}