/*!
 * 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%;
	font-family: 'Work Sans', sans-serif;
}

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;
    }
}



.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
	background-image: url('../image/bgtest.jpg') ;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 
}

.about-section {
    height: 100%;
    padding-top: 80px;
	padding-bottom:100px:
    text-align: left;
    background: #eee;
	background-image: url('../image/bgabout.jpg') ;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.services-section {
    height: 100%;
    padding-top: 30px;
    text-align: left;
    background: #eee;
	background-image: url('../image/bgproduct.jpg') ;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 
}


.services-partner {
    height: 800px;
    padding-top: 20px;
    text-align: center;
    background: #eee;
	background-image: url('../image/bgpartner.jpg') ;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 
}


.contact-section {
    height: 100%;
    padding-top: 80px;
    text-align: center;
    background: #eee;
	background-image: url('../image/bgcontact.jpg') ;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 
}