html,
body {
  height: 100%; 
  }

.nav-raimi > li {
  text-align: center; }
  .nav-raimi > li a {
    color: #000; }
    .nav-raimi > li a:hover {
      background: none;
      text-decoration: underline;
      color: #000; }
	  
@font-face {
    font-family: "Aileron-Bold";
    src: url(../fonts/Aileron-Regular.otf) format("opentype");
}

h1 small {
  display: block;
  margin-top: 14px;
  font-size: 20px; }

.jumbotron {
  background-color: #ffffff; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  height: 40px; 
  position:fixed; }
  
 footer ul li a { 
 text-decoration: none; 
 color: #FFFFFF;}
 
 footer ul li a:hover {
 color: #000000; }

.fancy {
  line-height: 0.5;
  text-align: center;
  font-weight: bold; }

.fancy span {
  display: inline-block;
  position: relative; }
  
h1 small {}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: #000000;
  top: 5px;
  width: 600px; }

.fancy span:before {
  right: 100%;
  margin-right: 15px; }

.fancy span:after {
  left: 100%;
  margin-left: 15px; }
