@@font-face {
	font-family: bitsumis;
	src: url(../fonts/bitsumis.ttf);
}

h1 {
	font-family: bitsumis;
	font-stretch: expanded;
}

body {
/*	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	color: #0000ff;
	background-color: black;
}

.nav-pills > li > a > b {
	color: #0000ff;
}

.nav-pills > li.active > a > b,
.nav-pills > li.active > a:hover > b,
.nav-pills > li.active > a:focus > b {
  color: #ffffff;
  background-color: #337ab7;
}

.img-responsive {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
}

.fb-img-responsive {
	display: block;
	width: 100%;
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.panel-body ul li {
	color: black;
}

.about-panel-body {
	background-color: black;
}

.panel-default .panel-heading {
	background-color: #000080;
}

p {
	font-family: bitsumis;
	font-stretch: expanded;
	font-size: 26px;
	margin-left: 25px;
}
