/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



@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;
    }
	.city {
		background: url(../img/queretaro.jpg);
		background-position: center;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
	}
}



.intro-section {
    height: 100%;
    padding: 150px 0px 100px 0px;
    text-align: center;
    background: #fff;
}

.navbar li a {
		color: #000000;
	}

.about-section {
    height: 100%;
    padding: 150px 0px 100px 0px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 150%;
    padding: 100px 0px 100px 0px;
    text-align: center;
    background: #fff;
}

.location-section {
    height: 100%;
    padding: 150px 0px 100px 0px;
    text-align: center;
    background: #eee;
}

.contact-section {
    height: 100%;
    padding: 150px 0px 150px 0px;
    text-align: center;
    background: #eee;
}

.footer-section {
    height: 100%;
    padding: 150px 0px 150px 0px;
    text-align: center;
    background: #ccc;
}