/*!
 * 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.
 */

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

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

@media(min-width:767px) {
    .navbar {
        padding: 10px 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;
    }
}

/* 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. */

.intro-section {
    height: 100%;
    padding-top: 0px;
    text-align: center;
    background: #fff;
}
.about-section {
    height: auto;
       padding: 60px 0 40px 0;
    text-align: center;
    background: #fff;
	position: relative;

}
.services-section {
    height: auto;
    padding: 60px 0 40px 0;
    text-align: center;
    background: url(../images/bg2.jpg) center 50px no-repeat;
	position: relative;

}
.staffs-section {
    height: auto;
        padding: 60px 0 40px 0;
    text-align: center;
    background: #fff;
	position: relative;

}
.abroad-section {
    height: auto;
     padding: 60px 0 40px 0;
    text-align: center;
    background: url(../images/bg3.jpg) center 50px no-repeat;;
	position: relative;
    background-size: cover;
  
}
.news-section {
    height: auto;
       padding: 60px 0 40px 0;
    text-align: center;
    background: #fff;
	position: relative;
	
}
.recovery-section {
    height: auto;
      padding: 60px 0 40px 0;
    text-align: center;
    background: url(../images/legal-consulting.jpg) center 49px  no-repeat;
	position: relative;
        background-size: cover;

}
.contact-section {
    height: auto;
    text-align: center;
    padding: 60px 0 0 0;
	background: #272727;
}

@media screen and (min-width:320px) and (max-width:767px){
.intro-section {height: auto;}
.about-section {height: auto;}
.services-section { height: auto;background: url(../images/bg2.jpg) top center repeat;}
.staffs-section {height: auto;}
.abroad-section {height: auto;background: url(../images/bg3.jpg) center top repeat;}
/*.recovery-section {height: auto;background: url(../images/law2.jpg) top center repeat;}*/
.news-section {height: auto;}
}