@charset "UTF-8";
body {font-size: 13px;color: #000000;background-image: url("../images/back1.png");}

.container  {margin:0 auto;}
.container-fluid  {margin:0 auto;padding-left: 0px;padding-right: 0px;background: #0F4C5B;}

a:link {color:#06ffff;}      /* unvisited link */
a:visited {color:#06ffff;}  /* visited link */
a:hover {color:#06ffff;}  /* mouse over link */
a:active {color:#06ffff;}  /* selected link */ 

/* background colors */
.bggray  {background-color: #E1E2E3;}
.bgwhite  {background-color: #ffffff;}
.bggreen  {background-color: #0F4C5B;}
.bggreen2  {background-color: #48848c;}
.bggreen3  {background-color: #146d7e;}

/* HEADER WITH PICTURES LARGE AND SMALL */
	.header1 {display: block;margin-left: auto;margin-right: auto;}  
	.header1-small {display: none;margin-left: auto;margin-right: auto;}

footer  {background-color: #0F4C5B;}
	
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 
/* CHANGE BORDER TO 0 AND FIX BACKGROUND COLOR OR REMOVE BACKGROUND COLOR WHEN DONE */ 
{padding: 2px 15px 2px 15px;border: 0px solid #ddd;}
		
h1  {font-size: 28px;text-align: center;color: #ffffff;margin-top: 8px;margin-bottom: 15px;font-family: Times New Roman;}
		
.img-displayed {display: block;margin-left: auto; margin-right: auto;} 
img.shadow {box-shadow: 8px 8px 10px #aaa;}

.white  {color: #ffffff;}
.phone  {font-size: 32px;font-weight: bold;color: #ffffff;margin-top: 7px;}
.green  {font-weight: bold;color: #06ffff;margin-top: 9px;}
.green2  {font-size: 11px;color: #ffffff;margin-top: 9px;}
.green3  {font-size: 14px;text-align: center;font-weight: bold;color: #ffffff;margin-top: 9px;}
.city {font-size: 9px;font-weight: bold;font-style: normal;text-align: center;color: #ffffff;}
.size-color  {font-size: 12px;color: #ffffff;margin-top: 7px;}

.contact1  {font-size: 24px;font-weight: bold;text-align: center;color: #0F4C5B;}
.contact2  {font-size: 18px;text-align: center;}
.center  {font-size: 18px;text-align: center;color: #0f4c5b;}
.large-c  {font-size: 17px;text-align: center;font-weight: bold;}
.large-c2  {font-size: 17px;text-align: center;list-style: inside;font-weight: bold;}
.large-c12  {font-size: 17px;text-align: center;list-style: inside;}
.large-c14  {font-size: 17px;list-style: inside;}
.title1  {font-size: 16px;font-weight: bold;}
.title2  {font-size: 15px;font-weight: bold;}
.title20  {font-size: 20px;font-weight: bold;color: #0F4C5B;}
.title11  {font-size: 16px;font-weight: bold;color: #0F4C5B;}
.gr  {color: #0f4c5b;font-size: 14px;font-weight: bold;}
.gr1  {color: #0f4c5b;font-size: 16px;font-weight: bold;}
.gr2  {color: #0f4c5b;font-size: 24px;font-weight: bold;text-align: center;font-family: Times New Roman;}
.white1  {color: #ffffff;font-size: 16px;font-weight: bold;}

.indent1  {padding: 0px 0px 0px 25px;}
.right  {text-align: right;}
.center1	{font-size: 17px;text-align: center;color: #0F4C5B;}
.center2	{font-size: 13px;text-align: center;color: #0F4C5B;}
.center3	{font-size: 18px;font-style: italic;text-align: center;color: #0F4C5B;}
.center4	{font-size: 15px;text-align: center;font-weight: bold;}
.center5	{font-size: 13px;text-align: center;}

.center44	{font-size: 17px;text-align: center;font-weight: bold;}
.center55	{font-size: 15px;text-align: center;}

.title5	{font-family: Verdana;color: #0F4C5B;text-align: center;margin-top: 5px;margin-bottom: 5px;font-size: 18px;}
.title6	{font-family: Verdana;color: #0f4c5b;text-align: center;margin-top: 5px;margin-bottom: 5px;font-size: 14px;}

.notes  {font-size: 15px;}


/* fading boxes on home page start */
.blox {
	text-align: center;
	align-self: flex-start;
}

.blox .img-rounded:hover,
.blox .img-rounded:focus {
	transition: 0.8s;
	opacity: 0.45;
}

.img-rounded {
	border-radius: 8px;
	margin-bottom: 15px;
	border: 2px solid #0f4c5b;
}
/* fading boxes on home page end */





@media only screen and (max-width: 520px) {
	.header1 {display: none;margin-left: auto;margin-right: auto;}  
	.header1-small {display: block;margin-left: auto;margin-right: auto;}
	
	.row-eq-height {display: block;width: 100%;}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 
/* CHANGE BORDER TO 0 AND FIX BACKGROUND COLOR OR REMOVE BACKGROUND COLOR WHEN DONE */ 
{padding: 2px 10px 2px 10px;border: 0px solid #ddd;}
	}