html {
	background-color: black;
}

@media only screen and (min-width:1200px) {
html .has-header-image.twentyseventeen-front-page .site-branding, 
html .has-header-video.twentyseventeen-front-page .site-branding, 
html .has-header-image.home.blog .site-branding, 
html .has-header-video.home.blog .site-branding {
    bottom: 0px;
    top: 0;
		margin-top: 50px;
	  margin-left: -140px;
}
}
@media only screen and (max-width:1199px){
html .has-header-image.twentyseventeen-front-page .site-branding, 
html .has-header-video.twentyseventeen-front-page .site-branding, 
html .has-header-image.home.blog .site-branding, 
html .has-header-video.home.blog .site-branding {
    bottom: 0px;
    top: 0;
		margin-top: 50px;
	  margin-left: 30px;
}
}
#colophon {
background: black;
}

@media only screen and (max-width:768px) {
    .custom-header,
    .has-header-image.twentyseventeen-front-page .custom-header
	{
        height: 400px;
			  margin-left: 0px;
    }
}
@media only screen and (max-width:480px) {
    .custom-header,
    .has-header-image.twentyseventeen-front-page .custom-header
	{
        height: 200px;
				margin-left: 0px;
    }
}
@media screen and (max-width: 480px) {
.custom-header{
    background: URL(https://emission.global/wp-content/uploads/2018/04/Header_Image_1-300x169.jpg);
    background-size: 100% 100%;
}}
@media screen and (max-width: 768px) {
.custom-header{
    background: URL(https://emission.global/wp-content/uploads/2018/04/Header_Image_1-300x169.jpg);
    background-size: 100% 100%;
}}
@media screen and (max-width: 480px) {

    .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 {
        height: auto;
        left: 0;
        max-width: 100%;
        min-height: 0;
        -o-object-fit: unset;
        object-fit: unset;
        position: relative;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

#wp-custom-header-video-button {
    display: none;
}
/* Footer 1 content */
@media screen and (min-width: 48em) {
.site-footer .widget-column.footer-widget-1 {
    /* float: left; */
    width: 47%;
 }
}

/* Footer 2 content */
@media screen and (min-width: 48em) {
.site-footer .widget-column.footer-widget-2 {
    /* float: right; */
    width: 47%;
 }
}
.wrap {
	/* margin-left: auto; */
	/* margin-right: auto; */
	max-width: 1000px;
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1000px;
		/* padding-left: 3em; */
		/* padding-right: 3em; */
	}
}
 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	max-width: 1000px;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap
	{
		max-width: 1000px;
	}
}
.navigation-top a {
 font-size: 100%;
}
@media (min-width: 760px) {
.navigation-top {
position: absolute;

width: 100%;
height: 82px;
}
}
.generate-merged-header .site-header {
    background-color: black;
}