/*wip*/

.wip .navbar-area.navbar-nine {
	position: static;
	height: 100vh;
}

.wip .navbar-brand {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

.wip .navbar-brand .logo-text {
	margin: 0;
}

.wip .navbar-brand .logo {
	height: 145px;
	margin-bottom: 20px;
}

.wip .navbar-brand .logo-text {
	height: 45px;
}

.wip .navbar-brand span:not(.email) {
    padding-top: 35px;
	color: white;
}

.wip .navbar-brand p {
    padding-top: 35px;
	color: white;
}

.wip .email {
    padding-top: 8px;
    font-size: 16px;
	color: white;
}

.wip .sendmail {
	color: white;
}

.wip .sendmail:hover {
	text-decoration:underline;
}