/*
Template: twentysixteen

Theme Name: Deer Trails Child
Theme URI: 
Author: S. Kiviloo
Author URI: oolivik.com
Version: 1.0
Description: An artist's theme for Deer Trails Studio, Gabriola, BC
*/

@import url("../twentysixteen/style.css");

.site-header-main{ /*banner bar*/
   background: #493320;
   padding: 10px 30px;
   margin: 0px;
}

.site-header{ /*whole header area*/
   padding: 0px;
}

.site-branding .site-title a{ /*site name in header*/
   color: #fff;
   font-size: 1em; 
}

.site-description{ /*tagline*/
   color: #fff;
   text-align: center;
   padding: 20px;
}

.main-navigation a{ /*nav bar*/
   text-align: left;
   color: #fff;
   padding: 40px 30px 0px 0px;
}

.site-inner{ /*empty bar below header*/
   background: #66110b;
}

.site-content{ /*main body area*/
   background: #f7f3f0;
   padding: 30px;
}

.entry-title, .site-title{ /*page title*/
   text-align: left;
   padding: 0px 20px;
}

.site-main .entry-content h2{ /*H2 headings*/
   color: #000;
   text-align: left;
   padding: 0px 20px;
}

.site-main .entry-content h3{ /*if I need H3*/
   color: #000;
   text-align: left;
}

.site-main .entry-content p{ /*content paragraphs*/
   color: #000;
   background: #f7f3f0;
   padding: 0px 20px;
}

.widget .widget-title{ /*widget headings*/
   color: #493320;
   text-align: left;
}

.widget{
   border-top: 4px solid #493320; /*widget body areas*/
}

.gallery-icon img{ /*widget images*/
   border: 1px solid black;
}

.blocks-gallery-grid{ /*full gallery if I use one*/
   background: #ccb5a5;
   padding: 30px;
}

.wp-block-image img{ /*individual images*/
   border: 2px solid black;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{ /*slideshow gallery images*/
   border: 1px solid black;
}

.site-info a{ /*footer text*/
   color: #fff;
}

.site-footer { /*footer bar*/
   background: #493320;
   padding: 40px;
}

