/*--body--*/
body{
background: url("") repeat 0px 0px;
	color: #428BCA;
}
a{
	color: black;
}
a:hover{
	background: #428BCA;
	color: white;
	font-size: 20px;
}

/*--Jumbotron--*/

.jumbotron{
	margin-top: 100px;
}

/*Tablet devices with width smaller than 961 */
@media screen and (max-width:961px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    
.footer { 
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   position: relative;
    
}
}
/*Mobile phone devices with width smaller than 767 */
@media screen and (max-width:767px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
/*--footer--*/
.footer{
	text-align: center;
	color: #428BCA;
background: #191919;
	padding: 1.5em 0;
	
}
.footer a{
	color: white;
}

/*--//footer--*/