@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html {
  position: relative;
  min-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
}

.footer {
  position: absolute;
  bottom: auto;
  top: 100;
  width: 100%;
  height: 180px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.deprecation-banner {
  font-size: 18px;
  background-color: rgb(255,120,0);
  padding: 15px;
  color: white;
  text-align: justify;
}
