/*
 Theme Name: Your Theme Name
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}


header#masthead.site-header {background:#f7be07;}



/*.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, 
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 100%;
    max-height:100%;
    text-align:center;
} */

@media screen and (min-width: 48em) {
	.custom-logo-link img {
		max-width: 500px;
	}
}

.custom-logo-link img {
    /* display: inline-block; */
    max-height: 114px;
    /* width: auto; */
}

div.wrap {margin-top: 20px!important;}
.site-content {padding:0!important;}

h2.widget-title {color:#f7be07;}

.main-navigation a { }

.main-navigation a:hover {}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
	border-bottom:solid 2px #f7be07;
}

.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #f7be07;
	}


h1.entry-title, h2.entry-title {border-left: solid 40px #f7be07;
padding-left: 0.25em;
text-transform: none !important;
font-size: 30px !important;letter-spacing: -0.0125em!important;}

header.entry-header 
{margin: 0.25em!important;}

.panel-content .entry-header {margin-bottom:2em!important;}

blockquote
{color: #666;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.7;
margin: 0;
overflow: hidden;
padding: 10px;
background:#f7be07;
}



div#content.site-content ul 
{
 margin-left: 1.8em;
 padding-left: 0;
 text-indent: 0em;}


div#content.site-content ul li{
	list-style-position:inside;
	list-style:square;
}




    
    

img {border-bottom:solid 12px #f7be07;}
.site-branding img {border-bottom:none!important;}

.site-footer .wrap
{padding-bottom: 1.5em;
padding-top: 2em;
}

.site-footer {background:url(images/footer.png) repeat-x top right!important;