@charset "utf-8";


* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {background-color: #000;}
body,td,th {color: #000;}
a {color: #999999;}

a:hover {
  
    text-decoration: underline;
}

a:visited {
   
    text-decoration: none;
}
	
a:link {
    text-decoration: none;
}
a:active {
    text-decoration: none;
   
}


.a-orange {
	color: #f26c31;
}
.a-orange:hover {
	color: #fff;
	background: #f26c31;
	border-radius: 2px;
}

.ab-purp {
	color: #9004AF;
}
.ab-purp:hover {
	color: #fff;
	background: #9004AF;
	border-radius: 2px;
	
}

.ab-bw {
	color: #000;
}
.ab-bw:hover {
	color: #fff;
	background: #000;
	border-radius: 2px;
	
}

/* Btn */

.btn-dark {
	color: #37c5f3;
	background-color:#000;
	border: 0.1rem solid #fff;}	
	
.btn-dark:hover {
	color: #fff;
	background-color: #000;
	border: 0.1rem solid #1a9ba6;}

.btn-dark2 {	
	color: #fff;
	background-color: #000;
	border: 0.1rem solid #1a9ba6;}	
	
.btn-dark2:hover {
	color: #37c5f3;
	background-color: #000;
	border: 0.1rem solid #37c5f3;}	

.btn-link {
	color: #f6d5b6;	
	text-align: left;}
	
.btn-link:hover	{color: #fff;}
	
.btn-outline-sm {
	display: inline-block;
	padding: 0.875rem 1rem 0.875rem 1rem;
	border: 0.125rem solid #9004af;
	border-radius: .75rem;
	background-color: transparent;
	color: #9004af;
	font: 550 0.775rem/0 "Open Sans", sans-serif;
	text-decoration: none;}

.btn-outline-sm:hover {
	background-color: #9004af;
	border: 0.125rem solid #fff;
	color: whitesmoke;
	text-decoration: none;}

/* btn call */

.btn-call {
	color: #fff;;
	border-radius: .5rem;
	background-color: #9004af;
	border-color: #9004af;}	
	
.btn-call:hover{
	color: #00eaff;
	background-color: #000;
	border-radius: .5rem;
	border-color: #00eaff;}
