/* Demo CSS */

body {
	font-family: "Lato", sans-serif;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

.container {
	max-width: 980px;
}

.row.rowTop {
	margin-top: 20px;
}

.center-txt {
	text-align: center;
}

footer {
	color: #e22b2f;
}

.message-box {
	position: fixed;
	bottom: 50px;
	right: 50px;
	font-size: 28px;
	
	
	padding: 5px;
	z-index: 80000;
	height: 50px;
  	width: 50px;
  	text-align: center;
}

.message-box:hover {
	
}

.message-box > a,
.message-box > a:active,
.message-box > a:focus,
.message-box > a:hover {
	color: #fff;
}

.message-box > a .slack-message-count {
	position: absolute;
  	top: 0;
  	right: -5px;
	display: none;
}

@media screen and (max-width: 768px) {
	.message-box {
		bottom: 25px;
		right: 25px;
		font-size: 20px;
		height: 40px;
		width: 40px;
	}
}