/*!
 * 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%;
}

/*.top-nav-collapse {
	height: auto !important;
}
.top-nav-collapse .navbar-brand {
	padding: 15px 55px 15px 15px;
}
.top-nav-collapse .site-nav {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.top-nav-collapse .contact {
	padding-top: 30px;	
}*/

@media(min-width:767px) {
    .navbar {
        xpadding: 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;
		background-color: #aa6d4a;
		border: none;
		xheight: 175px;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */