/*
Theme Name: Mit Tema
Theme URI: https://mit-tema.dk
Description: Mit Child Theme til Parabola
Author: Lars Bro
Author URI: https://mit-tema.dk
Template: parabola
Version: 1.0
*/

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

/* =Header
-------------------------------------------------------------- */

#header {
	background: none;
}

#site-title {
	float: left;
	font-size: 50px;
	line-height: 50px;
}

#site-title a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

#site-description {
	display: inline;
	float: left;
	font-weight: bold;
  font-size: 30px;
	line-height: 30px;
  margin-top: 5px;
	clear: both;
	text-transform: uppercase;
}

#header-container {
	display: block;
	float: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

#branding #bg_image + #header-container {
	position: absolute;
}

#header-container > div {
	margin-top: 20px;
}
