/* # # # # # # # # # # # # # # # # # # */
/* # # # Copyright© Nebuli® Ltd. # # # */
/* # # # # # # # # # # # # # # # # # # */

/* - - - - - - - - - - - - - - - - - - - */
/* - - - AI Geeks Site Core Settings - - - */
/* - - - - - - - - - - - - - - - - - - - */
html, body {
	background: #000000 !important;
}
#aigeeksPromo {
	background: rgba(16, 6, 159);
	color: #ffffff;
}
#aigeeksPromo h1,
#aigeeksPromo h2 {
	color: #e84e0f;
}
#aigeeksPromo p {
	color: #ffffff;
}
#aigeeksPromo p a,
#aigeeksPromo .uk-h1 {
	background-color: #ff00a6;
	color: #ffffff;
}
#aigeeksPromo .uk-h2 {
	background-color: #0038e1;
	color: #ffffff;
}
#aigeeksPromo .uk-h1 a {
	background-color: #000000;
	color: #ffffff;
}
#aigeeksPromo .uk-h1 {
	padding: 25px 30px 30px 35px;
	border-radius: 0 50px;
}
#aigeeksPromo .uk-h2 {
	padding: 25px 30px 30px 35px;
	border-radius: 50px 0;
}
p::selection,
h1::selection,
h2::selection {
	background: #e84e0f;
	color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - */
/* - - - - AI Geeks Header Default - - - - */
/* - - - - - - - - - - - - - - - - - - - */
.tm-header .uk-navbar-container,
.tm-header-mobile .uk-navbar-container {
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.tm-header .uk-navbar-container.uk-navbar-sticky,
.tm-header-mobile .uk-navbar-container.uk-navbar-sticky {
	-webkit-transition: .95s ease-in-out;
	transition: .95s ease-in-out;
	background: transparent;
}
.tm-header .uk-navbar-left,
.tm-header-mobile .uk-navbar-left {
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#aigeeks_Logo,
.launch-text span {
	color: #e84e0f;
}
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  AI Geeks Header Logo and Nav Settings  - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */

/* Homepage settings and transitions */
.tm-header .uk-logo img {
	width: 200px;
}
.tm-header .uk-navbar-container {
	background: #000;
}
.tm-header .uk-navbar-container .uk-logo:hover {
	color: rgba(0, 0, 0, 0.55);
}
/* */

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  AI Geeks Footer Settings  - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */
#aig-footer {
	background: #000000;
}