/*
Theme Name:   streubar
 Theme URI:    http://rainerlicht.de
 Description:  Theme for streubar
 Author:       Rainer Licht
 Author URI:   http://rainerlicht.de
 Template:     twentyseventeen
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one column, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-child
 
 
    You will need to replace the example text with the details relevant to your theme.

    The Template line corresponds to the directory name of the parent theme. The parent theme in our example is the Twenty Fifteen theme, so the Template will be twentyfifteen. You may be working with a different theme, so adjust accordingly.

    The only required child theme file is style.css, but functions.php is necessary to enqueue styles correctly 
*/

body {
	background-color: #fafbef;
	font-family: 'libre-franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
}

.navigation-top .wrap {
	max-width: 1105px;
	padding: 0.75em 3.4166666666667em;
}

.main-navigation a {
	padding: 1em 0.7em;
}
