.md-header,
.md-tabs {
	background-color: #161616; 
}
.md-header__topic {
  display: none;
}
.hb-button {
	color: #FFFFFF !important;
	position: relative;
	top: 40px;
	border: solid #767676;
	border-radius: 7px;
	background-color: #767676;
	padding: 13px 17px;
	transition: background-color 0.5s !important;
	margin-right: 1%;
}
.hb-button:hover {
	background-color: transparent;
}
.hb-button-secondary {
	background-color: transparent;
	color: #E0E0E0 !important;
}
.hb-button-secondary:hover {
	background-color: #767676;
}
.welcomeheader {
	font-family: Roboto !important;
	font-weight: bold !important;
	font-size: 60px !important;
	margin-bottom: 50px !important;
}

.md-nav--primary .md-nav__title[for=__drawer] {
	background-color: #161616;
}

/* Phone Config */
@media (max-width: 780px) {
	.hb-button {
		position: static;
		margin-top: 20px;
		display: block;
	}
	.hb-button-secondary {
		margin-top: 10px;
	}
	.welcomeheader {
		margin-bottom: 25px !important;
	}
}