#header_Wrapper{
	width: 95vw;
	max-width:1080px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
	background-image: none;
	background-color: var(--3rd_clr);
	color: var(--sec_clr);
	/*border-radius: 30px 30px 0px 0px;*/
	content: "Header";
}
@media screen and (max-width: 845px){
	#header_Wrapper{
		height:80px;
	}
}
@media only screen and (max-width:810px){
	#header_Wrapper{
		height:100px;
	}
}
@media only screen and (max-width:600px){
	#header_Wrapper{
		width:100vw;
		height:100px;
	}
}
@media only screen and (max-width:350px){
	#header_Wrapper{
		height:120px;
	}
}