
/* RESET BROWSER DEFAULTS*/

body 
{
	margin:  auto;
	padding: 0; 
	width: 1271px;
	height: auto;
	background-color: #f5efef;
}

/****HOME PAGE MAIN FORMATTING****/

.logo
{
	margin-top: 10px;
	width: 200px;
	height: 150px;
}

nav
{	
	margin-left: 350px;
	margin-right: 350px;
	height: auto;
	text-align: center;
	color: blue;
}

nav ul
{
	list-style: none;
}

nav li
{
	float: left;
}

nav a 
{
	text-align: center;
	font-family: optima; 
	font-size: 20px;
	color: blue;
	margin: auto;
	border-radius: 20px;
	padding: 8px;

}

nav a:hover 
{
	background-color: #0a1040;
	color: white;
}

nav .active 
{
	background-color: #0a1040;
	color: white;
}

#showcase 
{
	margin-top: 50px;
	padding: 60px;
	background-image: url(../Images/accountingbkgrnd13.jpeg);
	background-size: 100%;
	height:	400px;
	background-repeat: no-repeat;
}

#showcase span 
{
	padding: auto;
	text-align: center;
	font-family: arial black;
	font-size: 42px;
	color: #ffffff;
	text-transform: uppercase;
}

.svclabels p
{
	font-size: 40px;
	font-family: optima;
	color: white;
	font-weight: bold;
}

.homeicons img
{
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	width: 150px;
	height: 150px;
}

iframe 
{
	margin-top: 30px;
}

footer 
{
	margin-top: 80px;
	background-color: #f5efef;
	font-size: 15px;
	font-family: optima;
	line-height: 8px;
	color: #1f222b;
}

.socialmediaimgs img
 {
 	margin-top: 20px;
	width: 80px;
	height: 80px;
}

.mailto
{
	text-align: center;
}

/********ABOUT**********/

#aboutcontainer 
{
	margin-top: 50px;
	height: auto;
	background-color: #1f222b;
	font-family: optima;
	color: #ffffff;
}


#aboutcontainer h1
{
	padding: 8px;
	font-size: 42px;
	font-weight: bold;
}

#aboutcontainer p
{
	text-indent: 20px;
	font-style: italic;
}

/*******SERVICES*****************/

.servicesbackground
{	
	margin-top: 50px;
	padding-bottom: 2px;
	height: auto;
	background-color: #1f222b;
}
.servicestable 
{
	margin: 50px;
	padding: 10px;
	font-family: optima;
	background-color: #636366;
	color: #f5efef;
	text-align: center;
}
.servicestable th
{
	padding: 15px;
}

.checkcolor 
{
	color: #4eff00;
}

.button
{
	margin: 10px;
	background-color: #1f222b;
	color: white;
	border-radius: 20px;
	width: 150px;
	height: 35px;
	font-family: optima;
	font-size: 20px;
}

/**********TESTIMONIALS******/

#testcontainer
{
	margin-top: 50px;
	height: auto;
	background-color: #1f222b;
	font-family: optima;
	color: #ffffff;
}



/**********CONTACT ME*********/

#Contactme
{
	box-shadow: 12px 20px #1f222b;
	margin: 50px;
	width: 1080px;
	height: 500px;

	background-image: url(../Images/accountingbkgrnd9.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.ContactForm 
{
	margin: auto;
	padding: 20px;
	font-family: optima;
	font-size: 24px;
	color: #ffffff;
	text-align: justify left;
}

.ContactForm input
{
	margin: 20px;
}
.ContactForm textarea 
{
}

#Contactme h1
{
	padding-top: 40px;
	font-family: optima;
	color: #ffffff;
}

#Contactme .button
{
	margin-top: 20px;
	background-color: #1f222b;
}

/******THANK YOU****/

#thumbsup h1
{
	font-family: optima;
	font-size: 60px;
	color: blue;
}

#thumbsup p
{
	font-family: optima;
	font-size: 24px;
	color: #1f222b;
}	

/*font color for ETA on Thank you page*/
#thumbsup span
{
	color: red;
}



