/*
 Theme Name:   ResponsiveBlogily Child
 Theme URI:    
 Description:  ResponsiveBlogily Child Theme
 Author:       Kurt Blom
 Author URI:   
 Template:     responsiveblogily
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/

/* 

-------------------------------------------------------------- */
p.site-description { color: #808080; }
h2.white { color: #ffffff; }
h1.center, h2.center, h3.center { text-align: center; }
h1, h2, h3, h4, h5, h6 {
    font-family: 'lato', lato, 'helvetica neue', helvetica, arial, sans-serif !important;
}
@media (min-width: 40em) {

	footer div.container {
	  display: grid;
	  grid-gap: 10px;
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-auto-columns: 1fr;
	  grid-auto-rows: 100px;

	  padding: 5px;
	  margin-bottom: 25px;
	}

	footer div.container > div {
	  grid-row: 1; /* keeps all items on the first row */
	}
	
}