/**
 Copyright (C) 2018-2020 KANOUN Salim
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Affero GNU General Public v.3 License as published by
 the Free Software Foundation;
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 Affero GNU General Public Public for more details.
 You should have received a copy of the Affero GNU General Public Public along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
header {
	height: 44px;
}

header #header-content {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 44px;
	background-color: #530b3e;
}

header #logo-gaelo {
	position: absolute;
	margin-top: 2px;
	height: 40px;
}

header #name-div {
	display: inline-block;
	padding: 3px 0 0 230px;
	font-size: 28px;
	font-family: SlaboRegular;
	color: #EDEFF3;
}