.menuBar {
	color: #fff;
	background-color: #000;
}

.menuBar .w3-bar-item {
		height: 100%;
	}

#topMenu .home {
	background-color: #800000;
	color: #fff;
}

.smallNav {
	color: #fff;
	background-color: #000000;
}


.contentPages {
	margin-top:40px;
}

.margin-center{
	margin: 0px auto;
	float: inherit;
}

.width-1024 {
	max-width: 1024px;
}

.quarter-mar-topbot {
	margin-bottom:10px;
	margin-top: 10px;
}

.startpage-headline {
	text-align: center;
	font-size: 30px;
}

#services {
	background-color:#800000;
}

#services .desc{
	color: #fff;
}

.contact-head {
	
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
    width:100%;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
}

#contact-form button[type="submit"] {
    cursor:pointer;
    width: 100px;
    border:none;
    background:#009688;
    background-image:linear-gradient(bottom, #800000  0%, #950000 52%);
    background-image:-moz-linear-gradient(bottom, #800000  0%, #950000 52%);
    background-image:-webkit-linear-gradient(bottom, #800000  0%, #950000 52%);
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
}

::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

#footer {
	background-color: #000;
	color: #fff;
}

