#footer {
  clear:both;
  background-color: #1f6a95;
  padding: 30px 6% 40px 6%;
  overflow: hidden;
  color:#FFF;
}

.footer_nav a {
  padding: 0 10px;
  font-size: 0.9em;
  /*color: #5fd1fb;*/
  color: white;
}
.footer_nav a.mobileOnly {
	display:none;
}

.footer_nav a:hover {
  /*color: white;*/
  color: #5fd1fb;
}

.footer_nav  {
  padding-top: 10px;
  position: relative;
  left: 100px;
}

.logo {
    position: absolute;
  text-indent: -2000px;
  overflow: hidden;
  width: 77px;
  height: 41px;
  background: url("../img/webTactics_invert.png") no-repeat;
  background-size: 100%;

}


@media all and (max-width: 900px) {

  .footer_nav a {
    display: block;
    padding-top: 2px;
  }
.footer_nav a.mobileOnly {
	display:block;
    padding-top: 2px;
}
  .logo {	  
  display:none;
  }
 
}

@media all and (min-width: 1400px) {
  
  #footer {
    padding: 30px 10% 40px 10%;
  }
}
