/*
 Theme Name:   Katastrophos philips Child
 Theme URI:    https://www.katastrophos.net/andre/blog
 Description:  Katastrophos philips Child Theme
 Author:       Andre Beckedorf
 Author URI:   https://katastrophos.net
 Template:     philips
 Version:      1.0.0
 Text Domain:  katastrophos-philips-child
*/

@import url("../philips/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.header-area {
    background: #000 url("https://katastrophos.net/andre/blog/wp-content/uploads/2016/02/Siteheader.jpg") repeat scroll 0 0 / cover;
/*    background: #000 none repeat scroll 0 0; */
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.site-title {
    color: #fff;
    font-size: 25px;
}

.site-title a {
    color: #fff;
    font-size: 25px;
}

.site-title a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.site-description {
    color: #fff;
    font-size: 12px;
}

.mainmenu {
    background-color: #ddd;
    margin-bottom: 20px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}