/* Footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  
  background: 
  /* color overlay */ 
    linear-gradient(
      rgba(240, 212, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* image to overlay */
    url(http://images.cdn.fotopedia.com/_avPIZmqM3w-7z161LH_268-hd.jpg);
}
.services-slide {
    background-color: black;
}

/* Custom footer CSS
-------------------------------------------------- */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  
}
.container .text-muted {
  margin: 20px 0;
}
.footertext {
  color: #ffffff;
}

.footer-contact {
    font-family: 'Raleway';
    background-image: url(../img/footer.png);
    color: white;
    font-size: 20px;
}
.footer-contact a {
    font-family: 'Raleway';
    
    color: white;
    font-size: 20px;
}

.footer-text {
    font-family: 'Lato';
   
    color: white;
    font-size: 20px;
}