/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 87%;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 0px;
  background: rgba(160, 240, 236, 0.85);
  z-index: 9999;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 150px 19px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 10px;
  padding-left: 10px;
}

code {
  font-size: 10px;
}

.split-para      { display:block;margin:10px;}
.split-para span { display:block;float:right;width:50%;margin-left:10px;}

.foot {

 position: center;
 width: 100%;
 height: 0px;
 font-color: #fff;
background-color: #000
 





}

#logos {
    display: block;
    height: 50px;
    width: 131px;
    position: fixed;
    left: 33px;
    top: 98%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ie-transition: all .2s ease;
    transition: all .2s ease
}

#;#logos:hover {
    left: 0
}
  
  #logos {
    margin-top: -600px;
    background-image: url("../img/logo.png"); 
    z-index: 9999;
  }
  
}


.navbar-inverse {
margin-left: 100px;
}
