/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

/* Other Sample Code */


.site {
    margin: 0 px;
}

.site-header {
	padding-top:0;
}

.site-footer {
    padding-bottom: 0;
}

.site-title {
    font-family: Helvetica;
    font-weight: 100;
    font-size: 20px;
}

.main-navigation {
    font-family: Helvetica;
    font-weight: 100;  
    font-size: 15px;
}

.gallery-caption {
    font-family: Helvetica;   
    font-style: small;
}

.gallery-item {
    padding: 5px;
}

.site-content {
    padding: 0px;
}

.element.style {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		height: 0px;
                display: none;
	}
}

@media screen and (min-width: 44.375em)
.site {
   margin-top: 0px;
}

.entry-title {
    font-family: Helvetica;
    font-size: smaller;
    font-weight: normal;
	color: #f0f0f000;
    line-height: 1.25;
    margin-bottom: 2em;
    text-align: center;
}
