 /*
 Theme Name: twentyseventeen child
 Description: Custom theme using the parent theme Twenty Seventeen.
 Author: [You]
 Author URI: [Your URL]
 Template: twentyseventeen
 Version: 1
 */

.custom-header {
	background-color:black;
}

.navigation-top {
	background-color: black;
  border-bottom: 3px solid black;
	border-top: 3px solid #fad326;
}

.navigation-top a {
	color: white;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #fad326;
}


@media screen and (min-width: 30em) {
	.site-branding {
    padding: 2em 0;
}
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 1.875rem;	
}


.menu-toggle:focus {
    outline: none;
}

a:focus {
    outline: none!important;
}



@media screen and (min-width: 30em) {
	
.page-one-column .panel-content .wrap {
	max-width: 1000px;
	padding-top: 50px
}	
	
}


@media screen and (min-width: 48em) {
	.panel-image {
		max-height: 300px;
	}
}


@media screen and (max-width: 767px) {
	
	.menu-toggle{
		color: #fad326;
	}
	
	.navigation-top a {
    color: black;
	}
	
	:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
		background: transparent;
	}
	
	.site-branding {
		margin-left: 9%;
    margin-right: 9%;
	}
	
	.panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 1.75em;
}
	
	.custom-header .custom-header-right {
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) {

	.custom-header .custom-header-right-mobile {
		display: none;
	}
	
	
	
}



