/*!
 * 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%;
}

html {
    width: 100%;
    height: 100%;
}
/* .navbar {
     padding: 0 !important; 
    -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;
} */
@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;
    }
}

/* 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 {
    padding-top: 90px;
    text-align: center;
    background: #fff;
    position: relative;    
}
@media screen and (max-width: 992px) {
.intro-section {
    padding-top: 49px;
}
}
.infinite-section {
    text-align: center;
    background: url(../img/infinite-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;    
}
.infinitebg {
    padding: 50px;   
    overflow: hidden;
    background: url(../img/infinate-bg.png) no-repeat;
    background-position:  right center;
    background-size: auto 100%;
  transition: all ease-in-out .3s !important;
  -webkit-transition: all ease-in-out .3s !important;
  -moz-transition: all ease-in-out .3s !important;
  -ms-transition: all ease-in-out .3s !important;    
}
.infinite-section:hover .infinitebg {
    background-position:  105% center;
}
@media screen and (max-width: 1200px) {
.infinitebg {
    background-position:  185% center;  
}
.infinite-section:hover .infinitebg {
    background-position:  170% center;
}
}
@media screen and (max-width: 992px) {
.infinite-section:hover .infinitebg {
    background-position:  200% center;
}
}
@media screen and (max-width: 768px) {
.infinitebg {
    background: none;
    padding: 20px 0px;
}
}
.services-section {
    padding: 50px 0;    
    text-align: center;
    background: url(../img/services-bg.jpg) #0d0b0a left bottom no-repeat;
    background-size: auto 100%;
    position: relative;
    transition: all ease-in-out .3s !important;
  -webkit-transition: all ease-in-out .3s !important;
  -moz-transition: all ease-in-out .3s !important;
  -ms-transition: all ease-in-out .3s !important;
}
.services-section:hover {
    background-size: auto 105%; 
}
@media screen and (max-width: 1400px) {
.services-section {
    background-position:  -120px bottom;  
}
}
@media screen and (max-width: 1100px) {
.services-section {
    background-size:  auto 68%;  
}
.services-section:hover {
    background-size:  auto 75%;
}
}
@media screen and (max-width: 992px) {
.services-section {
    background-size:  auto 70%;  
}
.services-section:hover {
    background-size:  auto 75%;
}
}
@media screen and (max-width: 768px) {
.services-section {
    background-image: none;
    background-color: #0d0b0a;
}
}
.companyinfo-section {
    padding: 90px 0 50px;    
    text-align: center;
    background: url(../img/company-info-bg.jpg) #fff no-repeat;
    background-size: cover;
    background-position:  center center;
    position: relative;
    transition: all ease-in-out .3s !important;
    -webkit-transition: all ease-in-out .3s !important;
    -moz-transition: all ease-in-out .3s !important;
    -ms-transition: all ease-in-out .3s !important;     
}
.companyinfo-section:hover {
    background-position:  100% center; 
}
@media screen and (max-width: 768px) {
.companyinfo-section:hover {
    background-position:  80% center; 
}
}
.carbon-section {
    padding: 90px 0 50px;    
    text-align: center;
    background: url(../img/carbon-bg.jpg) #fff no-repeat;
    background-size: cover;
    background-position:  left center;
    position: relative;
    transition: all ease-in-out .3s !important;
    -webkit-transition: all ease-in-out .3s !important;
    -moz-transition: all ease-in-out .3s !important;
    -ms-transition: all ease-in-out .3s !important;     
}
.carbon-section:hover {
    background-position:  100% center; 
}
@media screen and (max-width: 768px) {
.carbon-section:hover {
    background-position:  80% center; 
}
}
.testi-section {
    padding: 50px 0;
    text-align: center;
    background: url(../img/testi-bg.jpg) #3f3e3c right center no-repeat;
    background-size: auto 100%;    
    position: relative;
    transition: all ease-in-out .3s !important;
    -webkit-transition: all ease-in-out .3s !important;
    -moz-transition: all ease-in-out .3s !important;
    -ms-transition: all ease-in-out .3s !important;
}
.testi-section:hover {
    background-size: auto 105%;    
}
.contact-section {
    padding: 50px 0;
    text-align: center;
    background: url(../img/contact-bg.jpg) #97c782 center center no-repeat;
    background-size: auto 100%;    
    position: relative;    
}
#carbon {
    padding: 90px 0 50px;
}