/*!
 * 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%;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.navbar {
       /*height:150px;*/
    }

    .top-nav-collapse {
        padding: 0;
    }
	
	.logo img {
        margin-top: 20px;
    }
	
	.top-nav-collapse .logo img {
        margin-top: 20px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

@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;
    }

    .top-nav-collapse {
        padding: 0;
    }
	
	.logo img {
        margin-top: 0;
        -webkit-transition: margin-top .5s ease-in-out;
        -moz-transition: margin-top .5s ease-in-out;
        transition: margin-top .5s ease-in-out;;
    }
	
	.top-nav-collapse .logo img {
        margin-top: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}