/* Media Queries */
/* Retina */
/* Landscape phones and down */
@media (max-width: 480px) {
  #brand, #brand img {
    /*width: 80% !important; */
    width: 250px;
    margin-top: 4px;} 



  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  section {
    margin-top: auto;
    padding-top: 100px; }
  .navbar-nav > li > a {
    line-height: 30px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important; } 

#brand, #brand img {
    /*width: 80% !important; */
    margin-top: 4px;}

    .timeline{display: none;}

#showcase{height: 0;}

  }

/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (min-width: 1200px) {
  section {
    margin-top: auto; } }