/*!
 * Start Bootstrap - Business Frontpage 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: 20px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.logo {
    height: 212px;
    background: url('http://www.teegrafik.ch/teegrafik_logo.png') center center no-repeat scroll;
    margin-bottom:20px;
    margin-top:50px;
   
}

img {
	max-width: 100%;
	height: auto;
}

.business-header {
	border-top: #313131 20px solid;
	border-bottom: #313131 20px solid;
	border-left: #313131 20px solid;
	border-right: #313131 20px solid;
	margin-top: 0px;
    
    text-align: center;
   
  
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 0px 0;
}