/*!
 * 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-brand img {
	width: 105px;
    margin-top: -20px;
}

.top-nav-collapse .navbar-brand img {
	width: 77px;
    margin-top: -10px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-brand img  {
	     -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .navbar.no-animate,
    .navbar.no-animate .navbar-brand img  {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

