/* 
Theme Name:		 Kaiser Wieland
Description:	 Child Theme Add Client Name
Author:			Charlie B
Author URI:     http://www.splust.com
Template:       wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	overheadsites
*/


/*
    Add your custom styles here
*/

 @import url("../wp-bootstrap-starter/style.css");



body{
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
}

#content.site-content {
	padding-bottom: 0px;
	padding-top: 0px;
}

footer p {
	float: right;
}

body:not(.theme-preset-active) footer#colophon {
    color: #9b938d;
    background-color: #fff;
    padding-top: 20px;
}

.site-content a, .site-content p, .site-content .a {
	color: #9b938d;
	font-size: 14px;
	text-align: center;
}

a:hover {
	text-decoration: none;
}

h2, h3 {
	color: #eb9b5e;
	font-weight: 200;
	text-align: center;
	margin-top: 0px;
}

h2 {
	font-size: 25px;
	line-height: 1.1;
}

h3 {
	font-size: 20px;
}

header#masthead {
	background: #fff;
	box-shadow: none;
    padding: 0px;
}

.logo-container {
	margin: 60px 
	auto 80px; 
	display: flex;
	flex-direction: column; 
	align-items: center;
}

.grid {
	display: flex;
	align-items: start;
	margin: 10px 20px;
	justify-content: center;
}

.grid div {
	margin: 5px 15px;
}

.grid div img {
	width: 150px;
	margin-bottom: 5px;
}

img {
    vertical-align: middle;
    border-style: none;
}

