.header{
	position: relative;
	width: 100%;
	height: 8rem;
	padding: 0 3rem 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(255, 122, 5, 0.8);
	button{
		background: transparent;
		font: 2rem $font1;
		color: #fff;
		cursor: pointer;
		i{
			width: 4.9rem;
			height: 4.9rem;
			border-radius: 50%;
			vertical-align: middle;
			display: inline-block;
			background: #ffcea5;
			margin-right: 1.5rem;
			img{
				margin-top: 25%;
			}
		}
	}
}