@media (min-width: 768px) {
	.logged-in header#wrapper-navbar {
		top: 32px;
	}
}

body.logged-in .custom-msg {
	margin-top: 82px;
}

body:not(.home) .first-p {
	display: none;
}

body:not(.home) .first-p .custom-msg {
	margin-top: 0;
	margin-bottom: 20px;
}

header#wrapper-navbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

body:not(.has-site-msg) header#wrapper-navbar {
	position: initial;
}

body .custom-msg {
	margin-top: 70px;
}

@media (max-width: 768px) {
	.logged-in header#wrapper-navbar {
		top: 48px;
	}

	body .custom-msg {
		margin-top: 70px;
	}
}
