/*
 Theme Name:   PoemTown 2016
 Theme URI:    https://poemtown.org/content/themes/poemtown2016/
 Description:  Child theme for WP twentyfifteen theme
 Author:       Tim Calabro
 Author URI:   https://tvc.red
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* @import url("../twentyfifteen/style.css"); */

/* your theme customizations go below this line */

/* featured images full-width of content */

.post-thumbnail img {
        width: 100%;
        }

/* end featured image code */

/* footer info ("display: none;" removes footer box */

.site-info {
  padding: 5% 10%;
  display: none;
}

/* end footer info */

/* page & post title font */

.entry-title {
  font-size: 3.1rem;
  line-height: 1.1613;
}

/* end title font */

.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 10% 0;
		padding: 0 10%;
	}
