/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.navbar{
  height: 150px;
  transition: width 1s, height 1s, transform 1s;
  -webkit-transition:  width 1s, height 1s, transform 1s;
  -moz-transition: width 1s, height 1s, transform 1s;
}

@media(min-width:767px) {
  .navbar {
      height: 170px;
  }
}

@media(min-width:767px) {
    .top-nav-collapse {
        padding: 0;
    }
}
