
body {
  font: 13px 'roboto', Helvetica, arial, freesans, clean, sans-serif;
  height: 1900px;
  //background-color:#263238;
  //color:#fff;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  //color: #fafafa;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-weight: normal;
  font-size: 20px;
  color: #888;
}

#footerMenu {
  //background: #4FC2E5;
  color: #FFF;
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 300;
  bottom: 0;
  overflow: none;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu.show {
  height: 60px;
  border-top:1px solid #c8c8c8;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul {
  margin:10px auto;
  max-width:960px;
  line-height:265px;
}

#footerMenu ul.navigation li {
  float: left;
  margin-right: 16px;
  display: block;
  font-size:150%;
}

#footerMenu ul.navigation li a {
  color: white;
  text-decoration:none;
}

#footerMenu ul.navigation li a:hover {
  text-decoration: underline;
}