

/* --------------------- Home Box ----------------------- */

div.container-fluid.homebox
{
background-color: #084454 !important;/* 000 */
	color: #b64300;
	padding-top: 50px;
	padding-bottom: 50px;
	/* width: 40%; */
	text-align: center;
}


/*.custom-homebox1,*/
.custom-homebox2,
.custom-homebox3,
/*.newsflash-homebox1,*/
.moduletable-homebox1
{
border: solid 10px #b5bf9a ;/* FF0004 */
	border-radius: 50px;
	padding: 30px;
	background-color: #fce0b0; /* #CA0018 */
	min-height: 480px;/* 400px 420px*/ /* 20180418 440 */
	margin-bottom: 30px;
}

.moduletable-homebox1 h3,
/*.custom-homebox1 h3,*/
.custom-homebox2 h3
{
border-bottom: solid 3px #b5bf9a ;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-bottom: 40px !important;
}

/*.custom-homebox1*/
.newsflash-homebox1
{
font-family: 'Limelight', cursive;/**/
    /*font-family: 'Abril Fatface', cursive;*/
	font-size: 24px;
}
.custom-homebox1 h3
{
font-family: 'Merriweather Sans', sans-serif;
}

.custom-homebox2
{
text-align: left;
}
.custom-homebox2 h3
{
text-align: center;
}

.custom-homebox3 a
{
color: #084454 !important;
}

@media (max-width: 768px) 
{
html body div#map div.container-fluid.homebox div.container.homebox div.row div 
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 400px;
}
	}

