@charset "utf-8";
/* CSS Document */
/* website edits*/
html{
	box-sizing: border-box;
	height:100%;
	padding: 0px;
	margin: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;	
}

body {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size: 16px;
	color: black !important;
	overflow-x: hidden;
} 
/* media*/
@media (min-width:100px){
	.container{
		width: 870px;
	}
}
@media (min-width: 910px){
	.container{
		width: 1200px;
	}
}

@media (min-width: 1280px){
	.container{
		width: 1400px;
	}
}

@media (min-width: 1980px){
	.container{
		width:1400px;
	}
}
/* header logo*/
.container {
	margin-left:auto;
	margin-right:auto;
}
.header{
	height: 60px;
}
.row{
	height: 60px;
	position: fixed;
	width: inherit;
	background-color: white;
}
.navbar-brand{
	padding: 3px !important;
	float: left;
	height: 60px;
	padding-top: 10px;
	font-size:18px;
	line-height: 20px;
}
#logo-picture{
	width: 130px;
	height: 55px;
}

/* Header menu*/
.menu{
	height: 60px !important;
	width:61.9%;
	float: right;
	text-align: center;
	font-weight: 650;
}
.menu-home-text{
	line-height: 50px;
	font-size: 18px;
	text-decoration:none;
	color:black;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.menu-item-home{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px; 
}
.menu-item-about-us{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-client-services{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-ex{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-contact-us{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-Disclosure{
	float: left;
	position: relative;
	padding: 0px;
	margin-right: 20px;;
}
/* body */
.service-for-35-years{
	height: 80px;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 650;
	padding-bottom: 5px;
}
.body{
	height: 1500px;
}
.body-content {
	height:1400px;
}
.contact-info{
	height: auto;
	width: 500px;
	float: left;
}
.phone-contact{
	height: 100px;
	width: 250px;
	margin: 50px;
}
.email-contact{
	height: 100px;
	width: 300px;
	margin: 50px;
}
.fax-contact{
	height: 100px;
	width: 250px;
	margin: 50px;
}
.contact-picture{
	float: left;
	margin-right: 5px;
	margin-top: 12px;
}
.contact-text{
	float: left;
	margin-left: 10px;
}
.contact-call{
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
.location{
	height: 200px;
	margin-top: 15px;
}
/* Footer    */
.footer{
	position: static;
	bottom: 0px;
	height: 62px;
	width: 100%;
	padding-top: 20px; 
	background-color:#CFBFBF;
	text-align: center;
}
.footer-row-one{
	height: 16px;
	display:inline-block;
}
.footer-menu-text{
	line-height: 18px;
	font-size: 14px;
	text-decoration:none;
	color:#717171;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-menu-home{
	margin-right: 10px;
	padding: 0px;
	float: left;
}
.footer-menu-about-us{
	margin-right:10px;
	padding:0px;
	float:left;
}
.footer-client-services{
	float:left;
	margin-right:10px;
	padding: 0px;
}
.footer-menu-Disclosure{
	margin-right:10px;
	padding:0px;
	float:left;
}
.footer-menu-experience{
	float: left;
	padding: 0px;
	margin-right: 10px;
}
.footer-menu-contact-us{
	float: left;
	paddding: 0px;
	margin-right: 10px;
}
.footer-row-two{
	height:16px;
	color:#717171;
}