header#basic-header {
	display: flex;
	flex-direction: column;
	background: url(../../../assets/img/home-top.png) 0px -90px;
	min-height: 150px;
	justify-content: center;
}

#basic-header div {display: flex;}

#basic-header .row {
	flex-direction: row;
}

#basic-header .center {
	justify-content: center;
	align-items: center;
}

#basic-header .site-title {
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: rgb(208, 32, 44);
}

#basic-header .site-motto {
	font-size: 44px;
	color: #3f51b5;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-align: center;
}

#basic-header .branding-background {
	background-color: transparent;
	background-image: radial-gradient(#81D5FA 40%, transparent 70%);
}

#basic-header .small-branding {
	width: 400px;
}
