.header-bottom-container {
	background-color: rgba(65,65,65,1.0);
	width: 100%;
	overflow: auto;
}
.header-bottom-container:hover {
	background-color: rgba(70,70,70,1.0);
}
.header-bottom {
	display: table;
	float: center;
	margin: auto;
	margin-top: 15px;
}
.header-bottom-content-left {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
.header-bottom-content-right {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 50px;
}
.header-bottom-text-large {
	color: rgba(31,159,217,1.0);
	text-align: left;
	font-size: 36px;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 20px;
}
.header-bottom-text-medium {
	color: rgba(255,255,255,0.7);
	text-align: left;
	font-size: 18px;
	font-weight: lighter;
}
.header-bottom-text-small {
	color: rgba(255,255,255,0.7);
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
}
.header-bottom-copyright-container {
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	float: left;
}
.header-bottom-copyright-text-small {
	color: rgba(255,255,255,0.3);
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
