@charset "utf-8";
/* CSS Document */
body {
  /*padding-top: 50px;
  padding-bottom: 20px;*/
}
.logo-title {
	text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.logo-title img {
	margin:0 auto;
}
.jumbotron {
	padding-top:20px !important;
	padding-bottom:20px !important;
	background-color: rgba(0,0,0,0.5) !important;
	color: #ccc !important;
	/*text-align: center;*/
	/*text-align:justify;*/
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

footer {
	margin-top:20px;
	padding:10px;
	border-top:1px solid #444;
	text-align:center;
	color:#ccc;
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

.jumbotron {
}
