/* Move down content because we have a fixed navbar that is 50px tall */

@import url('https://fonts.googleapis.com/css?family=Anton');

body {
  padding-top: 50px;
  background-color: #222;
}

.ajusted {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-custom {
   padding-top: 100px;
   padding-bottom: 50px;
	color: #999;
	/*text-align: center;*/
	background-color: #000000;
	border-top: 3px solid #333;
}

.footer-custom p:last-child {
  margin-bottom: 0;
}

.jumbotron {
	background-image: url("../img/2.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	color: #CCC;
	text-shadow: 2px 2px 2px #000000;
}

.owl-carousel .item img {
  border: 1px solid black;
}

.banner{width: 550px; text-shadow:2px 2px #000; position:absolute; z-index:10; text-align:right;bottom: 10%; right: 10%; font-family: 'Anton', sans-serif; text-transform:uppercase;}
.banner span{font-size:90px;line-height:90px;color:#ffffff;display:inline-block; padding-left: 10px; letter-spacing:-1px;margin-bottom:10px;}
.banner strong{font-size:120px;line-height:144px;color:#3A5FCD;display:inline-block;font-weight:normal;
margin-top:-42px;margin-right:20px;letter-spacing:-1px;}
.banner p{font-size:25px;line-height:28px;color:#ffffff;margin:-4px 25px 0 0; padding-bottom: 10px; letter-spacing:-1px;} 
.banner-position-left{left:10% !important; bottom: 10%; text-align:left !important;}

.panel-heading{
	background-color: #000;
	border-color: #000;
}

