@charset "UTF-8";
body {background-image: url("../images/back1.png");
font-size: 15px;color: #000000;}
.container  {margin:0 auto;padding-left: 0px;padding-right: 0px;}
.container-fluid  {margin:0 auto;}

/* HEADER START */
.container-header  {width: 100%;padding-top: 0px;background-color: #112B55;}
.container-header img {margin-left: auto;margin-right: auto;}
.header1 {display: block;}  
.header1-small {display: none;}
/* HEADER END */

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

.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;}

.pad  {padding: 0px 0px 0px 0px;}

h1  {font-size: 26px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;margin-bottom: 15px;}
h2  {font-size: 20px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;}
h5  {font-size: 18px;font-weight: bold;color: #143F6A;}
.services	{padding: 30px 0px 0px 0px;}

.bg-blue  {background-color: #112B55;color: #ffffff;}
.bg-gray201  {background-color: #E1E2E3;}
.bg-gray202  {background-color: #9EA1A4;}
.bg-gray203  {background-color: #898C8F;}

.phone  {font-size: 26px;color: #E31601;font-weight: bold;}
.large1  {font-size: 14px;font-weight: bold;color: #143F6A;}

.foot1  {font-size: 12px;padding: 10px 0px 0px 0px;}

.img-center {margin-left: auto;margin-right: auto;}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.5;
      }

.blox {
	text-align: center;
	align-self: flex-start;
}
	  
.contact1  {font-size: 32px;text-align: center;color: #143F6A;}
.contact2  {font-size: 18px;text-align: center;font-weight: bold;}
.contact3  {font-size: 16px;text-align: center;font-weight: bold;}
.contact4  {font-size: 18px;text-align: center;color: #E90000;}
.contact5  {font-size: 18px;text-align: center;color: #E90000;font-weight: bold;}
.ad  {font-size: 22px;text-align: center;color: #E90000;margin-top: 15px;margin-bottom: 15px;}
.thank  {font-size: 20px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;margin-bottom: 15px;margin-top: 15px;}
.links  {font-size: 17px;font-weight: bold;color: #e90000;}
.title1  {font-size: 15px;font-weight: bold;color: #e90000;}
.title2  {font-size: 15px;font-weight: bold;color: #e90000;text-align: center;}
.title3  {font-size: 15px;font-weight: bold;color: #ffffff;text-align: center;}
.title4  {font-size: 17px;font-weight: bold;text-align: center;}
.title5  {font-size: 17px;font-weight: bold;color: #143F6A;text-align: center;margin-top: 15px;margin-bottom: 15px;}
.indent1  {padding: 0px 0px 0px 25px;}
.indent2  {color: #112B55;font-weight: bold;}
.right  {text-align: right;font-size: 13px;font-weight: bold;}
.italic  {font-style: italic;font-weight: bold;}



/* form styles */

input[type=text] {
    width: 95%;
    max-width: 450px;
    border-radius: 5px;
}

select {
    width: 95%;
    max-width: 475px;
    border-radius: 5px;
}

#request select {
    width: 95%;
    max-width: 225px;
    border-radius: 5px;
}

textarea {
    width: 95%;
    max-width: 450px;
    border-radius: 5px;
}

input[type=submit] {
    background-color: #006da7;
    color: #fff;
    border-width: 1px;
    border-radius: 5px;
    height: 30px;
    max-width: 450px;
    width: 95%;
    font-weight: bold;
    text-align: center;
}




@media only screen and (max-width: 520px) {
	.header1 {display: none;}  
	.header1-small {display: block;}
.indent1  {padding: 0px 0px 0px 15px}
h1  {font-size: 18px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;margin-bottom: 15px;}
h2  {font-size: 16px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;}
.thank  {font-size: 15px;font-weight: bold;text-align: center;font-family: Helvetica;color: #143F6A;margin-bottom: 15px;margin-top: 15px;}
.title5  {font-size: 16px;font-weight: bold;color: #143F6A;text-align: center;margin-top: 15px;margin-bottom: 15px;}	
	}