
/*----------------------------------------------*/
/*				Page Specific					*/
/*----------------------------------------------*/


#welcome-message{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}

.support-buttons{
	display: block;
	width: 90%;
	max-width: 500px;
	margin: auto;
	margin-bottom: 15px;
	font-size: 20px;
}

.support-buttons img{
	margin-right: 10px;
	margin-left: 20px;
}

.support-hours-box{
	background-color: #13287e;
	margin: 10px;
	margin-top: 0px;
	padding: 50px 30px;
	border-radius: 20px;
}

.support-hours-box h4{
	color: white;
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
}

.support-hours-data{
	color: white;
	font-size: 16px;
	margin-top: 10px;
}
