/*
Theme Name: blog
Author: Martin Neubert
Author URI: https://wordpress.org/
Description: blog desc
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog

*/

body {
    color: #373737;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #373737;
}

.jumbotron {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
}

.navbar {
    opacity: 0.85;
    border: 0;
}

.sidebar-module {
    padding: 5px 15px 15px;
    margin-bottom: 15px;
}

.sidebar-module-inset {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.sidebar-module-inset p {
    margin: 0;
}

.sidebar-module-inset h4 {
    margin-top: 10px;
}

.blogpost {
    margin: 0 20px 20px;
}

.blogpost .gallery {
    display: block;
}

.blogpost img {
	max-width: 100%;
	max-height: 300px;
	width: auto;
	height: auto;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
}

.blogpost img.size-thumbnail {
    width: 226px;
    height: 151px;
    float: left;
    margin: 5px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blogpost .footer {
    font-size: 12px;
}

.blogpost .meta {
    color: #999;
    font-size: 12px;
}

.blogpost-title {
    margin-bottom: 0;
}

.blogpost a {
    color: #1982d1;
}

.blogpost a:hover {
    text-decoration: underline;
}

.blogpost h1 a {
    color: black;
    transition: color 0.5s;
    text-decoration: none;
}

.blogpost h1 a:hover {
    color: #1982d1;
    text-decoration: none;
}

.blogpost .row {
    margin-bottom: 10px;
}

.blog-menu {
}

.paging {
    text-align: right;
}

.paging a, .paging span {
    padding-left: 2px;
    padding-right: 2px;
}

footer {
    margin: 10px;
    font-size: 12px;
}
