@font-face {
    font-family: pirulen;
    src: url(/assets/fonts/pirulen.ttf);
}

.navbar-default {
    background-image: none;
    background-color: #9e9e9e !important;
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #ffbb00;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a { color: #000; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  background-color: #f5f5f5;
}

.cta div.container > h1,h2,h3,h4,h5,h6 { font-size: 3.7rem !important; }


@media only screen and (max-width: 768px) {     /* For mobile phones: */     .cta div.container > h1,h2,h3,h4,h5,h6 { font-size: 1.1em !important; } 
     ul li {padding: 0}
     div.jumbotron {padding:0}
     
}