/*
Theme Name: Microservice
Version: 0.1
Author: wnp
Description: A Minimal WordPress Theme for Microservice Gmbh.
Tags: minimal, simple, responsive, light-weight
Text Domain: microservice
*/

body {
	background-color: grey;
	/* background: url(/wp-content/uploads/2018/09/Floral-Grey-Seamless-Pattern-For-Website-Background.jpg); */
	background: url(/wp-content/uploads/2018/12/P1160321-1024.jpg);
	background-repeat: round;
	margin: 0;
	padding: 0;
}

a {
	color: red;
	text-decoration: none;
}

#wrapper {
	width: 780px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	width: 760px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0;
	background-color: red;
	color: white;
}

#header a {
	color: white;
}

#header h1 {
	font-family: 'Baloo Tamma',Arial,sans ;
	font-size: 30pt;
}

#menubar {
	width: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	height: 30px;
        background-color: lightgrey;
}

#menubar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-family: 'Baloo Tamma',Arial,sans;
}

#menubar li {
        display: inline;
        padding-left: 25px;
}

#menubar a {
        text-decoration: none;
        color: red ;
        font-family: 'Baloo Tamma',Arial,sans;
}

#content {	
	width: 758px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: thin solid white;
}

#content h1 {	
	font-family: 'Baloo Tamma',Arial,sans;
	font-weight: bold;
	color: red;
}

#content h2 {	
	font-family: 'Baloo Tamma',Arial,sans;
	font-weight: bold;
	color: red;
}

#content h3 {	
	font-family: 'Baloo Tamma',Arial,sans;
	font-weight: bold;
	color: red;
}

#content h4 {	
	font-family: 'Baloo Tamma',Arial,sans;
	font-weight: bold;
	color: red;
}


#footer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 760px ;
	height: 110px;
	padding: 10px;
	color: white;
	background-color:red;	
}

#footer a {
	color: white;
}

#footer td.left {
	width: 30%;
	color: white;
	font: normal 10pt Arial,sans;
	vertical-align: top;
	text-align: center;
}

#footer td.right {
	width: 36%;
	color: white;
	font: normal 10pt Arial,sans;
	vertical-align: top;
	text-align: center;
}

#footer td.middle {
	width: 33%;
	color: white;
	font: normal 10pt Arial,sans;
	vertical-align: top;
	text-align: center;
}

.serviceitem p {
	margin-top: 0;
}
.serviceitem .title {
	font-family: 'Baloo Tamma',Arial,sans;
	font-size: 14pt;
	color: red;
	margin-bottom: 0;
}

.serviceitem td {
	text-align: center;
}

.serviceitem td.left {
	text-align: left !important;
}

.serviceitem td.right {
	text-align: right !important;
}

.serviceitem h3 {
	margin-bottom: 0;
}
