@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600);

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0 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;
        border-bottom: 1px solid #ccc;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .top-nav-collapse .active a {
        border-radius: 0;
    }
    .nav-mt {
        margin-top: 20px;
    }

}

.intro-section {
    height: 600px;
    padding-top: 125px;
    background: #fafafa url(../images/bg_poliedrico.png);
}

.about-section {
    padding-top: 100px;
    background: #fafafa url(../images/bg_poliedrico.png);
    padding-top: 70px;
    padding-bottom: 50px;
}

.services-section {
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    background: #fafafa;
}

.contact-section {
    height: 90%;
    padding-top: 70px;
    background: #fafafa url(../images/bg_poliedrico.png);
}