/*

   Title: Header
   Author: QBIT
   Date: 16/06/2024

   File path: ../../../../uploads/

*/

/* Header styles */
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #333;
	z-index: 999;
}

header .main {
	position: relative;
}

.logo {
	width: 90px;
	height: 40px;
	background: url('../../../../uploads/svg/logo.svg') left top / 90px no-repeat;
	text-indent: -9999px;
	display: block;
}

/* Media queries */
@media (max-width: 64em) {

	/* Header styles */
	.logo {
		width: 80px;
		height: 35px;
		background-size: 80px;
	}
}