div#header{background: #E04E27; padding: 1em; margin-top: 0; position: relative; z-index: 2}
div#header>.inner{width:98%; display: flex; justify-content: space-between; align-items: center; margin: auto;}
div#header .inner .img-logo{width: 16%;}
div#header .inner .img-logo img{width: 100%}
div#header button{background: #DDDB00; color: white; border:none; border-radius: 1em; padding: 0.5rem; cursor: pointer; margin-left: 100px; font-weight: 600; font-family: 'Lato'; text-transform: uppercase;}
div#header button:hover{text-shadow: 6px 6px 12px #fff; transition:0.5s; }

@media (max-width: 768px){
	div#header> .inner{width: 90%; margin:auto;}
	div#header .inner .img-logo{width: 50%;}
	div#header button{font-size: 0.6em;}
	
}