/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */


html,
body {
    height: 100%;
    background-color: black;
    margin-right: 5%;
    margin-bottom: 5%;
}

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


.img-portfolio {
    margin-bottom: 60px;
    margin-left: 20px;
}

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

/* Home Page Carousel */

header.carousel {
    height: 60%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 5%;

}

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;
}

.row {
    font  
}

.panel panel-default{
    column-width: 20%;
}
.program{
    width: 20%;
}
.fa fa-fw fa-check{
    width: 20%;
}

.panel-heading{
    width: 20%;;
}
</style>

<div class="scroll-left">
<p>CSS scrolling text... </p>
</div>


/* 404 Page Styles */

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

/* Footer Styles */

.footer {
    margin: 10px;
}
.well{
    margin-bottom: 10%;
background-color: rgb(001, 182, 222);
}    

/* Responsive Styles */

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

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

    header.carousel .carousel {
        height: 70%;
    }
}