/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://trainingcover.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Tajinder
 Author URI:   http://trainingcover.com
 Template:     twentysixteen
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-sixteen-child
*/
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
     height: 0px; 
    left: 0;
     position: relative; 
    width: 100%;
    z-index: 0;
}
body
{
background-color: #fff;
}
.site-header{
  padding: 0;
    width: 100%;
    z-index: 111;
     
}
.site-main{
  margin-bottom: 0;
}
.site
{
  margin: 0;
  background:url() 
}
.site-inner{
  max-width:100%;
}
.site-content{
  padding: 0;
  
}
.content-area
{
  width: 100%;
}

.banner_table{
  display: table;
  width: 100%;
  height: 100%;
}
.banner_table h1{
  font-size: 25px;
  margin-top: 25px;
}
.banner_table_cell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
