.addheight{
	margin-top: 80px;

}



p {
	font-weight: lighter;
}

.navbar {
	letter-spacing: 0.15em;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.99);
}

.navbar a:hover {
	color: #000;
}

.full-width-image-1 {
	background-size: cover;
	text-align: center;
	padding: 50px 0;
	height: 310px;
}

.full-width-image-2 {
	background-size: cover;
	text-align: center;
	height: 450px;
}

.logo-wrapper {
	margin-top: 100px;
	text-align: center;
	margin:  0 auto;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-heading {
	font-size: 4em;
	margin-bottom: 18px;
}

.section-lead {
	margin: 30px 0;
}

.section-paragraph {
	margin: 30px 0;
}

footer {
	margin: 50px 0;
}

.img-start {
	margin-top: 50px;
}

#map{
	height: 400px;
	    margin-left: -15px;
    padding: 0;
}

#businessview-canvas {
	width: 100%;
	height: 450px;
}

.weiss {
	width:100%; 
	background-color:white;  
	height:400px; 
	color:#000;"
}

.weiss a {
	color: #000;
}

h1, h2, h3 {
    margin-top: 0px;
}
@media (max-width: 768px) {

.section-heading {
	font-size: 2em;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}

.center {
	margin: 0 auto;
}
