
div.container.footer{
  position:fixed;
  bottom:0;
  width:100%;
  background-image:url(../../assets/img/na1v.jpg);
  background-size:cover;
  background-position:center;
}

h1.footer{
  font-size:25px;
  font-family:California FB;
  color:white;
}

div.col-md-6.footer{
  text-align:center;
  margin-top:10px;
}

h1.copy{
  font-size:11px;
  color:white;
  margin-bottom:20px;
}


h1.tagline{
  font-size:15px;
  margin-top:-5px;
  color:white;
  font-family:corsiva;
}




footer{

  width:100%;
  font:bold 16px sans-serif;
  padding:20px 20px;
  color:#fff;
background-image:url(nav.jpg);
background-size:cover;
background-position: center;
 position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-navigation h3{
  margin:0;
  font:normal 36px Cookie, cursive;
  margin-bottom:20px;
  color:#fff;

}

.footer-navigation h3 a{
  text-decoration:none;
  color:#fff;
}

.footer-navigation h3 span{
  color:#5383d3;
}

.footer-navigation p.links a{
  color:#fff;
  text-decoration:none;
}

.footer-navigation p.company-name{
  color:#ebf0f7;
  font-size:14px;
  font-weight:normal;
  margin-top:20px;
}

@media (max-width:767px) {
  .footer-contacts{
    margin:30px 0;
  }
}

.footer-contacts p{
  display:inline-block;
  color:#ffffff;
  vertical-align:middle;
}

.footer-contacts p a{
  color:#5383d3;
  text-decoration:none;
}

.fa.footer-contacts-icon{
  background-color:#33383b;
  color:#fff;
  font-size:18px;
  width:38px;
  height:38px;
  border-radius:50%;
  text-align:center;
  line-height:38px;
  margin:10px 15px 10px 0;
}

span.new-line-span{
  display:block;
  font-weight:normal;
  display:block;
  font-weight:normal;
  font-size:14px;
  line-height:2;
}

.footer-about h4{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}

.footer-about p{
  line-height:20px;
  color:#fafbfc;
  font-size:13px;
  font-weight:normal;
  margin:0;
}

div.social-links{
  margin-top:20px;
  color:#fff;
}

.social-links a{
  display:inline-block;
  width:35px;
  height:35px;
  cursor:pointer;
  background-color:#33383b;
  border-radius:2px;
  font-size:20px;
  color:#ffffff;
  text-align:center;
  line-height:35px;
  margin-right:5px;
  margin-bottom:5px;
}

