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

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

        .container {
            /*max-width: 1200px;*/
            margin: 0 auto;
			text-align:center;
        }
		
		.topheader
		{
			height:150px;
			background:#330000;
			padding: 20px 20px 40px;
		}
		
		.topinfo
		{
		width:300px;
		height:100px;
		float:right;
		color:white;
		text-align:left;
		}
		
		.topinfo img 
		{
		width:50px;
		height:50px;
		float:left;
		margin-right:10px;
		}

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

        .logo {
            float: left;
            width: 333px;
            height: 111px;
			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/pinoybasureroteam.jpg");
            background-size: cover;
            background-position: center;
            height: 500px;
            text-align: center;
			padding: 0px 8px;
        }

        .banner h1 {
            font-size: 57px;
            color: darkred;
            padding-top: 280px;
			text-shadow:3px 3px white;
			font-weight:900;
        }

        .banner p {
            font-size: 28px;
            color: #7FFF00;
			text-shadow:1px 1px #006400;
			font-weight:900;
			background-color: rgba(0, 0, 0, 0.4);
        }

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

        .banner button:hover {
            background-color: brown;
        }
		
		.textcontainer
		{
			margin:0px 0px 20px;
			padding:0px 10%;
			text-align:center;
		}
		
		.textcontainer p
		{
			text-align:center;
			margin:0px 0px 15px;
			width:80%;
			display:inline-block;
		}
		
		.ac-textblock p 
		{
			text-align:left;
		}
		
		.textcontainer ul, .textcontainer ol, .services ul
		{
			text-align:left;
			margin: 0px;
			width:80%;
			display:inline-block;
		}
		
		.textcontainer ul li, .textcontainer ol li, .services ul li
		{
		margin-bottom:8px;
		}
		
		
		.compprofile
		{
			padding:15px; 
			margin:10px; 
			font-size:20px; 
			background-color:darkred; 
			color:white;
			display:inline-block;
			text-align:center;
			border-radius: 25px;
			text-decoration:none;
		}

        .services {
            padding: 20px;
            text-align: center;
			width:80%;
			display:inline-block;

        }

        .services h2, .textcontainer h2  {
            font-size: 36px;
            color: darkred;
            margin-bottom: 20px;
			font-weight:900;
        }

        .services p {
            font-size: 18px;
            color: #333;
            margin-bottom: 25px;
			width:80%;
			display:inline-block;
        }
		
		.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: 300px;
			margin:0px;
        }

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

        .services .twocard p {
            font-size: 16px;
            color: #333;
            margin-top: 10px;
        }
		
		.services .card {
            display: inline-block;
            width: 300px;
            margin: 20px;
			padding: 0px 0px 25px;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
		
		.services .card a 
		{
		color:white;
		padding:10px;
		background:green;
		text-decoration:none;
		border-radius: 25px;
		}
		
		.services .card a:hover
		{
		background-color: #00cc00;
		}

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

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

        .services .card p {
            font-size: 16px;
            color: #333;
            margin: 10px 5px 20px;
			height:55px;
        }
		
		img.halfimg
		{
			width:47%;
			display: inline-table;
			cursor:pointer;
		}
		
		.footerboxcontainer {
            background-color: #6d0217;
            color: white;
            padding: 40px;
			text-align:center;
        }
		
		.footerbox {
            display: inline-table;
            width: 300px;
            height: 145px;
            margin: 0px 20px 10px;
            background-color: #93B925;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
			text-align: left;
			padding:20px;
			border-radius:10px;
		}

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

        .footer p {
            text-align: center;
            font-size: 16px;
        }
		
 /* Mobile-specific styles */
        @media only screen and (max-width: 768px) {
        
		
		.header
		{
		padding:10px 20px 70px;	
		}
		
		.banner
		{
		height:330px;	
		}
		
		.logo
		{
		width:100%;
		height:auto;
		float:none;
		padding:0px;
		}
		
		.topinfo img 
		{
		width:38px;
		height:auto;
		float:left;
		margin-right:4px;
		}
		
		img.halfimg
		{
			width:100%;
			display: inline-table;
			height:auto;
			
		}	
		
		.nav {
            list-style: none;
			text-align:center;
			width:100%;
        }

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

        .nav a {
            color: white;
            text-decoration: underline;
            font-size: 20px;
        }
		
		.services p 
		{
		width:100%;	
		}
		
		
		.services .card 
		{
			margin: 20px 0px;
		}
		
		.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;
        }
		
		.services .twocard p 
		{
		padding:10px;	
		}
			
		.twolist
		{
			width:100%;
			padding:10px;
			display: inline-table;
		}
		
		.banner h1 {
            font-size: 44px;
            padding-top: 50px;
        }
	    
		.banner p {
            font-size: 20px;
            margin-top: 20px;
        }
		/*MOBILE NAVIGATION*/
		/* Reset default list styles */
		ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.topinfo
		{
		width:57%;
		height:57%;		
		font-size:80%;
		padding:5px;
		}
		
		.contact
		{
		width:43%;
		height:43%;
		float:left;
		}
		
		.topheader
		{
		height:fit-content;	
		padding:20px 20px 65px;
		}
		
		.mobilenavimg
		{
		display:block;	
		background-color: #6d0217;
		width:90%;
		text-align:left;
		}

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

		.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;
			/*width:100%;*/
		}

		.mobile-nav a:hover {
			color: #56ED4C; /* Change to your desired hover color */
		}

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

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

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

		.dropdown-content a {
			color: #fff;
			text-decoration: none;
			display:block;
		}
		
		.facebookicon {
			display:block;
			float:right;
		}
						
										
										}