
body { overflow-x: hidden; }
 #fixed_footer {
    background-color: #093661;
    width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    padding-top: 5px;
    padding-left: 100px;
  }
footer {background-color:rgba(0, 80, 152, 1);height: 250px; z-index: 99999;}
footer div:last-child {padding:30px 110px;color: white;}
.footer-child { background-color:rgba(0, 80, 152, 1);}
.footer-child a { color: white; font-size: .9em;}
footer .logo{color:white; font-family: 'Open Sans Condensed', sans-serif; font-weight:600; font-size:0.8em; letter-spacing: 8px; text-transform: uppercase;}
footer a:hover{color:#a0d3fe;}
footer img{width:80px;margin-top:-40px; padding:0 10px;}
/*animation timing*/
@media only screen and (max-width: 820px) {
footer { height: 100px;}
footer img { width:70px; }
footer .logo {font-size: 0.6em;letter-spacing: 3px;}
footer div:last-child { display: none; }
}








