/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
    font-family:Roboto;
	font-size:16px;
	height: 100%;
	background-color:#ffffff;
	font-weight: 300;
    line-height: 1.8;
}
.header {
	background-color:#ffffff;
}
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*footer {
    margin: 50px 0;
} */
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
	color:#000;
}
.container {			
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
    /*color: #000;*/
    color: #6F7172;
}
.footer {
    background-color: #4c4c4c;
    color: #ffffff;
	/* padding: 7px 7px 7px 7px ;*/
	font-size: 14px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#section0 { 
    /* The image used */
    background-image: url("img/industry.jpg");

    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
