#site-title a {
	color: #fff;
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: 700;
	margin-top: .5rem;
	padding: 25px;
	text-decoration: none;
}
#site-title span {
	background-color: #f54044;
	padding-right: 10px;
}

.home-container {
	padding-top: 300px;
}
.home-container h1 {
	padding-bottom: 25px;
}
.home-background {
	background-image: url('/images/wizards/hogswart.jpg');
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 750px;
	height: 100%;
	z-index: -1;
}
.home-background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
}
.home-url-field {
	margin: auto !important;
	width: 75% !important;
}
.home-button {
	background-color: #f54044 !important;
	border-color: #f54044 !important;
	color: white;
	padding: 5px;
	border-radius: 3px;
}
.home-button:hover {
	background-color: #c63437 !important;
	border-color: #c63437 !important;
}

.chat-window {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 200px;
}

.persona-image-container {
	position: relative;
	text-align: center;
}
.persona-image-poster {
	border-radius: 5px;
	width: 20%;
}

.persona-top-text {
	color: white;
	font-size: 30px;
	text-align: center;
}
.persona-bottom-text {
	color: white;
	font-size: 25px;
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
}

.loading-container {
	align-items: center;
	background-color: #000;
	color: #ffffff;
	display: flex;	
	flex-direction: column;		
	justify-content: center;
	margin: auto;
}
.loading-screen {
	color: #fff;
}
.loading-screen span {
	margin: auto !important;
}
.loader-styles {
	display: block;
	margin: auto;
}

@media screen and (max-width: 992px) {
	.persona-top-text {
		padding-top: 50px;
	}
	.persona-bottom-text {
		color: white;
		font-size: 22px;
		margin-left: 100px;
		margin-right: 100px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.persona-bottom-text {
		color: white;
		font-size: 20px;
		margin: auto;
		text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.persona-bottom-text {
		font-size: 18px;
	}
}
