/*
Theme Name:		Twenty Thirteen Child
Theme URI:		http://uwbusinessbutler.nl/themes/twentythirteen-child/
Descrition:		Twentythirteen Child Theme
Author:			Frits van der Valk Januari 2016
Template:		twentythirteen
Version:		1.0.0
*/

@import url("../twentythirteen/style.css");

/* Theme customization starts here
-----------------------------------*/

/* Aanpassen font-family
-----------------------------------*/

body, h1, h2, h3, h4, h5, h6, .site-description {
	font-family: Georgia, Times, serif;
}

/* Aanpassen Site header
-----------------------------------*/

.site-header {
	position: relative;
}

.site-uwbusine-header {
	color: #F87217;
	text-shadow: 2px 2px 2px #000000;
	background-color: #998D76;
	display: block;
	font-size: 66px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0;
	max-width: 100%;
	min-height: 200px;
	text-decoration: none;
	width: 100%;
}

.align-left-header {
	float: left;
	padding: 0px;
}

.align-right-header {
	float: right;
	padding: 0px;
}

/* Aanpassen Navbar (kleur etc.)
-----------------------------------*/

.navbar {
	background-color: #ffffff!important;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	text-align: center;
}

/* Aanpassen footer
-----------------------------------*/


.sidebar .site-footer .widget-area .site-uwbusine-info {
	max-width: 100%;
	position: relative;
}

.alignleftfooter {
	float: left;
	padding: 4px;
}

.alignrightfooter {
	float: right;
	padding: 22px 4px 4px 4px;
}
.site-uwbusine-info {
	color: #F87217;
	text-shadow: 2px 2px 2px #000000;
	margin: 0 auto;
	background-color: #998D76;
	display: block;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	padding: 5px 0px 0px 0px;
	margin: 0;
	max-width: 100%;
		min-height: 80px;
	text-decoration: none;
	width: 100%;
	}
	
	
