@charset "utf-8";

@import url('../twentyseventeen/style.css');
/* CSS Document */

/*

Theme Name: twentyseventeen_child
Theme URI: http://hokaarkiver.dk/
Description: Child theme til custom CSS styling
Author: Morten Lander Andersen
Template: twentyseventeen


*/
#titlediv #title {
    background-color: red;
}
#footer {
	display:none;
   
}
#titlediv #title {
    background-color: red;
	font-size:36px;
}
h4 {
    font-size: 24px;
	color:#F00;
    margin: 0;
}


