/*!
 * Start Bootstrap - Portfolio Item 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 {
    /* padding-top: 70px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-size: 100% !important;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}
.logo img {

    max-height: 90px;
}

.headerbox {
    padding: 20px 0;
    background-color: BLACK;
    border-bottom: 6px solid red;
    width: 100%;
}
@media (max-width: 767px) {
	.logo img {
	max-width:100%;
}

body {
  background-image : none !important;
}

.container:nth-child(2) {

}

.headerbox {
    padding: 20px 0;
    background-color: BLACK;
    border-bottom: 0px;
    width: 100%;
}


	
	}