/* footer */
.footer-container-wrapper{
  width:100%; 
  background: url(https://sparkemotions.com/img/footer.jpg) no-repeat; 
  background-size: 100%; 
  background-repeat:no-repeat; 
  background-size:cover; 
  background-position:center; 
  border-top:2px solid rgba(203,219,42,1);
  margin-top:30px;
}
.text-center {
    text-align: center;
}
.footer-container .cell1{
  float:left;
}
.footer-container .offset1{
  margin-left:24.999995%;
}
.footer-container .offset2{
  margin-left:41.6666665%;
}
.footer-container .grid-container{
  padding-top:0;
}
.large-4 {
    width: 16.66667%;
}
.large-4 img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
.yellow{
  color:#c2d505;
}
.white-nav{
  color:#ffffff;
  text-decoration:none;
}

@media only screen and (max-width: 1100px){
  .large-4 {
    width: 14.66667%;
    padding-left:1%;
    padding-right:1%;
}
}
@media only screen and (max-width: 768px){
  .large-4 {
    width: 98%;
    padding-left:1%;
    padding-right:1%;
}
.footer-container .offset1, .footer-container .offset2{
  margin-left:0;
}