
header {
    background-image: url('https://farm4.staticflickr.com/3684/9587396864_2b2c6650bf_o.jpg') ;
}
header h1,header h2,header h3,header h4,header h5 {
	color : #fff;
     text-shadow: 0 0 8px #000;
}
h3 {
line-height: 1.5;
}
.navbar-brand {
  font-size:17px;
}
.copyright{
    color: #fff;
    
}

.row img{
  width:inherit;

    
}
#extra {
    color: #fff;
    max-width: 80%;
    margin:-50px auto 20px auto;
    
}
#contact h3, #contact label {
    color: #fff;
}
.col-md-3, .col-sm-6{

  
}



#clients .row{
   display: flex;
   align-items: center;
   justify-content: center;

}


 #offers {

    display:inline-block;
    margin: 0 auto 0 auto;

}

#offers li  {
  text-align:left;
  font-weight: bold;
  font-size:16px;
}

#services-links {
  display:block;
  max-width: 480px;

  margin: 0 auto 0 auto;
  text-align:left;

}




.service-links {
  text-align:left;
  font-weight: bold;
  font-size:16px;
  color: #444;
}


.asterix {
  /*background-color: red;*/
  display:block;
  font-style:italic;
  margin:10px 0 0 0;
}



section#contact {
    background-color: rgb(34, 34, 34);
    background-image: url(../img/map-image.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* img.img-responsive{
    max-height: 120px;
    
}
*/

________________________



@media (max-width:768px) {
  
#clients .row{
  /*background-color:blue;*/
}

  
}



@media (min-width:300) {
  
.navbar-brand {
  font-size:10px !important;
  color: blue;

}
}