html,

body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.page-header {
    font-size: 45px;
    text-align: center;
}

.container {
    width: 90%;
}

.col-md-12 {
    padding: 0px;
}

.navbar-brand {
    font-size: 18px;
}

.nav {
    font-size: 18px;
}

.panel-title {
    font-size: 18px;
    font-weight: normal;
}

.panel-body {
    font-size: 14px;
    font-weight: normal;
    line-height: 130%;
}

body p{
    font-size: 17px;
}

.wrapper {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-portfolio {
    position: center;
} 

.btn {
    position: center;
    font-size: 14px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    width: 100%;
    text-align: center;
    margin: auto;
}

.carousel-inner img {
  margin: auto;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.caption{
    font-size: 18px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Footer Styles */

footer {
    margin: 30px 0;
    text-align: center;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}