		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
        }

        .container {
            /*max-width: 1200px;*/
            margin: 0 auto;
        }

        .header {
            background-color: #003366;
            color: white;
            padding: 20px 20px 40px;
        }

        .logo {
            float: left;
            width: 200px;
            height: 80px;
			margin-bottom:10px;
			box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
		
		.mobilenavimg, .facebookicon
		{
			display:none;
		}

        .nav {
            float: right;
            list-style: none;
        }

        .nav li {
            display: inline-block;
            margin-left: 20px;
        }

        .nav a {
            color: white;
            text-decoration: none;
            font-size: 18px;
        }

        .nav a:hover, .nav a:active {
            color: #f0f0f0;
		    text-decoration: underline;
        }

        .banner {
            background-image: url("images/background.jpg");
            background-size: cover;
            background-position: center;
            height: 500px;
            text-align: center;
			padding: 0px 8px;
        }

        .banner h1 {
            font-size: 57px;
            color: white;
            padding-top: 200px;
        }

        .banner p {
            font-size: 24px;
            color: white;
            margin-top: 20px;
        }

        .banner button {
            background-color: #003366;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 20px;
            margin-top: 20px;
            cursor: pointer;
        }

        .banner button:hover {
            background-color: #00796b;
        }
		
		.textcontainer
		{
			margin:0px 0px 30px;
			padding:0px 10%;
		}
		
		.textcontainer p
		{
			text-align:center;
			margin:15px 0px;
		}
		
		.ac-textblock p 
		{
			text-align:left;
		}
		
		.textcontainer ul, .textcontainer ol 
		{
			text-align:left;
			margin-left: 23px;
		}
		
		.textcontainer ul li
		{
		margin-bottom:8px;
		}
		
		.compprofile
		{
			padding:15px; 
			margin:10px; 
			font-size:20px; 
			background-color:#003366; 
			color:white;
			display:block;
			text-align:center;
		}

        .services {
            padding: 40px;
            text-align: center;
        }

        .services h2, .textcontainer h2  {
            font-size: 36px;
            color: #003366;
            margin-bottom: 20px;
        }

        .services p {
            font-size: 18px;
            color: #333;
            margin-bottom: 40px;
        }
		
		.services img {
			width:100%;
			margin:10px;
		}
		
		.twolist
		{
			width:49%;
			padding:10px;
			display: inline-table;
		}

        .services .twocard {
            display: inline-table;
            width: 450px;
            height: 390px;
            margin: 20px;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .services .twocard img {
            width: 450px;
            height: 200px;
			margin:0px;
        }

        .services .twocard h3 {
            font-size: 45px;
            color: #003366;
            margin-top: 10px;
        }

        .services .twocard p {
            font-size: 16px;
            color: #333;
            margin-top: 10px;
        }
		
		.services .card {
            display: inline-block;
            width: 300px;
            height: 300px;
            margin: 20px;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .services .card img {
            width: 300px;
            height: 200px;
			margin:0px;
        }

        .services .card h3 {
            font-size: 24px;
            color: #003366;
            margin-top: 10px;
        }

        .services .card p {
            font-size: 16px;
            color: #333;
            margin-top: 10px;
        }
		
		img.halfimg
		{
			width:47%;
			display: inline-table;
			height:200px;
			
		}
		
		.footerboxcontainer {
            background-color: #006699;
            color: white;
            padding: 40px;
			text-align:center;
        }
		
		.footerbox {
            display: inline-table;
            width: 300px;
            height: 200px;
            margin: 0px 20px 10px;
            background-color: #000033;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
			text-align: left;
			padding:20px;
			border-radius: 25px;
		}

        .footer {
            background-color: #003366;
            color: white;
            padding: 20px;
        }

        .footer p {
            text-align: center;
            font-size: 16px;
        }
		
 /* Mobile-specific styles */
        @media only screen and (max-width: 768px) {
        
		
		.header
		{
		padding:20px 20px 73px;	
		}
		
		.banner
		{
		height:320px;	
		}
		
		.logo
		{
		width:100%;
		height:auto;
		float:none;
		padding:0px;
		}
		
		img.halfimg
		{
			width:100%;
			display: inline-table;
			height:auto;
			
		}	
		
		.nav {
            list-style: none;
			text-align:right;
			width:100%;
			background-color: lightslategray;
			border-radius: 15px;
        }

        .nav li {
            display: inline-block;
            margin: 0px;
        }

        .nav a {
            color: white;
            text-decoration: underline;
            font-size: 20px;
        }
		
		.services .twocard {
            display: inline-table;
            width: 100%;
            height: auto;
            margin: 10px;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
		
		.services .twocard img {
            width: 100%;
            height: auto;
			margin:0px;
        }
			
		.twolist
		{
			width:100%;
			padding:10px;
			display: inline-table;
		}
		
		.banner h1 {
            font-size: 47px;
            color: white;
            padding-top: 50px;
        }
	    
		.banner p {
            font-size: 20px;
            color: white;
            margin-top: 20px;
        }
		/*MOBILE NAVIGATION*/
		/* Reset default list styles */
		ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.mobilenavimg
		{
		display:block;	
		/*background-color: lightslategray;*/
		width:90%;
		text-align:right;
		}
		
		.facebookicon
		{
		display:block;	
		float:left;
		}

		/* Style the navigation menu */
		.mobile-nav {
			background-color: none;
			text-align: left;
			float:left;
			width:100%;
			height:40px;
		}

		.mobile-nav li {
			display: inline-block;
			/*margin-right: 20px;*/
			position: relative;
			width:100%;
			
		}

		.mobile-nav a {
			text-decoration: none;
			color: #fff;
			font-weight: bold;
			padding: 10px;
			transition: color 0.3s ease;
			
		}

		.mobile-nav a:hover {
			color: #003366; /* Change to your desired hover color */
		}
		
		.mobilenavimg {
			width:auto;
		}
		
		.facebookicon {
			width:auto;
			float:left;
		}

		/* Style the dropdown */
		.dropdown-content {
			display: none;
			position: relative;
			background-color: lightslategray;
			width: 100%;
			top: 100%;
			left: 0;
			border-radius: 15px;
		}

		.dropdown:hover .dropdown-content {
			display: block;
		}

		.dropdown-content li {
			padding: 10px 5px 5px 10px;
			border-top:1px solid white;
			width:100%;
			margin-top:5px;
		}

		.dropdown-content a {
			color: #fff;
			text-decoration: none;
			display:block;
			padding:5px;
		}
						
										
										}