
@font-face{
        font-family: Old Script;
        src: url("Old Script.ttf") format("truetype");
        }
        @font-face{
        font-family: Nonserif;
        src: url("Nonserif.ttf") format("truetype");
        }
        @font-face{
        font-family: RomanSerif;
        src: url("RomanSerif.ttf") format("truetype");
        }

body
{
	font-family: Nonserif, helvetica, sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #000000;
	margin-left: 3%;
	margin-right: 3%;
	padding: 0px;
}

#wrapper
{
	padding: 0px;
	color: #000;
	margin: 5px;
}

header ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 3px solid #666;
	margin-bottom: 5%;
}

header ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
header ul a {
	float: left;
	width: auto;
	text-decoration: none;
	padding: 0 10px;
	color: #003;	
	font-weight: bold;
	font-family: Nonserif, helvetica, sans-serif;
}
#logo
{
	margin-top: 1%;
	margin-left: 0;
}

.logon
{
	float: right;
	display: inline;
	margin-right: 1%;
	margin-top:13%;
	width: 15%;
}

@media screen and (max-width: 380px)
{ 
	.logon{width: 11%; } 	
}

@media screen and (min-width: 400px) and (max-width: 440px)
{ .logon{width: 30%;} }

.phone
{

	border: 5px ridge #666;
}
.fa
{
	padding-top: 5px;
   float: right;
   display: inline;
   text-align: center;
   text-decoration: none;
   border-radius: 50%;
   margin-right: 7px;
   margin-bottom: 10px;
}
.fa-facebook
{
   padding-top: 3px;
   padding-bottom: 3px;
   background: #3B5998;
  	color: white;
  	
}

.fa-linkedin 
{	
	padding-top: 3px;
	padding-bottom: 5px;
  background: #007bb5;
  color: white;
  margin-left: 10px;
}
#paymentBtn{float: right;}
#phoneBtn, #paymentBtn
{
	width: 45%;
	border: 4px solid #666;
    font-size: 80%;
    font-weight: bold;    
    text-align: center; 
    color: #FFFFFF;
    margin-bottom: 3px;   
	padding: 0px;
    border-radius: 12px;
    box-shadow: 0 0 0 0;
 	cursor: pointer;	
 	margin-left: 2%;
 	margin-top: 15%;
 	display: inline;
}
h4
{
	font-size: 24px;
 	
 	font-style: oblique;
 	text-align: center;
}
h5
{
	font-size: 22px;
 	
 	font-style: oblique;
 	text-align: left;
}
button
{
	width: 80%;
	 border: 4px solid #666;
    font-size: 120%;
    font-weight: bold;
    line-height: 145%;
    text-align: left; 
    color: #FFFFFF;
    margin-left: 10%;
    margin-top: 5%;
    padding: 15px;
    border-radius: 12px;
 	cursor: pointer;
 	box-shadow: 0 8px 16px 0 black;
 	display: block;
 	
}
button:active
{ 
	background-color: #FCEE21;
	color: #000000;
}
button a 
{
	text-decoration: none;
}
#btnBack
{
	background-image: url(back-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	float: left;
}
#btnForward
{ 
	display: inline;
	background-image: url(forward-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	float: right;
	margin-right: 5%;
	
}
#content-home
{
	
}

.practice
{background-color: #F26B21;}
.orange
{background-color: #F26B21;}
.new4
{background-color: #D35400;}
.contact
{background-color: #0086CD;}
.resources
{background-color: #6959E4;}
.forms
{background-color: #74AC38;}
.about
{background-color: #898CA5;}
.blog
{background-color: #53177A;}
.new1
{background-color: #641E16;}
.lightPurple
{background-color: #6959E4;}
.purple
{background-color: #512E5F;}
.new5
{background-color: #4CAF50;}


h3
{text-align: center;}
h1
{padding-bottom: 85%;}

.civil
{background-color: #F26B21;}
.traffic
{background-color: #0086CD;}
.family
{background-color: #6959E4;}
.immigration
{background-color: #74AC38;}
.criminal
{background-color: #898CA5;}
.documents
{background-color: #53177A;}

p.color
{
	
	border: 3px solid #666;
	border-radius: 8px;
	color: #000000;
	
	padding: 4px;
}

.error
{ color: #FF0000; }

#contactInfo
{
	padding-left: 10px;
	text-align: left;
	line-height: 2;
	border-style: solid;
}


#contact
{border: 5px;}


input[type=text], textarea
{
	padding: 8px;
	border: 3px solid #666;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea
{ resize: vertical;}

input[type=submit]
{
	background-color: #186A38;
	color: #FFFFFF;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px black;
	cursor: pointer;
}

.driverToolTip {
    position: relative;
    display: inline-block;
    width: 100%;
}

.driverToolTip .driverToolTipText {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 62%;
}

.driverToolTip .driverToolTipText::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.driverToolTip:hover .driverToolTipText {
    visibility: visible;
}

footer
{
	bottom: 0px;
	line-height: 220%;
	font-size: 110%;
	margin:0 -10px;   
    text-align: left; 
    border-top: 3px solid #666;
    font-weight: bold;
}
.column1
{
	width: 32%;
	padding-top: 10px;
	margin-left: 20px;
	display: block;
	float: left;
}
.column2
{
	width: 48%;
	padding-top: 10px;
	float: right;	
	margin-right: 7px;
	display: block;
}
.column3
{
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 0;
	float: left;
	font-size: 83%;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 15px;
}

button a:link{color: #FFFFFF; text-decoration: none; }
button a:visited{color:#FFFFFF; text-decoration: none; }

footer a{ color: #0086CD;}
footer a:visited{ color: #0086CD;}





