img {
    pointer-events: none !important;
}
.logo-text {
  position: relative;
  top: 8px;
  color: #FFF;
  font-size: 30px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 2px 2px 2px #000;
}
.btn-h:focus, .btn-h:hover
{
	color: #9E75E5 !important;
}
.header, .footer
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
}
.hero-unit__subtitle, .hero-unit__title, .hero-unit__desc, .page-heading__title, .breadcrumb-item
{
	text-shadow: 1px 1px 1px #000;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
}
.hero-unit__img, .footer-logo
{
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
}
.header-logo .logo-text
{
	position: relative;
	top: 5px;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
    font-size: 18px;
	font-family: 'Orbitron', sans-serif;
}
.btn-index
{
	padding-left: 30px !important;
	padding-right: 30px !important;
	font-size: 20px !important;
	border-radius: 50px;
}
.btn-primary
{
	color: #FFF;
	background: rgba(49, 64, 75, 0.2) !important;
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
}
.btn-primary:focus, .btn-primary:hover
{
	background: rgba(49, 64, 75, 0.4) !important;
}
.btn-blue, .btn-black, .btn-instagram
{
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
    border: 0;
    padding: 14px;
}
.btn-blue
{
	background: rgba(30, 120, 221, 0.3) !important;
}
.btn-black
{
	background: rgba(0, 0, 0, 0.5) !important;
}
.btn-instagram
{
	background: rgba(160, 0, 202, 0.3) !important;
}
.btn-black:focus, .btn-black:hover
{
	color: #000 !important;
	background: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
}
.btn-blue:focus, .btn-blue:hover
{
	color: #FFF;
	background: rgba(30, 120, 221, 0.4) !important;
}
.btn-blue:focus, .btn-blue:hover
{
	color: #FFF;
	background: rgba(30, 120, 221, 0.4) !important;
}
.btn-instagram:focus, .btn-instagram:hover
{
	color: #FFF;
	background: rgba(160, 0, 202, 0.4) !important;
}
.main-nav__list>li.active>a
{
    color: #FFF !important;
}
.table-r-hover
{
    background-color: rgb(0, 0, 0, 0.1) !important;
}
.table-r-hover:hover
{
    background-color: hsla(0,0%,100%,.07) !important;
}
.card__success
{
	background-color: rgba(41,135,85,0.7) !important;
}
.card__header__success:before
{ 
    background-color: #46ff00 !important;
}
.card__error
{
	background-color: rgba(195,0,56,0.7) !important;
}
.card__header__error:before
{ 
    background-color: #d52424 !important;
}
.card
{ 
    background: rgba(0, 0, 0, 0.2) !important;
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
}
.card::after, .btn-primary::after, .btn-blue::after, .btn-black::after, .btn-instagram::after
{ 
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(1px);
	box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -7px 0px -8px rgba(255, 255, 255, 1);
	opacity: 0.3;
	z-index: -1;
	filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}
thead
{
    background-color: rgba(75,55,115,0.7) !important;
}