footer{
  background-color:#000028;
  box-shadow:0 1px 1px 0Â rgba(0, 0, 0, 0.12);
  box-sizing:border-box;
  width:100%;
  text-align:left;
  font:bold 16px sans-serif;
  padding:55px 50px;
  /*margin-top:80px;*/
  bottom:0;
  color:#fff;
}

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

.footer-navigation h1{
  margin:0;
  font:normal 50px Cookie, cursive;
  margin-bottom:20px;
  /*color:#5383d3;*/
}

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

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

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

.footer-navigation p.company-name{
  color:#8f9296; /*color should be changed to a lighter color*/
  font-size:14px;
  font-weight:normal;
  margin-top:20px;
  margin-bottom: 0;
}

@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:#3080b8;
  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 span.cam{
  color: green;
}

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

.footer-about p{
  line-height:20px;
  color:#92999f;
  font-size:16px;
  font-weight:bold;
  margin:0;
}

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

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

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