body {
  margin: 0;
  font-family: PT Sans Caption, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #cccccc;
  background-color: #000000;
}

a {color:#3381b5;
} 
a:active,a:hover{
outline:0
}

a:hover, a:visited:hover {
	color: #57b9fb;
	text-decoration: none;
}

p {font-size:13px}

h1,
h2,
h3,
h4,
h5 {color:#3381b5}

h6 {color:#999999}

.page-header {margin: 0 0 20px;border-bottom: 1px solid #3381b5}

hr {border-top: 1px solid #3381b5}

.well {background-color: #1e1e1e}

.navbar-default {
  font-size: 14px;
  background: #101010;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.15)
}

.nav li > a {
	color: #ffffff;
    text-decoration: none;
}
.nav li > a:hover {
	color: #3381b5;
	text-decoration: none;
}
.navbar-default {
	border-top: 3px solid rgba(0,0,0,0);
	text-transform: uppercase;
}

.footer {
  background: #1c1c1c;
  border-top: 1px solid #3381b5;
  border-image-source: linear-gradient(45deg, rgb(16, 16, 16), rgb(52, 130, 181), rgb(16, 16, 16));
  border-image-slice: 1;
}

#footer {
  background: #101010;border-top:none;font-family: Rajdhani,sans-serif;letter-spacing: .055em;font-weight: 600;text-transform: uppercase;}

.about_foot {
  color: #ffffff;
}

.copyright {color: #ffffff;}
