.app-content.content{
	
}

.homeContainer{
	height:100%;
	
}

.home-page-container {
	overflow-y:scroll;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 0px;
	width: 120px;
	border:0;
	width:100%;
	height:100%;
	background-image: url('../images/chat_background.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.homePageHolder{
	margin: 25% auto;
	opacity: 0.8;
}

.home-back-img {
	width:auto;
	height:auto;
	text-align:center;
}

.home-back-img img{
	margin:auto auto;
	width: 120px;
}

.home-info{
	color:#808080;
	margin-top: 25px;
}
.home-info h1{
	color:#808080;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	line-height:20px;
}

.home-info p {
    color: #4379b6;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

@media (min-width: 320px) {

}

@media (min-width: 576px) {
	.home-back-img img{
		width: 140px;
	}
	.homePageHolder{
		margin: 25% auto;
	}
}

@media (min-width: 768px) {	
	.home-back-img img{
		width: 160px;
	}
}

@media (min-width: 992px) {
	.home-back-img img{
		width: 180px;
	}
	.homePageHolder{
		margin: 10% auto;
	}
}

@media (min-width: 1144px) {

}

@media (min-width: 1200px) {
	.home-back-img img{
		width: 190px;
	}

}

	
	

