@charset "utf-8";
/* CSS SB Custom Sytles Document */
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700|Anton|Jockey+One);

body{
	background-color:#021121;
	background-image: url(../images/background.jpg); 
	background-size: cover; 
	background-position: top;
	background-repeat: no-repeat no-repeat;
	

}
h2{
	font-family: 'Oswald', 'sans-serif';
	/*font-weight:bold;*/
	font-size:2em;
	line-height: 1.5em;
	letter-spacing:0.07em;
	color:white;
	
}
/* Custom btn-default */
.btn-default {
	font-family: 'Oswald', 'sans-serif';
  color: white;
  background-color: #2d3039;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
   border-radius: 3px !important;
   border:none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.active,{
  color: #505258;
  background-color: #505258;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
   border-radius: 3px !important;
  
}
/* Custom btn-default */
.btn-info {
	font-family: 'Oswald', 'sans-serif';
  color: #2d3039;
  background-color: #fbb726;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
   border-radius: 3px !important;
   border:none;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
color: #fbb726;
background-color: #2d3039;
border-color: none;
-webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
   border-radius: 3px !important;
}

p,h2{
	color:#FFF;

}
a{
	color: white;
}
a:hover{
	color:#fdb728;
}

.img-center {margin:0 auto;}