/*
Theme Name: Twentyseventeen Child
Theme URI: 
Description: 
Author:
Template: twentyseventeen
Version: 0.1.0
*/

body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .wrap{
	max-width: 1000px;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}

.navigation-top{
    z-index: 9999;
	background: transparent;
    border-bottom: 1px solid transparent;
}
@media screen and (min-width: 48em){
    .navigation-top {
        top: 0;
        bottom: auto;
    }
    
}
@media screen and (min-width: 48em){
	.main-navigation > div > ul {
		float: right;
		width: auto;
	}
}
.has-header-image .custom-header-media img, 
.has-header-video .custom-header-media video, 
.has-header-video .custom-header-media iframe, 
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img{
    width:50%;
    min-width: 50vw;
}


div.custom-header-media{
	background: linear-gradient(135deg, #9a967b, #9a967b 30%, #222824);

}
	
.site-branding .wrap{
    margin-left: auto;
    margin-right:0;
    max-width: 50%;
}



.site-branding a:hover, 
.site-branding a:focus {
    opacity: 1;
}
.custom-logo-link{
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em){
    .has-header-image.twentyseventeen-front-page .site-branding, 
    .has-header-video.twentyseventeen-front-page .site-branding, 
    .has-header-image.home.blog .site-branding, 
    .has-header-video.home.blog .site-branding {
        top: 40%;
        bottom:auto;
        display: block;
    }
}


body:not(.title-tagline-hidden) .site-branding-text {
    display: block;
    text-align: center;
}

body.has-header-image .site-title, 
body.has-header-video .site-title, 
body.has-header-image .site-title a, 
body.has-header-video .site-title a{
    color: gray;
}

body.has-header-image .site-title{
    margin: 25px 0;
}
body.has-header-image .site-description, 
body.has-header-video .site-description{
    color: gray;
    
}



@media screen and (max-width: 800px){
    .site-branding .wrap{
       max-width:1000px; 
    }
    
    .has-header-image .custom-header-media img, 
    .has-header-video .custom-header-media video, 
    .has-header-video .custom-header-media iframe, 
    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img{
        width: 100%;
        min-width: 100vw;
    }
    body.has-header-image .site-description, 
    body.has-header-video .site-description{
        color: white;
    
    }
    body.has-header-image .site-title, 
    body.has-header-video .site-title, 
    body.has-header-image .site-title a, 
    body.has-header-video .site-title a{
        color: white;
    }
}

body.page-template-template-full-width #content #primary .entry-header{
	display:none;
}