	* {
		margin:0;
		padding:0;
	}

	.container {
		width: 80%;
		margin: auto;

	}

	body {
		width: 80%;
		margin:auto;
		background-color: gray;
		background: url("../img/showcase3.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;


	}


	header {
		background-color: rgba(0,0,0,0);
		min-height: 100px;
		


	}

	header #logo{
		/*max-width: 249px;*/		
		margin-left: auto;
		margin-right: auto;

	}

	.bodyboxes{
		background-color: rgba(0,0,0,0.4);
		min-height: 100px;
		color:white;
		margin-top: 30px;
	}
	
	
	 .boxtext h1{
	 	margin-top: 20px;	 	
		text-align: center;
		font-size: 1em;
		text-transform: uppercase;
	}
	.boxtext p{
		text-align: center;
		font-size: 12px;
		padding: 3px;
	}

	.boxtext a{
		text-decoration: none;
		color:white;
	}

	.footbox{
		background-color: rgba(0,0,0,0.3);
		min-height: 150px;
		color:white;
		margin-top: 230px;
	}

	.foottext p{
		text-align: center;
		font-size: 12px;
		padding: 4px;
	}
	
	