/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
	font-family:'corbel', corbel;
	color:#666;
	font-size:15px;
	  -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
    height: 100%;
	
}


body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar-fixed-top{
	font-family:'newsgoth cn bt', newsgoth cn bt;
	font-size: 17px;
	padding-top: 3em;
	background-image:url(../image/banner2.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-size: cover;
}

header.carousel {
    width: 100%;
    height: auto;
	padding-top: 3em;
	margin: auto;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
	 width: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 5em;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
	}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
padding-top: 3em;
padding-bottom: 3em;
padding-left: 3em;
padding-right: 0em;
border-top:1px solid #eee;
background-color: #003366;
background-size: cover;
color: white;
margin-top:30px;


}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}