
/* Customize header background */
#header .header-body {
    background-color: rgba(47, 49, 53, 1) !important;
}

/* Remove header bottom border */
#header .header-top {
	border-bottom: none !important;
}

.btn-multiline {
    display: inline-flex; /* Changed to inline-flex to hug content */
    align-items: center;
    text-align: left; /* Align text to the left */
    white-space: normal; /* Allow multiline text */
}

#header .header-logo h1 {
    font-size: 2.2em;
	font-weight: 300;
    line-height: 1.2em;
	position: relative;
    padding-top: 30px;
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
}