/* 
 Theme Name:   Child_of_2016
 Theme URI:    http://wordpress.org/themes/twentysixteen
 Description:  Twenty Sixteen Child Theme
 Author:       Ron Brown
 Author URI:   https://solidworks.me
 Template:     twentysixteen
 Version:      1.0.0
*/


.header-image {
	margin-top:  0px;
	margin-left: -75px;
	margin-right: -75px;
	margin-bottom: 0px;
}

.site-header-main {
	padding-top: 0px;
	max-width: 100%;
	display: inline;
}


/* add to end of style.css */

/* Make Twenty Sixteen full width header */

.site-content,
.site-footer,
.site-header-main {
	max-width: 100%;
	margin: 0 auto;
}
.site-inner {
	max-width: 100%;
}

.site-header-menu{
	border: none;
	margin: 0;
	margin-left: -75px;
	margin-right: -75px;
	padding-top: 0;
	background-color: #0f5473;
}

.site-header {
	padding-top: 0px;
	margin-top:  0px;
	border-top: 0px;
	/*background-color: blue;*/
	height: auto;
	width: 100%;

}


@media screen and (min-width: 44.375em) {
	.site {
	    margin: 0;
		padding: 0;
		border:0;
	}


	body:not(.custom-background-image):before, body:not(.custom-background-image):after {
		height: 0;
	}
}

/* hides page titles */
.entry-title {
       display:none;
}


/* hides borders & space at top of SiteOrigin cells */
.widget {
	border-top: none;
	margin-bottom: 0;
	padding-top: 0;
}

.panel-grid-cell {
padding: 0px 25px 0px !important; /* Adjust the number on this row as desired */
border: none;
margin: none;
}

#masthead {
	height: auto;
}



.main-navigation {
background-color: #0f5473;
padding: 0px;
margin: 0px;
margin-left: 100px;

}

.main-navigation a:hover,
.main-navigation a:focus {
	color: gray;
}
.main-navigation a {
	color: white;
}
.rons-site-tagline {
text-align: center;
}

.site-branding {
		position:absolute;
		top: .25%;
		left: 15%;

}


.site-title {
text-align: center;

}
.site-branding .site-title a {
	color: #fff;

}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: gray;

}









