body{
<!--	font: 40px/1.5 Arial, Helvetica,sans-serif;-->
	font: 2.5em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#ffffff; 
	}

	/*global*/

	.container{
	width:80%;		
	margin:auto;
	overflow:hidden;
	} 

	ul{
		margin:0;
		padding:0;
	}

	.transbox {
  			margin: 0px;
  			background-color: #ffffff;
  		        opacity: 0.6;
  			filter: alpha(opacity=60);
		}

	img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	.button_1{
	height:38px;
	background:e8491d;
	border:0;
	padding-left:20px;
	padding-right:20px;
	color:#ffffff;
	}

	/*header*/

	header{
		background:#ffffff; 
		color:#35424a;
		padding-top:30px;
		min-height:70px;

	}
		
	header a{
		color:#35424a;
		text-decoration:none;
		text-transform:uppercase;
		font-size:16px;
	}
	

	header li{
		float:left;
		display:inline;
		padding:0 20px 0 20px;
	}

	header #branding{
		float:left;
	}
	
	header #branding h1{
		margin:0;
	}	
 
	header nav{
		float:right;
		margin-top:30px;
	}
	
	header .highlight, header .current a{
		color:#e8491d;
		font-weight:bold;
		
	}

	header a:hover{
		color:#cccccc;
		font-weight:bold;
	}
	
	

	#showcase{
	min-height:700px;
	background:url('../img/tax.png') no-repeat;
	background:position:center;
        background-size:cover;
	position:relative;
	}

	#showcase h1{
	margin-top:100px;
	font-size:55px;
	margin-bottom:10px;
	}

	#showcase p{
	font-size:20px;
	}

/* About */
	
	#showcase{
	min-height:700px;
	background:url('../img/tax.png') no-repeat;
	background:position:center;
        background-size:cover;
	position:relative;
	}	
	

	#main-col h2{
	margin-top:100px;
	font-size:20px;
	margin-bottom:10px;
	color:#000000;
	}
	

	#main-col p{
	font-size:20px;
	color:#000000;
	}
	

	/*Services */

	#showcase{
	min-height:700px;
	background:url('../img/tax.png') no-repeat;
	background:position:center;
        background-size:cover;
	position:relative;
	}	
<!--	.blinking{
   	 animation:blinkingText 0.8s infinite;
	}
	@keyframes blinkingText{
   		 0%{     color: #000;    }
    		49%{    color: transparent; }
    		50%{    color: transparent; }
   		 99%{    color:transparent;  }
    		100%{   color: #000;    }
} -->

	#services{
		list-style: none;
		padding:20px;
		margin-bottom:5px;
		background:#e6e6e6;
	}

	#main-col h4{
	margin-top:10px;
	font-size:20px;
	margin-bottom:10px;
	color:#000000;
	}
	

 /* Contact */

	#showcase{
	min-height:700px;
	background:url('../img/tax.png') no-repeat;
	background:position:center;
        background-size:cover;
	position:relative;
	}

	#main-col h2{
	margin-top:10px;
	font-size:30px;
	text-align:center;
	margin-bottom:10px;
	}

	
	#main-col li{
	margin-top:10px;
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
<!--	color:#000000;-->
	}

	#main-col{
		list-style: none;
		padding:20px;
		margin-bottom:5px;
	<!--	background:#e6e6e6;-->

	}

	footer{
		padding:20px;
		margin-top;20px;
		color:#ffffff;
		background-color:#000000;
		text-align:center;
		font-size:10px;
	}
	








