﻿/*Landing Page*/





.lblDeptTitle    /*  NOT used -  */
		{
			 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 24pt;
		     font-weight: bold;

		 /*    letter-spacing: 2px;  */
		     line-height: 25pt;
		 /*	 padding-bottom:10px;  */
		 	

			}
			
			
.lblDept     /*  Used instead of lblDeptTitle  */

		{
			 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 20pt;
		     font-weight: bold;
		     text-transform: uppercase;
		     letter-spacing: 2px;
		     line-height: 30px;
		 	padding-bottom:0px;
		 	
	/*	 	min-height:600px;  */
		}

			
.lblDeptDesc
		{
			 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 14px;
		     

		 /*    letter-spacing: 2px;  */
		     line-height: 16px;
		 /*	 padding-bottom:10px;  */
		 	

			}

.aDeptLink,  .aDeptLink:link, .aDeptLink:visited, .aDeptLink:active, .aDeptLink:focus 

{
 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 16px;
		     text-decoration:underline;

}

 .aDeptLink:hover {
                color: #000000;
                margin-left: 15px;
            }


  @media only screen and (min-width: 200px) and (max-width: 670px) 
    {
		.lblDeptTitle
		{
			 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 15pt;
		     font-weight: bold;
		     text-transform: uppercase;
		     line-height: 16pt;
		 	 margin-bottom:-15px;

			}
		
		
		.divDeptMission
		{
			 color: #ffffff;
		     font-family: 'roboto', sans-serif;
		     font-size: 10px;
		     padding:15px;
		     line-height: 15px;
		     min-height:inherit;
		    }
		    
		    
	  .btnsDeptLeft {
           
           margin-right: 8px;
            margin-left: 8px;

        }
		
  .btnsDeptRight {
           
           margin-left: 8px;
           margin-right: 8px;

        }		
        
        .aDeptLink,  .aDeptLink:link, .aDeptLink:visited, .aDeptLink:active, .aDeptLink:focus {


 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 16px;
		     text-decoration:underline;

}

 .aDeptLink:hover {
                color: #000000;
                margin-left: 15px;
            }

	


}

 @media only screen and (min-width: 375px) and (max-width: 812px) 
    {
		.lblDeptTitle
		{
			 color: #3a2f2c;
		     font-family: 'roboto', sans-serif;
		     font-size: 15pt;
		     font-weight: bold;
		     text-transform: uppercase;
		     line-height: 17pt;
		 	 margin-bottom:-15px;

			}
		
}






/*Landing Page*/