    	html {
           background: #1C4469;
    		background-image: url('seamless2.png');
    		background-repeat: repeat;
		
    	}
	
    	body {
    		font-family: 'Poppins', sans-serif;
		
    		background: #fff;
    		background-image: url('seamless.png');
    		color: black;
    	}
	
    	.section {
	
    	}
	
    	.business-dark {
    			background: #1C4469;
    		 background-image: url('seamless2.png');

    		color: #fcfcfc;
    	}
	
    	a {
    		color: #1C4469;
    		font-weight: bold;
    	}
	
    	a:hover {
    		color: #000;

    	}
	
		
    	.business-blue {
    	  /*  background-color: #0073e6; /* Business blue */
    	  background: #1C4469;
    	    color: white;
    	    border: none;
    	}

    	.business-blue-button:hover {
    	    background-color: #007aff; /* Darker blue on hover */
    		color: #fff;
    	}
	
    	.navbar-item {
    	 color: white;	
    	}
	
    	.navbar-item:hover {
    	 color: #fff;
    	 background: inherit;	
    	}
	
    	.navbar-item:active,
    	.navbar-item:focus {
    		background: inherit;
    	}
	
    	.navbar-item:visited {
    		background: inherit;
    	}
	
    	.stock-image {
    		width:300px;
    		margin-left:1.2em;
    	}
	
    	.hero {
    		background: white;
    		color: black;
    	}
	
    	.footer {
     	   background-image: url('seamless.png');
    /* 	   opacity: .8;*/
    /*		border-bottom: 10px solid #666666;*/
    	}
	
    	.footer a:hover {
    		color: #000;
    	}
		
		.content {
			background: #fcfcfc;
			color: #171717;	
		}