.jumbotron {
    background: url('/static/images/bg1.jpg') center center;
    z-index: -1;
}

.navbar {
    background: #dfe !important;
    box-shadow: 0px 0px 10px #777 !important;
}

/* Add media queries for smaller screens */
/*@media screen and (max-width:720px) {
    .weekdays li, .days li {width: 11.5%;}
}*/

@media screen and (max-width: 420px) {
    .days li.weeknumber { line-height: 30px; }
    .weekdays li {font-size:12px; }
}

/*@media screen and (max-width: 290px) {
    .weekdays li, .days li {width: 11.0%;}
}*/





html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

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


.navbar-brand>img {
    margin: -20px 0px;
    height: 80px;
    transition: height 0.5s, margin 0.5s;
}

.navbar-brand>img:hover {
    margin: -25px -5px;
    height: 90px;
}


.navbar-brand {
    padding: 0px;
}


