* {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: -40px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 3em;
	color: #44c343;
	text-transform: uppercase;
}

h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
}

h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

p {
}

a {
	text-decoration: none;
	color: #0086ba;
}

a:hover {
	color: #44c343;
	text-decoration: underline;
}

a img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

a img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

ul {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

ol {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

li {
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

blockquote.testimonial {
	background-color: #0086ba;
	color: #ffffff;
	margin: 30px;
	margin-left: 20%;
	margin-right: 20%;
	padding: 40px;
	border-radius: 20px;
	line-height: 1.5em;
}

header {
	color: white;
	background-color: #000202;
	height: 150px;
	width: 100%;
	top: 0px;
	position: fixed;
	min-width: 880px;
}

header a img {
	margin: 10px;
	margin-left: 40px;
	width: 210px;
}

.phone {
	font-size: 5em;
	color: #44c343;
}

.phone a {
	color: #44c343;
}

.phone a:hover {
	color: #66e565;
}

header .phone {
	margin: 10px;
	margin-right: 40px;
	float: right;
}

nav {
	color: #cdcbcc;
	padding: 0px;
	margin: 0px;
	min-height: 20px;
	top: 110px;
	position: fixed;
	width: 100%;
	min-width: 880px;
	font-size: 1.3em;
	text-transform: uppercase; 
}

nav ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: -100px;
	width: 700px;
	text-align: right;
	float: right;
}

nav li {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	list-style-type: none;
}

nav a {
	color: #cdcbcc;
}

nav a:hover {
	color: #44c343;
}

.mmenu {  
	display: none;
}

article {
	margin-top: 150px;
	clear: both;
	float: none;
}

article h1,h2,h3,h4 {
	margin-left: 5%;
	width: 90%;
}

article p {
	margin-left: 5%;
	width: 90%;
	font-size: 1em;
	font-family: serif;
	line-height: 1.3em;
	color: #333333;
}

article ul {
	margin-left: 7%;
}

section[role="testimonial"] {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #0086ba;
	color: #ffffff;
	padding: 40px;
	padding-left: 80px;
	padding-right: 80px;
	line-height: 1.5em;
}

article div:first-child {
	padding-top: 40px;
}

article div:nth-child(even) {
}

article div:nth-child(odd) {
}

div.james {
	background-image: url(images/James-Black-White-2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	padding-right: 29%;
	padding-bottom: 30px;
}

div.taxes {
	background-position: top right;
	background-size: 25%;
	background-repeat: no-repeat;
}

div.business {
	background-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.testimonials {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	margin-left: 5%;
	margin-right: 5%;
}

ul.testimonials li {
	list-style: none;
	border-bottom: thin solid #cccccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

#pscroller1{
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}

#pscroller1 > div.innerDiv{
	padding: 8px;
}
	
section button {
	background-color: #0086ba;
	color: #ffffff;
	border: thin solid #ffffff;
	border-radius: 4px;
	font-size: 1.2em;
}

p.learnmore {
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

fieldset {
	width: 50%;
	margin-left: 25%;
	text-align: center;
}

input {
	font-size: 1.2em;
	border: solid thin #cccccc;
	margin-bottom: 5px;
}

textarea {
	font-size: 1.2em;
	border: solid thin #cccccc;
	margin-bottom: 10px;
}

footer {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #111111;
	color: #eeeeee;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
	min-width: 880px;
	font-size: 0.8em;
}

footer a {
	color: #44c343;
}

footer a:hover {
	color: #0086ba;
}

@media screen and (max-width: 900px) {

body {  
	font-size: 1.5em;
}
	
header {
	position: static;	
}

header .phone {
	margin-right: 120px;
	margin-top: 20px;
	font-size: 3em;
}

nav {  
	min-height: 30px;  
	height: auto;  
	min-width: 879px;
	text-align: center;
	font-weight: bold;
}

nav ul {
	width: 870px;
	margin-top: 40px;
	text-align: center;
	display: none;
	background-color: #0086ba;
	float: none;
}

nav ul li {
	border-top-color: #cccccc;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: thin solid;
	border-left-width: 0px;
	font-size: 2.5em;
	float: none;
}

nav ul li:first-child {
	border-top-width: 0px;
}

.menuItem {
	display: none;
}

.mmenu {  
	display: block;
	width: 80px;
	position: absolute;
	right: 20px;
	top: 40px;
}

.mmenu img {
	width: 80px;
}
	
article {
	margin-top: 0px;	
}

article div {
}
	
div.james {
	padding-top: 1px;
	padding-right: 0px;
	background-size: 50%;
	background-image: url(images/James-Black-White.jpg);
}
	
div.james h1 {
	padding-right: 30%;
}
	
div.james p:nth-child(3) {
	padding-right: 35%;
}
	
blockquote.testimonial {
	margin-left: 10%;
	margin-right: 10%;
}
	
ul.testimonials {
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
	
#pscroller1{
	height: 300px;
}

aside {
}

footer {
}

}