

@media(min-width:767px) {
	
    .navbar {
        -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 {
        /* Customize the look and feel of the collapsed top nav here */
        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. */
.bg-gray{
	background:#eee;
}

.bg-white{
	background: #fff;
}


.intro {
    background:url(../img/yellow-bg.jpg) fixed;
    background-position:0px 0px;<!-- remove in parallax-->
    background-repeat: repeat-x;<!-- remove in parallax-->
    
    animation: animatedBackground 90s linear infinite;
    -ms-animation: animatedBackground 90s linear infinite;
    -moz-animation: animatedBackground 90s linear infinite;
    -webkit-animation: animatedBackground 90s linear infinite;
}

.whatWeDo {
    min-height: 100%;
    padding: 40px 0 0 0;
    text-align: center;
	padding-bottom:40px;
	background:url(../img/what-we-do.jpg) fixed;
    background-position: top center;<!-- remove in parallax-->
    background-repeat: no-repeat;<!-- remove in parallax-->
}
