/*!
 * 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: 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. */

.work-section {
/*    height: 100%;*/
    padding-top: 100px;
    text-align: center;
    background: #000;
}
.work-section h1,
.work-section h3,
.work-section h4 { color:#fff; }
#clients h3 { font-size:22px; }

.about-section {
/*    height: 100%;*/
    padding-top: 100px;
    text-align: center;
    background: #fff;
}
.services-section {
/*    height: 100%;*/
    padding-top: 100px;
    text-align: center;
    background: #fff; /*#E4E4E4;*/
}

.contact-section {
/*    padding-top: 50px;*/
    text-align: center;
    background: #fff; /*#ffc107;*/
}
.thankyou-section {
/*    padding-top: 50px;*/
    text-align: center;
    background: #fff; /*#ffc107;*/
}

.reasons-section {
	background:#e2e2e2;
    padding-top: 50px;
}
.reasons-section ul{
	list-style-type:none;
}
.reasons-section ul li{
	width:228px;
	height:220px;
	background-color:#ffffff;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
}
.reasons-section ul li h2{
	color:#999999;
	font-size:58px;
	padding-left:8px;
	padding-bottom:15px;
}
.reasons-section ul li p{
	color:#2d2d2d;
	padding-bottom:0px;
	font-size:24px;
	padding-left:10px;
}
